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.23-168-gef9ec89


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  ef9ec897605ebb1422f1ddae26c944e739d2a660 (commit)
      from  b2d4456b333970ab4cb01ed8045b9a8d2c4832f3 (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=ef9ec897605ebb1422f1ddae26c944e739d2a660

commit ef9ec897605ebb1422f1ddae26c944e739d2a660
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Feb 9 15:28:52 2016 -0500

    localedata: CLDRv28: update LC_PAPER values
    
    These locales should be using A4 paper size rather than US-Letter.
    Update the copy points to match the others in the file.  All other
    locales have been verified against the CLDR and hand checking.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 45cbc1c..af2cf30 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-09  Mike Frysinger  <vapier@gentoo.org>
+
+	* locales/en_AG (LC_PAPER): Copy en_GB instead.
+	* locales/nl_AW (LC_PAPER): Copy nl_NL instead.
+
 2016-04-08  Mike Frysinger  <vapier@gentoo.org>
 
 	[BZ #16137]
diff --git a/localedata/locales/en_AG b/localedata/locales/en_AG
index ec03d46..750d2ca 100644
--- a/localedata/locales/en_AG
+++ b/localedata/locales/en_AG
@@ -77,7 +77,7 @@ copy "en_GB"
 END LC_MESSAGES
 
 LC_PAPER
-copy "en_US"
+copy "en_GB"
 END LC_PAPER
 
 LC_NAME
diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW
index 727ca70..523d3a2 100644
--- a/localedata/locales/nl_AW
+++ b/localedata/locales/nl_AW
@@ -77,7 +77,7 @@ copy "nl_NL"
 END LC_MESSAGES
 
 LC_PAPER
-copy "en_US"
+copy "nl_NL"
 END LC_PAPER
 
 LC_NAME

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

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/en_AG |    2 +-
 localedata/locales/nl_AW |    2 +-
 3 files changed, 7 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]