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.26-344-gf28a092


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  f28a0926c569ba5ee8119804aa1c8cb09b5f223b (commit)
      from  02093e62226ca5ce04a2f69c0682eea828a6f9ee (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=f28a0926c569ba5ee8119804aa1c8cb09b5f223b

commit f28a0926c569ba5ee8119804aa1c8cb09b5f223b
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Thu Sep 14 08:47:45 2017 +0530

    Fix LC_TELEPHONE for az_AZ [BZ #22112]
    
    	[BZ #22112]
    	* localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
    	and add tel_int_fmt.

diff --git a/ChangeLog b/ChangeLog
index 564c7e0..c733a45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-14  Mike FABIAN  <mfabian@redhat.com>
+
+	[BZ #22112]
+	* localedata/locales/az_AZ(LC_TELEPHONE): Fix int_select
+	and add tel_int_fmt.
+
 2017-09-14  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/generic/libm-alias-float128.h: New file.
diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ
index 28de66d..8bbc2b4 100644
--- a/localedata/locales/az_AZ
+++ b/localedata/locales/az_AZ
@@ -311,10 +311,9 @@ lang_lib    "<U0061><U007A><U0065>"
 END LC_ADDRESS
 
 LC_TELEPHONE
-% FIXME
-tel_int_fmt "???"
-int_prefix "<U0039><U0039><U0034>"
-int_select "<U0038><U007E><U0031><U0030>"
+tel_int_fmt "+%c %a %l"
+int_prefix "994"
+int_select "00"
 END LC_TELEPHONE
 
 LC_NAME

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

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