This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-637-g55bdd28


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  55bdd2866f23b28422d969060b3518909a12b100 (commit)
      from  996c6ebd9d3a68c865f86698dc1787b5eafc39f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=55bdd2866f23b28422d969060b3518909a12b100

commit 55bdd2866f23b28422d969060b3518909a12b100
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Tue Aug 28 22:04:10 2012 +0000

    locales/ru_RU: fix abbreviated month names
    
    [BZ#14807]
    * locales/ru_RU (abmon): Change back from genitive to nominative,
    apply fixed three-letter abbreviation form, remove trailing dots.

diff --git a/NEWS b/NEWS
index 57e2e18..10000ae 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ Version 2.17
   14562, 14568, 14576, 14579, 14583, 14587, 14595, 14602, 14610, 14621,
   14638, 14645, 14648, 14652, 14660, 14661, 14669, 14683, 14694, 14716,
   14743, 14767, 14783, 14784, 14785, 14793, 14796, 14797, 14801, 14805,
-  14811.
+  14807, 14811.
 
 * Support for STT_GNU_IFUNC symbols added for s390 and s390x.
   Optimized versions of memcpy, memset, and memcmp added for System z10 and
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 46ec115..23ceb1d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,9 @@
 2012-11-07  Dmitry V. Levin  <ldv@altlinux.org>
 
+	[BZ#14807]
+	* locales/ru_RU (abmon): Change back from genitive to nominative,
+	apply fixed three-letter abbreviation form, remove trailing dots.
+
 	[BZ#10873]
 	* locales/ru_RU (abday): Remove trailing dots.
 
diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU
index 3fb56ed..6fa4d99 100644
--- a/localedata/locales/ru_RU
+++ b/localedata/locales/ru_RU
@@ -128,18 +128,18 @@ mon     "<U042F><U043D><U0432><U0430><U0440><U044C>";/
         "<U041E><U043A><U0442><U044F><U0431><U0440><U044C>";/
         "<U041D><U043E><U044F><U0431><U0440><U044C>";/
         "<U0414><U0435><U043A><U0430><U0431><U0440><U044C>"
-abmon   "<U044F><U043D><U0432>.";/
-        "<U0444><U0435><U0432><U0440>.";/
-        "<U043C><U0430><U0440><U0442><U0430>";/
-        "<U0430><U043F><U0440>.";/
-        "<U043C><U0430><U044F>";/
-        "<U0438><U044E><U043D><U044F>";/
-        "<U0438><U044E><U043B><U044F>";/
-        "<U0430><U0432><U0433>.";/
-        "<U0441><U0435><U043D><U0442>.";/
-        "<U043E><U043A><U0442>.";/
-        "<U043D><U043E><U044F><U0431>.";/
-        "<U0434><U0435><U043A>."
+abmon   "<U044F><U043D><U0432>";/
+        "<U0444><U0435><U0432>";/
+        "<U043C><U0430><U0440>";/
+        "<U0430><U043F><U0440>";/
+        "<U043C><U0430><U0439>";/
+        "<U0438><U044E><U043D>";/
+        "<U0438><U044E><U043B>";/
+        "<U0430><U0432><U0433>";/
+        "<U0441><U0435><U043D>";/
+        "<U043E><U043A><U0442>";/
+        "<U043D><U043E><U044F>";/
+        "<U0434><U0435><U043A>"
 d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062>/
 <U0020><U0025><U0059><U0020><U0025><U0054>"
 d_fmt     "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"

-----------------------------------------------------------------------

Summary of changes:
 NEWS                     |    2 +-
 localedata/ChangeLog     |    4 ++++
 localedata/locales/ru_RU |   24 ++++++++++++------------
 3 files changed, 17 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]