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-769-g5eeb2ea


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  5eeb2ea9815358d22b77b74a8c3230ab5ea65ec3 (commit)
      from  98d9c9a61b5b8fa4d6bf74ead11f56861ea187f6 (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=5eeb2ea9815358d22b77b74a8c3230ab5ea65ec3

commit 5eeb2ea9815358d22b77b74a8c3230ab5ea65ec3
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Thu Jul 20 11:56:24 2017 +0530

    Add/Fix country_isbn for France
    
    	[BZ #21795]
    	* locales/br_FR (LC_ADDRESS): Add country_isbn.
    	* locales/ca_FR (LC_ADDRESS): Add country_isbn.
    	* locales/fr_FR (LC_ADDRESS): Add country_isbn.
    	* locales/ia_FR (LC_ADDRESS): Fix country_isbn.
    	* locales/oc_FR (LC_ADDRESS): Fix country_isbn.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 92049dc..ff56b1b 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,14 @@
 2017-07-21  Akhilesh Kumar <akhilesh.k@samsung.com>
 
+	[BZ #21795]
+	* locales/br_FR (LC_ADDRESS): Add country_isbn.
+	* locales/ca_FR (LC_ADDRESS): Add country_isbn.
+	* locales/fr_FR (LC_ADDRESS): Add country_isbn.
+	* locales/ia_FR (LC_ADDRESS): Fix country_isbn.
+	* locales/oc_FR (LC_ADDRESS): Fix country_isbn.
+
+2017-07-21  Akhilesh Kumar <akhilesh.k@samsung.com>
+
 	[BZ #21807]
 	[BZ #21808]
 	* locales/pap_AW (LC_ADDRESS): Add country_name and country_post.
diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR
index adfa73d..c140741 100644
--- a/localedata/locales/br_FR
+++ b/localedata/locales/br_FR
@@ -175,6 +175,7 @@ country_name "<U0046><U0072><U0061><U00F1><U0073>"
 country_ab2 "<U0046><U0052>"
 country_ab3 "<U0046><U0052><U0041>"
 country_num 250
+country_isbn "979-10"
 % F
 country_car    "<U0046>"
 % Brezhoneg
diff --git a/localedata/locales/ca_FR b/localedata/locales/ca_FR
index 1107ae1..3095db1 100644
--- a/localedata/locales/ca_FR
+++ b/localedata/locales/ca_FR
@@ -95,6 +95,7 @@ country_name "<U0046><U0072><U0061><U006E><U00E7><U0061>"
 country_ab2 "<U0046><U0052>"
 country_ab3 "<U0046><U0052><U0041>"
 country_num 250
+country_isbn "979-10"
 % F
 country_car    "<U0046>"
 % català
diff --git a/localedata/locales/fr_FR b/localedata/locales/fr_FR
index 19b2b50..68305a4 100644
--- a/localedata/locales/fr_FR
+++ b/localedata/locales/fr_FR
@@ -179,6 +179,7 @@ country_name "<U0046><U0072><U0061><U006E><U0063><U0065>"
 country_ab2 "<U0046><U0052>"
 country_ab3 "<U0046><U0052><U0041>"
 country_num 250
+country_isbn "979-10"
 % F
 country_car    "<U0046>"
 % Français
diff --git a/localedata/locales/ia_FR b/localedata/locales/ia_FR
index 85e97eb..1fa29c9 100644
--- a/localedata/locales/ia_FR
+++ b/localedata/locales/ia_FR
@@ -129,7 +129,7 @@ country_post "<U0046>"
 country_ab2 "<U0046><U0052>"
 country_ab3 "<U0046><U0052><U0041>"
 country_num 250
-country_isbn 2
+country_isbn "979-10"
 country_car "<U0046>"
 lang_name "<U0049><U006E><U0074><U0065><U0072><U006C><U0069><U006E><U0067><U0075><U0061>"
 
diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR
index cfabfa1..885c7e1 100644
--- a/localedata/locales/oc_FR
+++ b/localedata/locales/oc_FR
@@ -45,7 +45,7 @@ country_post "F"
 country_ab2 "FR"
 country_ab3 "FRA"
 country_num 250
-country_isbn "2"
+country_isbn "979-10"
 country_car "<U0046>"
 % Occitan
 lang_name    "<U004F><U0063><U0063><U0069><U0074><U0061><U006E>"

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

Summary of changes:
 localedata/ChangeLog     |    9 +++++++++
 localedata/locales/br_FR |    1 +
 localedata/locales/ca_FR |    1 +
 localedata/locales/fr_FR |    1 +
 localedata/locales/ia_FR |    2 +-
 localedata/locales/oc_FR |    2 +-
 6 files changed, 14 insertions(+), 2 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]