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.27.9000-146-ga527f09


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  a527f09cd1475dbc465ad476f0604951fa3590d7 (commit)
       via  35d660b01e661d00abb8124dcb32aa756e170eef (commit)
      from  1a2f44a848663036c8a14671fe0faa3fed0b2a25 (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=a527f09cd1475dbc465ad476f0604951fa3590d7

commit a527f09cd1475dbc465ad476f0604951fa3590d7
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Mar 1 07:05:01 2018 +0100

    an_ES locale: update some locale data [BZ #22896]
    
    	[BZ #22896]
    	* localedata/locales/an_ES: update month and day names,
    	improve d_fmt, improve postal_fmt, add country_post,
    	add country_isbn

diff --git a/ChangeLog b/ChangeLog
index caab9d6..53c8e9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2018-03-01  Mike FABIAN  <mfabian@redhat.com>
 
+	[BZ #22896]
+	* localedata/locales/an_ES: update month and day names,
+	improve d_fmt, improve postal_fmt, add country_post,
+	add country_isbn
+
+2018-03-01  Mike FABIAN  <mfabian@redhat.com>
+
 	* localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
 	Ukrainian instead of Bulgarian.
 
diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES
index 7929402..0c8b6b6 100644
--- a/localedata/locales/an_ES
+++ b/localedata/locales/an_ES
@@ -8,34 +8,18 @@ escape_char /
 % exempt you from the conditions of the license if your use would
 % otherwise be governed by that license.
 
-% Aragonese Language Locale for Spain
-% Source:
-% Address:
-% Contact: Jordi Mallach Pérez
-% Email: jordi@gnu.org
-% Language: an
-% Territory: ES
-% Revision: 1.0
-% Date: 2003-05-22
-% Application: general
-% Users: general
-%
-% This file is under the
-% GNU General Public License.
-% Based in the gl_ES Locale
-
 LC_IDENTIFICATION
 title      "Aragonese locale for Spain"
-source     ""
+source     "Softaragones"
 address    ""
-contact    "Jordi Mallach P<U00E9>rez"
-email      "bug-glibc-locales@gnu.org"
+contact    "Jordi Mallach P<U00E9>rez, Juan Pablo Mart<U00ED>nez"
+email      "bug-glibc-locales@gnu.org, softaragones@softaragones.org"
 tel        ""
 fax        ""
 language   "Aragonese"
 territory  "Spain"
-revision   "1.1"
-date       "2003-08-25"
+revision   "1.2"
+date       "2018-02-05"
 
 category "i18n:2012";LC_IDENTIFICATION
 category "i18n:2012";LC_CTYPE
@@ -62,6 +46,7 @@ END LC_CTYPE
 LC_MESSAGES
 yesexpr "^[+1sSyY]"
 noexpr  "^[-0nN]"
+% sí
 yesstr  "s<U00ED>"
 nostr   "no"
 END LC_MESSAGES
@@ -77,35 +62,35 @@ END LC_NUMERIC
 LC_TIME
 abday   "dom";"lun";/
         "mar";"mie";/
-        "chu";"bie";/
+        "chu";"vie";/
         "sab"
 day     "domingo";/
         "luns";/
         "martes";/
-        "miecols";/
-        "chuebes";/
-        "biernes";/
+        "mierques";/
+        "chueves";/
+        "viernes";/
         "sabado"
-abmon   "chi";"fre";/
+abmon   "chi";"feb";/
         "mar";"abr";/
         "may";"chn";/
         "chl";"ago";/
         "set";"oct";/
-        "nob";"abi"
+        "nov";"avi"
 mon     "chinero";/
-        "frebero";/
+        "febrero";/
         "marzo";/
         "abril";/
         "mayo";/
-        "chunio";/
-        "chulio";/
+        "chunyo";/
+        "chuliol";/
         "agosto";/
         "setiembre";/
         "octubre";/
-        "nobiembre";/
-        "abiento"
+        "noviembre";/
+        "aviento"
 d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d//%m//%y"
+d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
 t_fmt_ampm ""
@@ -130,15 +115,17 @@ copy "es_ES"
 END LC_NAME
 
 LC_ADDRESS
-postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
-% https://an.wikipedia.org/wiki/Espanya
+postal_fmt    "%a%N%f%N%d%N%b%N%s %h %e %r%N%z %T, %S%N%c%N"
 country_name  "Espanya"
+country_post  "E"
 country_ab2   "ES"
 country_ab3   "ESP"
 country_num   724
+country_isbn  "978-84"
 lang_ab       "an"
 lang_term     "arg"
 lang_lib      "arg"
 country_car   "E"
+% aragonés
 lang_name    "aragon<U00E9>s"
 END LC_ADDRESS

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=35d660b01e661d00abb8124dcb32aa756e170eef

commit 35d660b01e661d00abb8124dcb32aa756e170eef
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Feb 28 19:26:29 2018 +0100

    bg_BG locale: Fix a typo in a comment
    
    	* localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
    	Ukrainian instead of Bulgarian.

diff --git a/ChangeLog b/ChangeLog
index c8f0bc3..caab9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-01  Mike FABIAN  <mfabian@redhat.com>
+
+	* localedata/locales/bg_BG (LC_COLLATE): The comment mentioned
+	Ukrainian instead of Bulgarian.
+
 2018-03-01  Florian Weimer  <fweimer@redhat.com>
 
 	* nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 9cc2dfb..7a9cfa0 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -53,7 +53,7 @@ translit_end
 END LC_CTYPE
 
 LC_COLLATE
-% CLDR collation rules for Ukrainian:
+% CLDR collation rules for Bulgarian:
 % (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/bg.xml)
 %
 % 		<collation type="standard">

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

Summary of changes:
 ChangeLog                |   12 +++++++++
 localedata/locales/an_ES |   57 +++++++++++++++++----------------------------
 localedata/locales/bg_BG |    2 +-
 3 files changed, 35 insertions(+), 36 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]