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 ddd59248e8
commit 8185509400
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

@ -302,6 +302,7 @@ Patch2035: glibc-nsswitch-Add-group-merging-support.patch
Patch2036: glibc-gcc-PR69537.patch
Patch2102: glibc-rh1321372.patch
Patch2103: glibc-rh1204521.patch
##############################################################################
#
@ -789,6 +790,7 @@ microbenchmark tests on the system.
%patch2035 -p1
%patch2036 -p1
%patch2102 -p1
%patch2103 -p1
%patch0060 -p1
##############################################################################
@ -2117,6 +2119,7 @@ rm -f *.filelist*
%changelog
* Wed May 11 2016 Florian Weimer <fweimer@redhat.com> - 2.23.1-7
- Fix first day of week of the fr_CH, it_CH locales (#1204521)
- Drop glibc-rh1114591.patch, now included upstream.
- Sync with the upstream 2.23 release branch
(commit 1a8a7c12950a0026a3c406a7cb1608f96aa1460e),