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.13-148-gbe9c5e8


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  be9c5e8b2014bdbf724f206bb25249c67115db49 (commit)
      from  dcf4f6efae2b72adca411d76e7b778b223b85a30 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=be9c5e8b2014bdbf724f206bb25249c67115db49

commit be9c5e8b2014bdbf724f206bb25249c67115db49
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Mon May 9 19:33:32 2011 -0400

    sync glibc Latin American paper sizes with CLDR 1.8.1

diff --git a/NEWS b/NEWS
index ed3fef2..281b557 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,11 @@ Version 2.14
 
 * The following bugs are resolved with this release:
 
-  11653, 11668, 11724, 11945, 11947, 12158, 12178, 12200, 12346, 12393,
-  12420, 12445, 12449, 12454, 12460, 12469, 12489, 12509, 12510, 12518,
-  12541, 12545, 12551, 12583, 12587, 12597, 12611, 12631, 12650, 12653,
-  12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12734,
-  12738
+  11578, 11653, 11668, 11724, 11945, 11947, 12158, 12178, 12200, 12346,
+  12393, 12420, 12445, 12449, 12454, 12460, 12469, 12489, 12509, 12510,
+  12518, 12541, 12545, 12551, 12583, 12587, 12597, 12611, 12631, 12650,
+  12653, 12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723,
+  12734, 12738
 
 * The RPC implementation in libc is obsoleted.  Old programs keep working
   but new programs cannot be linked with the routines in libc anymore.
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 43da494..ffeb7dd 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,10 @@
 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #11578]
+	* locales/es_PA: Change paper format to letter.
+	* locales/es_SV: Likewise.
+	Patch by Caolán McNamara <caolanm@redhat.com>.
+
 	[BZ #11653]
 	* locales/es_NI: Fix currency_symbol.
 
diff --git a/localedata/locales/es_PA b/localedata/locales/es_PA
index ac969a6..10d6d82 100644
--- a/localedata/locales/es_PA
+++ b/localedata/locales/es_PA
@@ -125,10 +125,8 @@ date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 END LC_TIME
 
 LC_PAPER
-% FIXME
-height   297
-% FIXME
-width    210
+height   279
+width    216
 END LC_PAPER
 
 LC_TELEPHONE
diff --git a/localedata/locales/es_SV b/localedata/locales/es_SV
index 24d3417..3b6be32 100644
--- a/localedata/locales/es_SV
+++ b/localedata/locales/es_SV
@@ -125,10 +125,8 @@ date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 END LC_TIME
 
 LC_PAPER
-% FIXME
-height   297
-% FIXME
-width    210
+height   279
+width    216
 END LC_PAPER
 
 LC_TELEPHONE

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

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