Blame SOURCES/glibc-rh1448107.patch

147e83
This patch adds support for el_GR@euro.  It also updates el_GR,
147e83
ur_IN and wal_ET to i18n:2012.
147e83
These changes are a *subset* of this upstream patch and, therefore, should
147e83
not be pushed upstream.
147e83
147e83
commit 1a06eee86989d7058d317f3643355f8ec5e87efb
147e83
Author: Mike Frysinger <vapier@gentoo.org>
147e83
Date:   Wed Apr 13 11:22:00 2016 -0400
147e83
147e83
    localedata: LC_IDENTIFICATION.category: set to ISO 30112 2014 standard
147e83
147e83
    The ISO 30112 standard defines the valid values for the category
147e83
    keyword as only a few options:
147e83
        posix:1993
147e83
        i18n:2004
147e83
        i18n:2012
147e83
147e83
    The vast majority of locales had changed the "i18n" string to the
147e83
    name of its own locale (e.g. "ak_GH:2013") as well as tweaking the
147e83
    date (presumably thinking it should be the date of submission).
147e83
147e83
    Convert all of them to "i18n:2012" for consistency.  A follow up
147e83
    change will update localedef to actually check/validate the field.
147e83
147e83
147e83
diff -Nrup a/localedata/locales/el_GR b/localedata/locales/el_GR
147e83
--- a/localedata/locales/el_GR	2012-12-24 22:02:13.000000000 -0500
147e83
+++ b/localedata/locales/el_GR	2018-06-10 10:23:23.156283677 -0400
147e83
@@ -1,6 +1,13 @@
147e83
 comment_char %
147e83
-escape_char  /
147e83
-%
147e83
+escape_char /
147e83
+
147e83
+% This file is part of the GNU C Library and contains locale data.
147e83
+% The Free Software Foundation does not claim any copyright interest
147e83
+% in the locale data contained in this file.  The foregoing does not
147e83
+% affect the license of the GNU C Library as a whole.  It does not
147e83
+% exempt you from the conditions of the license if your use would
147e83
+% otherwise be governed by that license.
147e83
+
147e83
 % Greek Language Locale for Greece
147e83
 % Source: RAP
147e83
 % Address: Sankt Jo//rgens Alle 8
147e83
@@ -15,8 +22,6 @@ escape_char  /
147e83
 % Date: 1996-10-15
147e83
 % Users: general
147e83
 % Charset: ISO-8859-7
147e83
-% Distribution and use is free, also
147e83
-% for commercial purposes.
147e83
 
147e83
 LC_IDENTIFICATION
147e83
 title      "Greek locale for Greece"
147e83
@@ -30,19 +35,19 @@ language   "Greek"
147e83
 territory  "Greece"
147e83
 revision   "1.0"
147e83
 date       "2000-06-29"
147e83
-%
147e83
-category  "el_GR:2000";LC_IDENTIFICATION
147e83
-category  "el_GR:2000";LC_CTYPE
147e83
-category  "el_GR:2000";LC_COLLATE
147e83
-category  "el_GR:2000";LC_TIME
147e83
-category  "el_GR:2000";LC_NUMERIC
147e83
-category  "el_GR:2000";LC_MONETARY
147e83
-category  "el_GR:2000";LC_MESSAGES
147e83
-category  "el_GR:2000";LC_PAPER
147e83
-category  "el_GR:2000";LC_NAME
147e83
-category  "el_GR:2000";LC_ADDRESS
147e83
-category  "el_GR:2000";LC_TELEPHONE
147e83
 
147e83
+category "i18n:2012";LC_IDENTIFICATION
147e83
+category "i18n:2012";LC_CTYPE
147e83
+category "i18n:2012";LC_COLLATE
147e83
+category "i18n:2012";LC_TIME
147e83
+category "i18n:2012";LC_NUMERIC
147e83
+category "i18n:2012";LC_MONETARY
147e83
+category "i18n:2012";LC_MESSAGES
147e83
+category "i18n:2012";LC_PAPER
147e83
+category "i18n:2012";LC_NAME
147e83
+category "i18n:2012";LC_ADDRESS
147e83
+category "i18n:2012";LC_TELEPHONE
147e83
+category "i18n:2012";LC_MEASUREMENT
147e83
 END LC_IDENTIFICATION
147e83
 
147e83
 LC_COLLATE
147e83
@@ -58,8 +63,10 @@ translit_end
147e83
 END LC_CTYPE
147e83
 
147e83
 LC_MESSAGES
147e83
-yesexpr "<U005E><U005B><U03BD><U039D><U0079><U0059><U005D><U002E><U002A>"
147e83
-noexpr  "<U005E><U005B><U03BF><U039F><U006E><U004E><U005D><U002E><U002A>"
147e83
+yesexpr "<U005E><U005B><U002B><U0031><U03BD><U039D><U0079><U0059><U005D>"
147e83
+noexpr  "<U005E><U005B><U002D><U0030><U03BF><U039F><U006E><U004E><U005D>"
147e83
+yesstr  "<U03BD><U03B1><U03B9>"
147e83
+nostr   "<U03CC><U03C7><U03B9>"
147e83
 END LC_MESSAGES
147e83
 
147e83
 LC_MONETARY
147e83
@@ -139,15 +146,12 @@ t_fmt_ampm "<U0025><U0049><U003A><U0025>
147e83
 %
147e83
 % Appropriate date representation (date(1))   "%a %d %b %Y %r %Z"
147e83
 date_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
147e83
-first_workday 2
147e83
+week 7;19971130;4
147e83
 first_weekday 2
147e83
 END LC_TIME
147e83
 
147e83
 LC_PAPER
147e83
-% FIXME
147e83
-height   297
147e83
-% FIXME
147e83
-width    210
147e83
+copy "i18n"
147e83
 END LC_PAPER
147e83
 
147e83
 LC_TELEPHONE
147e83
@@ -158,8 +162,7 @@ int_select     "<U0030><U0030>"
147e83
 END LC_TELEPHONE
147e83
 
147e83
 LC_MEASUREMENT
147e83
-% FIXME
147e83
-measurement    1
147e83
+copy "i18n"
147e83
 END LC_MEASUREMENT
147e83
 
147e83
 LC_NAME
147e83
@@ -173,7 +176,18 @@ postal_fmt    "<U0025><U0066><U0025>
147e83
 <U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
147e83
 <U004E><U0025><U007A><U0020><U0025><U0054><U0025>/
147e83
 <U004E><U0025><U0063><U0025><U004E>"
147e83
+country_name "<U0395><U03BB><U03BB><U03AC><U03B4><U03B1>"
147e83
 country_ab2 "<U0047><U0052>"
147e83
 country_ab3 "<U0047><U0052><U0043>"
147e83
 country_num 300
147e83
+% GR
147e83
+country_car    "<U0047><U0052>"
147e83
+% ελληνικά
147e83
+lang_name    "<U03B5><U03BB><U03BB><U03B7><U03BD><U03B9><U03BA><U03AC>"
147e83
+% el
147e83
+lang_ab      "<U0065><U006C>"
147e83
+% ell
147e83
+lang_term    "<U0065><U006C><U006C>"
147e83
+% gre
147e83
+lang_lib    "<U0067><U0072><U0065>"
147e83
 END LC_ADDRESS
147e83
diff -Nrup a/localedata/locales/el_GR@euro b/localedata/locales/el_GR@euro
147e83
--- a/localedata/locales/el_GR@euro	2012-12-24 22:02:13.000000000 -0500
147e83
+++ b/localedata/locales/el_GR@euro	2018-06-08 14:34:49.809871475 -0400
147e83
@@ -1,5 +1,12 @@
147e83
-escape_char /
147e83
 comment_char %
147e83
+escape_char /
147e83
+
147e83
+% This file is part of the GNU C Library and contains locale data.
147e83
+% The Free Software Foundation does not claim any copyright interest
147e83
+% in the locale data contained in this file.  The foregoing does not
147e83
+% affect the license of the GNU C Library as a whole.  It does not
147e83
+% exempt you from the conditions of the license if your use would
147e83
+% otherwise be governed by that license.
147e83
 
147e83
 LC_IDENTIFICATION
147e83
 title      "Greek locale for Greece with Euro"
147e83
@@ -13,19 +20,19 @@ language   "Greek"
147e83
 territory  "Greece"
147e83
 revision   "1.0"
147e83
 date       "2000-06-24"
147e83
-%
147e83
-category  "el_GR@euro:2000";LC_IDENTIFICATION
147e83
-category  "el_GR@euro:2000";LC_CTYPE
147e83
-category  "el_GR@euro:2000";LC_COLLATE
147e83
-category  "el_GR@euro:2000";LC_TIME
147e83
-category  "el_GR@euro:2000";LC_NUMERIC
147e83
-category  "el_GR@euro:2000";LC_MONETARY
147e83
-category  "el_GR@euro:2000";LC_MESSAGES
147e83
-category  "el_GR@euro:2000";LC_PAPER
147e83
-category  "el_GR@euro:2000";LC_NAME
147e83
-category  "el_GR@euro:2000";LC_ADDRESS
147e83
-category  "el_GR@euro:2000";LC_TELEPHONE
147e83
 
147e83
+category "i18n:2012";LC_IDENTIFICATION
147e83
+category "i18n:2012";LC_CTYPE
147e83
+category "i18n:2012";LC_COLLATE
147e83
+category "i18n:2012";LC_TIME
147e83
+category "i18n:2012";LC_NUMERIC
147e83
+category "i18n:2012";LC_MONETARY
147e83
+category "i18n:2012";LC_MESSAGES
147e83
+category "i18n:2012";LC_PAPER
147e83
+category "i18n:2012";LC_NAME
147e83
+category "i18n:2012";LC_ADDRESS
147e83
+category "i18n:2012";LC_TELEPHONE
147e83
+category "i18n:2012";LC_MEASUREMENT
147e83
 END LC_IDENTIFICATION
147e83
 
147e83
 LC_CTYPE
147e83
@@ -63,7 +70,6 @@ LC_NAME
147e83
 copy "el_GR"
147e83
 END LC_NAME
147e83
 
147e83
-
147e83
 LC_ADDRESS
147e83
 copy "el_GR"
147e83
 END LC_ADDRESS
147e83
diff -Nrup a/localedata/locales/ur_IN b/localedata/locales/ur_IN
147e83
--- a/localedata/locales/ur_IN	2018-06-08 14:15:14.876886162 -0400
147e83
+++ b/localedata/locales/ur_IN	2018-06-08 15:20:51.893461943 -0400
147e83
@@ -1,5 +1,13 @@
147e83
-comment_char    %
147e83
-escape_char     /
147e83
+comment_char %
147e83
+escape_char /
147e83
+
147e83
+% This file is part of the GNU C Library and contains locale data.
147e83
+% The Free Software Foundation does not claim any copyright interest
147e83
+% in the locale data contained in this file.  The foregoing does not
147e83
+% affect the license of the GNU C Library as a whole.  It does not
147e83
+% exempt you from the conditions of the license if your use would
147e83
+% otherwise be governed by that license.
147e83
+
147e83
 % Urdu language locale for India.
147e83
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
147e83
 % Mrs. Nasreen Khan
147e83
@@ -17,20 +25,19 @@ language    "Urdu"
147e83
 territory   "India"
147e83
 revision    "1.0"
147e83
 date        "2009,June,09"
147e83
-%
147e83
-category  "ur_IN:2009";LC_IDENTIFICATION
147e83
-category  "ur_IN:2009";LC_CTYPE
147e83
-category  "ur_IN:2009";LC_COLLATE
147e83
-category  "ur_IN:2009";LC_TIME
147e83
-category  "ur_IN:2009";LC_NUMERIC
147e83
-category  "ur_IN:2009";LC_MONETARY
147e83
-category  "ur_IN:2009";LC_MESSAGES
147e83
-category  "ur_IN:2009";LC_PAPER
147e83
-category  "ur_IN:2009";LC_NAME
147e83
-category  "ur_IN:2009";LC_ADDRESS
147e83
-category  "ur_IN:2009";LC_TELEPHONE
147e83
-
147e83
 
147e83
+category "i18n:2012";LC_IDENTIFICATION
147e83
+category "i18n:2012";LC_CTYPE
147e83
+category "i18n:2012";LC_COLLATE
147e83
+category "i18n:2012";LC_TIME
147e83
+category "i18n:2012";LC_NUMERIC
147e83
+category "i18n:2012";LC_MONETARY
147e83
+category "i18n:2012";LC_MESSAGES
147e83
+category "i18n:2012";LC_PAPER
147e83
+category "i18n:2012";LC_NAME
147e83
+category "i18n:2012";LC_ADDRESS
147e83
+category "i18n:2012";LC_TELEPHONE
147e83
+category "i18n:2012";LC_MEASUREMENT
147e83
 END LC_IDENTIFICATION
147e83
 
147e83
 
147e83
@@ -132,20 +139,15 @@ t_fmt       "<U0025><U0049><U003A>
147e83
 % Appropriate 12 h time representation (%r)
147e83
 t_fmt_ampm  "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/
147e83
 <U0020><U0025><U0070><U0020><U0025><U005A>"
147e83
-%
147e83
-% Appropriate date representation (date(1))   "%a %b %e %H:%M:%S %Z %Y"
147e83
-date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
147e83
-<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
147e83
-<U0025><U005A><U0020><U0025><U0059>"
147e83
+week 7;19971130;1
147e83
 END LC_TIME
147e83
 
147e83
 
147e83
 LC_MESSAGES
147e83
-yesexpr     "<U005E><U005B><U06C1><U0079><U0059><U005D><U002E><U002A>"
147e83
-noexpr      "<U005E><U005B><U0646><U006E><U004E><U005D><U002E><U002A>"
147e83
-
147e83
-yesstr      "<U06C1><U0627><U06BA>"
147e83
-nostr       "<U0646><U06C1><U06CC><U06BA>"
147e83
+yesexpr "<U005E><U005B><U002B><U0031><U06C1><U0079><U0059><U005D>"
147e83
+noexpr  "<U005E><U005B><U002D><U0030><U0646><U006E><U004E><U005D>"
147e83
+yesstr  "<U06C1><U0627><U06BA>"
147e83
+nostr   "<U0646><U06C1><U06CC><U06BA>"
147e83
 END LC_MESSAGES
147e83
 
147e83
 
147e83
@@ -170,7 +172,20 @@ END LC_NAME
147e83
 
147e83
 
147e83
 LC_ADDRESS
147e83
-copy "hi_IN"
147e83
+postal_fmt  "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
147e83
+<U0025><U0062><U0025><U0065><U0025><U0072>"
147e83
+country_name "<U0628><U06BE><U0627><U0631><U062A>"
147e83
+country_ab2 "<U0049><U004E>"
147e83
+country_ab3 "<U0049><U004E><U0044>"
147e83
+country_num 356
147e83
+% IND
147e83
+country_car    "<U0049><U004E><U0044>"
147e83
+% ur
147e83
+lang_ab      "<U0075><U0072>"
147e83
+% urd
147e83
+lang_term    "<U0075><U0072><U0064>"
147e83
+% urd
147e83
+lang_lib    "<U0075><U0072><U0064>"
147e83
 END LC_ADDRESS
147e83
 
147e83
 
147e83
diff -Nrup a/localedata/locales/wal_ET b/localedata/locales/wal_ET
147e83
--- a/localedata/locales/wal_ET	2012-12-24 22:02:13.000000000 -0500
147e83
+++ b/localedata/locales/wal_ET	2018-06-08 14:34:16.440637977 -0400
147e83
@@ -1,10 +1,16 @@
147e83
-comment_char    %
147e83
-escape_char     /
147e83
+comment_char %
147e83
+escape_char /
147e83
 
147e83
+% This file is part of the GNU C Library and contains locale data.
147e83
+% The Free Software Foundation does not claim any copyright interest
147e83
+% in the locale data contained in this file.  The foregoing does not
147e83
+% affect the license of the GNU C Library as a whole.  It does not
147e83
+% exempt you from the conditions of the license if your use would
147e83
+% otherwise be governed by that license.
147e83
 
147e83
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
147e83
 %
147e83
-% Sidama language locale for Ethiopia.
147e83
+% Walaita language locale for Ethiopia.
147e83
 %
147e83
 % Charset: UTF-8
147e83
 %
147e83
@@ -27,24 +33,23 @@ contact    ""
147e83
 email      "locales@geez.org"
147e83
 tel        ""
147e83
 fax        ""
147e83
-language   "wal"
147e83
-territory  "ET"
147e83
+language   "Wolaytta"
147e83
+territory  "Ethiopia"
147e83
 revision   "0.10"
147e83
 date       "2004-04-25"
147e83
-%
147e83
-category  "i18n:2000";LC_IDENTIFICATION
147e83
-category  "i18n:2000";LC_COLLATE
147e83
-category  "i18n:2000";LC_CTYPE
147e83
-category  "i18n:2000";LC_MEASUREMENT
147e83
-category  "i18n:2000";LC_MONETARY
147e83
-category  "posix:1993";LC_NUMERIC
147e83
-category  "i18n:2000";LC_PAPER
147e83
-category  "i18n:2000";LC_TELEPHONE
147e83
-category  "i18n:2000";LC_ADDRESS
147e83
-category  "i18n:2000";LC_MESSAGES
147e83
-category  "i18n:2000";LC_NAME
147e83
-category  "i18n:2000";LC_TIME
147e83
-%
147e83
+
147e83
+category "i18n:2012";LC_IDENTIFICATION
147e83
+category "i18n:2012";LC_COLLATE
147e83
+category "i18n:2012";LC_CTYPE
147e83
+category "i18n:2012";LC_MEASUREMENT
147e83
+category "i18n:2012";LC_MONETARY
147e83
+category "i18n:2012";LC_NUMERIC
147e83
+category "i18n:2012";LC_PAPER
147e83
+category "i18n:2012";LC_TELEPHONE
147e83
+category "i18n:2012";LC_ADDRESS
147e83
+category "i18n:2012";LC_MESSAGES
147e83
+category "i18n:2012";LC_NAME
147e83
+category "i18n:2012";LC_TIME
147e83
 END LC_IDENTIFICATION
147e83
 
147e83
 
147e83
@@ -65,7 +70,7 @@ END LC_CTYPE
147e83
 
147e83
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
147e83
 %
147e83
-%  Ethiopia Specifc and Shared Data:
147e83
+%  Ethiopia Specific and Shared Data:
147e83
 %
147e83
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
147e83
 
147e83
@@ -92,7 +97,7 @@ END LC_TELEPHONE
147e83
 
147e83
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
147e83
 %
147e83
-%  Sidama Specific Data:
147e83
+%  Walaita Specific Data:
147e83
 %
147e83
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
147e83
 
147e83
@@ -107,14 +112,12 @@ country_post  "<U0045><U0054><U0048>"
147e83
 country_ab2   "<U0045><U0054>"
147e83
 country_ab3   "<U0045><U0054><U0048>"
147e83
 country_num   231   % 210 found in at least one ISO 3166 doc
147e83
-% country_car   unknown
147e83
+% ETH
147e83
+country_car    "<U0045><U0054><U0048>"
147e83
 % country_isbn  unknown, Need ISO 2108
147e83
 lang_name     "<U12C8><U120B><U12ED><U1273><U1271>"
147e83
 lang_term     "<U0077><U0061><U006C>"
147e83
 lang_lib      "<U0077><U0061><U006C>"
147e83
-
147e83
-
147e83
-%
147e83
 END LC_ADDRESS
147e83
 
147e83
 
147e83
@@ -232,5 +235,5 @@ date_fmt    "<U0025><U0041><U1363>
147e83
 <U0020><U130B><U120B><U1233>/
147e83
 <U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>/
147e83
 <U0020><U130D><U002F><U120B>"
147e83
+week 7;19971130;1
147e83
 END LC_TIME
147e83
-%
147e83
diff -Nrup a/localedata/SUPPORTED b/localedata/SUPPORTED
147e83
--- a/localedata/SUPPORTED	2018-06-08 14:15:13.059877630 -0400
147e83
+++ b/localedata/SUPPORTED	2018-06-08 16:07:15.349302352 -0400
147e83
@@ -109,6 +109,7 @@ dv_MV/UTF-8 \
147e83
 dz_BT/UTF-8 \
147e83
 el_GR.UTF-8/UTF-8 \
147e83
 el_GR/ISO-8859-7 \
147e83
+el_GR@euro/ISO-8859-7 \
147e83
 el_CY.UTF-8/UTF-8 \
147e83
 el_CY/ISO-8859-7 \
147e83
 en_AG/UTF-8 \