Fix first day of week of the fr_CH, it_CH locales
This commit is contained in:
Florian Weimer 2016-05-11 10:39:35 +02:00
parent d7fc7c363e
commit 76672943a2
2 changed files with 32 additions and 0 deletions

29
glibc-rh1204521.patch Normal file
View File

@ -0,0 +1,29 @@
Partial backport of upstream commit 0a410e76f551c6e6cf6d128f618208049d6a952c
(localedata: CLDRv29: update LC_TIME week/first_week,workday fields).
Index: b/localedata/locales/fr_CH
===================================================================
--- a/localedata/locales/fr_CH
+++ b/localedata/locales/fr_CH
@@ -104,6 +104,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;4
+first_weekday 2
END LC_TIME
LC_PAPER
Index: b/localedata/locales/it_CH
===================================================================
--- a/localedata/locales/it_CH
+++ b/localedata/locales/it_CH
@@ -99,6 +99,8 @@ t_fmt_ampm ""
date_fmt "<U0025><U0061><U0020><U0025><U0065><U0020><U0025>/
<U0062><U0020><U0025><U0059><U002C><U0020><U0025><U0048><U002E>/
<U0025><U004D><U002E><U0025><U0053><U002C><U0020><U0025><U005A>"
+week 7;19971130;4
+first_weekday 2
END LC_TIME
LC_PAPER

View File

@ -265,6 +265,7 @@ Patch1044: glibc-rh1307234-1.patch
Patch1045: glibc-rh1307234-2.patch
Patch1046: glibc-rh1288740.patch
Patch1047: glibc-rh1330888.patch
Patch1048: glibc-rh1204521.patch
##############################################################################
#
@ -729,6 +730,7 @@ microbenchmark tests on the system.
%patch1045 -p1
%patch1046 -p1
%patch1047 -p1
%patch1048 -p1
%patch0059 -p1
##############################################################################
@ -1953,6 +1955,7 @@ rm -f *.filelist*
- Back out dlsym (RTLD_NEXT)/dlerror change (#1333945)
because it reveals an ASAN bug (#1335011)
- CVE-2016-3706: stack overflow in getaddrinfo hostent conversion (#1330888)
- Fix first day of week of the fr_CH, it_CH locales (#1204521)
* Sat May 7 2016 Florian Weimer <fweimer@redhat.com> - 2.22-15
- Change first day of the week for es_CL to Monday (#1321372)