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-789-gc771b59


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  c771b59a24c082d5d9a0ff3f5295db21431e8cf9 (commit)
      from  1b768b4897a2ba6b30809a72f08b8eacba32a022 (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=c771b59a24c082d5d9a0ff3f5295db21431e8cf9

commit c771b59a24c082d5d9a0ff3f5295db21431e8cf9
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Thu Jul 20 12:35:29 2017 +0530

    Fix inconsistency in country_isbn and missing prefixes
    
    	[BZ #21797]
    	* locales/et_EE (LC_ADDRESS): Fix country_isbn.
    	* locales/hy_AM (LC_ADDRESS): Fix country_isbn.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index a5faab6..f5058c3 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2017-07-25  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21797]
+	* locales/et_EE (LC_ADDRESS): Fix country_isbn.
+	* locales/hy_AM (LC_ADDRESS): Fix country_isbn.
+
 2017-07-24  Mike FABIAN  <mfabian@redhat.com>
 
 	* locales/an_ES (LC_ADDRESS): Add country_name.
diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
index bdd8b07..9339265 100644
--- a/localedata/locales/et_EE
+++ b/localedata/locales/et_EE
@@ -2242,7 +2242,7 @@ country_ab2     "<U0045><U0045>"
 country_ab3     "<U0045><U0053><U0054>"
 country_num     233
 country_car     "<U0045><U0053><U0054>"
-country_isbn    "<U0039><U0039><U0038><U0035>"
+country_isbn    "978-9949,978-9985"
 lang_name       "<U0065><U0065><U0073><U0074><U0069>"
 lang_ab         "<U0065><U0074>"
 lang_term       "<U0065><U0073><U0074>"
diff --git a/localedata/locales/hy_AM b/localedata/locales/hy_AM
index 521264d..ff7537f 100644
--- a/localedata/locales/hy_AM
+++ b/localedata/locales/hy_AM
@@ -185,7 +185,7 @@ country_ab2 "<U0041><U004D>"
 country_ab3 "<U0041><U0052><U004D>"
 country_num 051
 country_car "<U0041><U004D>"
-country_isbn "<U0039><U0039><U0039><U0033><U0030>"
+country_isbn "978-9939,978-99930,978-99941"
 lang_name "<U0570><U0561><U0575><U0565><U0580><U0565><U0576>"
 % hy
 lang_ab      "<U0068><U0079>"

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

Summary of changes:
 localedata/ChangeLog     |    6 ++++++
 localedata/locales/et_EE |    2 +-
 localedata/locales/hy_AM |    2 +-
 3 files changed, 8 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]