Change first day of the week for es_CL to Monday
This commit is contained in:
Florian Weimer 2016-05-07 09:35:20 +02:00
parent 59cdbb3254
commit d0a0332007
2 changed files with 20 additions and 0 deletions

17
glibc-rh1321372.patch Normal file
View File

@ -0,0 +1,17 @@
Partial backport of 0a410e76f551c6e6cf6d128f618208049d6a952c
(localedata: CLDRv29: update LC_TIME week/first_week,workday fields)
to fix just the es_CL locale.
Index: b/localedata/locales/es_CL
===================================================================
--- a/localedata/locales/es_CL
+++ b/localedata/locales/es_CL
@@ -118,6 +118,8 @@ t_fmt_ampm ""
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
+week 7;19971130;1
+first_weekday 2
END LC_TIME
LC_PAPER

View File

@ -300,6 +300,7 @@ Patch2036: glibc-gcc-PR69537.patch
# Upstream BZ 19581
Patch2101: glibc-rh1114591.patch
Patch2102: glibc-rh1321372.patch
##############################################################################
#
@ -792,6 +793,7 @@ cat /proc/meminfo
%patch2035 -p1
%patch2036 -p1
%patch2101 -p1
%patch2102 -p1
%patch0060 -p1
##############################################################################
@ -2114,6 +2116,7 @@ rm -f *.filelist*
- Drop the revert in glibc-rh1252570.patch. There is now a series
of upstream fixes for the Hesiod crash and the IPv6 address
memory leak.
- Change first day of the week for es_CL to Monday (#1321372)
- Sync with the upstream 2.23 release branch
(commit a824d609581d5ee7544aabcbbc70e8da44b2b5b6),
resolving the bugs listed below.