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.17-571-gd5ba74f


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  d5ba74f76461d2eaca738413cd49bf28bebff2f1 (commit)
      from  4220c3ef773c0e7fff7c95ecd7cff69886fe4c0e (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=d5ba74f76461d2eaca738413cd49bf28bebff2f1

commit d5ba74f76461d2eaca738413cd49bf28bebff2f1
Author: Nik Kalach <nikka@fedoraproject.org>
Date:   Sat Apr 27 16:54:14 2013 +0200

    Fix ia_FR postal format
    
    2013-04-27  Nik Kalach  <nikka@fedoraproject.org>
    
    	[BZ #15221]
    	* locales/ia_FR: Fix postal_fmt definition.

diff --git a/NEWS b/NEWS
index 9bc03b5..15300c4 100644
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,9 @@ Version 2.18
   14142, 14176, 14200, 14280, 14293, 14317, 14327, 14478, 14496, 14686,
   14812, 14888, 14920, 14964, 14981, 14982, 14985, 14994, 14996, 15003,
   15006, 15007, 15020, 15023, 15036, 15054, 15055, 15062, 15078, 15160,
-  15214, 15232, 15234, 15283, 15285, 15287, 15304, 15305, 15307, 15309,
-  15327, 15330, 15335, 15336, 15337, 15342, 15346, 15361, 15366, 15394,
-  15405, 15406.
+  15214, 15221, 15232, 15234, 15283, 15285, 15287, 15304, 15305, 15307,
+  15309, 15327, 15330, 15335, 15336, 15337, 15342, 15346, 15361, 15366,
+  15394, 15405, 15406.
 
 * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
   #15078).
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 7838539..c993960 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-27  Nik Kalach  <nikka@fedoraproject.org>
+
+	[BZ #15221]
+	* locales/ia_FR: Fix postal_fmt definition.
+
 2013-02-01  Andreas Jaeger  <aj@suse.de>
 
 	* CHECKSUMS: Remove file.
diff --git a/localedata/locales/ia_FR b/localedata/locales/ia_FR
index e31fc22..5b419d2 100644
--- a/localedata/locales/ia_FR
+++ b/localedata/locales/ia_FR
@@ -5,7 +5,7 @@ escape_char  /
 % Language: ia
 % Territory: FR
 % Revision: 1.0
-% Date: 2012-11-26
+% Date: 2013-03-01
 % Application: general
 % Users: general
 % Charset: UTF-8
@@ -21,7 +21,7 @@ fax ""
 language "Interlingua"
 territory "France"
 revision "1.0"
-date "2012-11-26"
+date "2013-03-01"
 
 category ia_FR:2000;LC_IDENTIFICATION
 category ia_FR:2000;LC_CTYPE
@@ -120,9 +120,9 @@ END LC_NAME
 LC_ADDRESS
 postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 <U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
-<U0074><U0025><U0068><U0074><U0025><U0065><U0074><U0025><U0072><U0025>/
-<U004E><U0025><U007A><U0074><U0025><U0054><U0025>/
-<U004E><U0025><U0063><U0025><U004E>"
+<U0025><U0074><U0025><U0068><U0025><U0074><U0025><U0065><U0025><U0074>/
+<U0025><U0072><U0025><U004E><U0025><U007A><U0025><U0074><U0025><U0054>/
+<U0025><U004E><U0025><U0063><U0025><U004E>"
 country_post "<U0046>"
 country_ab2 "<U0046><U0052>"
 country_ab3 "<U0046><U0052><U0041>"

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

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