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.15-687-g6c1ff08


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  6c1ff08cf8734e77b9201d968ae8bbc0626d09a4 (commit)
      from  24c5d07ec3a88946b91847052e9db9ec1799d586 (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=6c1ff08cf8734e77b9201d968ae8bbc0626d09a4

commit 6c1ff08cf8734e77b9201d968ae8bbc0626d09a4
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Apr 29 16:44:53 2012 +0200

    Fix February month name in de_AT locale
    
    The current de_AT locale defines "Feber" for the month of February,
    which is correct in some parts of Austria, but is not the standards.
    This patch fixes the problem by changing it to the standards version
    "Februar".
    
    2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>
    
            * locales/de_AT: Change month name from "Feber" to "Februar".

diff --git a/NEWS b/NEWS
index f3864e1..c1d051d 100644
--- a/NEWS
+++ b/NEWS
@@ -18,11 +18,11 @@ Version 2.16
   13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547,
   13551, 13552, 13553, 13555, 13559, 13566, 13583, 13592, 13618, 13637,
   13656, 13658, 13673, 13691, 13695, 13704, 13705, 13706, 13726, 13738,
-  13739, 13760, 13761, 13786, 13792, 13806, 13824, 13840, 13841, 13844,
-  13846, 13851, 13852, 13854, 13871, 13872, 13873, 13879, 13883, 13886,
-  13892, 13895, 13908, 13910, 13911, 13912, 13913, 13915, 13916, 13917,
-  13918, 13919, 13920, 13921, 13926, 13927, 13928, 13938, 13941, 13963,
-  13967, 13970, 13973, 14027, 14033
+  13739, 13758, 13760, 13761, 13786, 13792, 13806, 13824, 13840, 13841,
+  13844, 13846, 13851, 13852, 13854, 13871, 13872, 13873, 13879, 13883,
+  13886, 13892, 13895, 13908, 13910, 13911, 13912, 13913, 13915, 13916,
+  13917, 13918, 13919, 13920, 13921, 13926, 13927, 13928, 13938, 13941,
+  13963, 13967, 13970, 13973, 14027, 14033
 
 * ISO C11 support:
 
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 8ab851c..05dc52f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>
+
+	[BZ #13758]
+	* locales/de_AT (LC_TIME): Change month name from "Feber" to
+	"Februar".
+
 2012-04-12  Mike Frysinger  <vapier@gentoo.org>
 
         [BZ #3768]
diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
index b3adf90..e566eed 100644
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -100,7 +100,7 @@ abmon   "<U004A><U00E4><U006E>";"<U0046><U0065><U0062>";/
 	"<U0053><U0065><U0070>";"<U004F><U006B><U0074>";/
 	"<U004E><U006F><U0076>";"<U0044><U0065><U007A>"
 mon     "<U004A><U00E4><U006E><U006E><U0065><U0072>";/
-	"<U0046><U0065><U0062><U0065><U0072>";/
+	"<U0046><U0065><U0062><U0072><U0075><U0041><U0072>";/
 	"<U004D><U00E4><U0072><U007A>";/
 	"<U0041><U0070><U0072><U0069><U006C>";/
 	"<U004D><U0061><U0069>";/

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

Summary of changes:
 NEWS                     |   10 +++++-----
 localedata/ChangeLog     |    6 ++++++
 localedata/locales/de_AT |    2 +-
 3 files changed, 12 insertions(+), 6 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]