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.25-768-g98d9c9a


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  98d9c9a61b5b8fa4d6bf74ead11f56861ea187f6 (commit)
      from  36ea2b1b68ecc5c626824b0c1cc26933f0c37393 (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=98d9c9a61b5b8fa4d6bf74ead11f56861ea187f6

commit 98d9c9a61b5b8fa4d6bf74ead11f56861ea187f6
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Fri Jul 21 09:09:55 2017 +0200

    Add country_name and country_post, and country_isbn for pap_AW and pap_CW
    
    	[BZ #21807]
    	[BZ #21808]
    	* locales/pap_AW (LC_ADDRESS): Add country_name and country_post.
    	* locales/pap_CW (LC_ADDRESS): Add country_name, country_post,
    	and country_isbn.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 4825629..92049dc 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,11 @@
+2017-07-21  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21807]
+	[BZ #21808]
+	* locales/pap_AW (LC_ADDRESS): Add country_name and country_post.
+	* locales/pap_CW (LC_ADDRESS): Add country_name, country_post,
+	and country_isbn.
+
 2017-07-20  Mike FABIAN  <mfabian@redhat.com>
 
 	* locales/ar_JO (LC_TELEPHONE): Add int_select.
diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
index 86ca6bd..e490ca8 100644
--- a/localedata/locales/pap_AW
+++ b/localedata/locales/pap_AW
@@ -45,8 +45,10 @@ LC_ADDRESS
 postal_fmt "<U0025><U0064><U0025><U004E><U0025><U0066><U0025><U004E><U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E>/
 <U0025><U0073><U0020><U0025><U0068><U0020><U0035><U0065><U0020><U0025><U0072><U0025><U004E>/
 <U0025><U0043><U0025><U007A><U0020><U0025><U0054><U0025><U004E><U0025><U0063><U0025><U004E>"
-% FIXME country_name for Antilles in Paplamento
-% FIXME country_post MAIL_CEPTCODE for Nederland Antilles, AN?
+% https://pap.wikipedia.org/wiki/Aruba
+country_name "<U0041><U0072><U0075><U0062><U0061>"
+% AW
+country_post "<U0041><U0057>"
 % AW
 country_ab2  "<U0041><U0057>"
 % ABW
diff --git a/localedata/locales/pap_CW b/localedata/locales/pap_CW
index 986df57..ef69061 100644
--- a/localedata/locales/pap_CW
+++ b/localedata/locales/pap_CW
@@ -45,15 +45,16 @@ LC_ADDRESS
 postal_fmt "<U0025><U0064><U0025><U004E><U0025><U0066><U0025><U004E><U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E>/
 <U0025><U0073><U0020><U0025><U0068><U0020><U0035><U0065><U0020><U0025><U0072><U0025><U004E>/
 <U0025><U0043><U0025><U007A><U0020><U0025><U0054><U0025><U004E><U0025><U0063><U0025><U004E>"
-% FIXME country_name for Antilles in Paplamento
-% FIXME country_post MAIL_CEPTCODE for Nederland Antilles, AN?
+% https://pap.wikipedia.org/wiki/K%C3%B2rsou
+country_name "<U004B><U00F2><U0072><U0073><U006F><U0075>"
+country_post "<U0043><U0057>"
 % CW
 country_ab2  "<U0043><U0057>"
 % CUW
 country_ab3  "<U0043><U0055><U0057>"
 country_num  531
 country_car  ""
-country_isbn ""
+country_isbn "978-99904"
 % Papiamento
 lang_name    "<U0050><U0061><U0070><U0069><U0061><U006D><U0065><U006E><U0074><U006F>"
 % lang_ab

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

Summary of changes:
 localedata/ChangeLog      |    8 ++++++++
 localedata/locales/pap_AW |    6 ++++--
 localedata/locales/pap_CW |    7 ++++---
 3 files changed, 16 insertions(+), 5 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]