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.23-98-g6f915e9


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  6f915e9dc877763950f3547f024061804dee3c2a (commit)
      from  35fbb341f8217222bdd33fcec79f62f5b4560d80 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6f915e9dc877763950f3547f024061804dee3c2a

commit 6f915e9dc877763950f3547f024061804dee3c2a
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Wed Mar 16 00:54:56 2016 -0400

    localedata: an_ES: fix case of lang_ab
    
    This needs to be lowercase to match the local ISO 639 database.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 1183ce8..1762cf1 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-16  Carlos O'Donell  <carlos@redhat.com>
+
+	* locales/an_ES (lang_ab): Use lowercase.
+
 2016-03-05  Mike Frysinger  <vapier@gentoo.org>
 
 	* locales/af_ZA (LC_IDENTIFICATION): Set tel & fax to "".
diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES
index e6d00f3..202732d 100644
--- a/localedata/locales/an_ES
+++ b/localedata/locales/an_ES
@@ -134,7 +134,7 @@ postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 country_ab2   "<U0045><U0053>"
 country_ab3   "<U0045><U0053><U0050>"
 country_num   724
-lang_ab       "<U0041><U004E>"
+lang_ab       "<U0061><U006E>"
 % E
 country_car    "<U0045>"
 % aragonés

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

Summary of changes:
 localedata/ChangeLog     |    4 ++++
 localedata/locales/an_ES |    2 +-
 2 files changed, 5 insertions(+), 1 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]