From 8185509400808abebb957d3f1287234dba6635ec Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 11 May 2016 10:39:35 +0200 Subject: [PATCH] Resolves: #1204521 Fix first day of week of the fr_CH, it_CH locales --- glibc-rh1204521.patch | 29 +++++++++++++++++++++++++++++ glibc.spec | 3 +++ 2 files changed, 32 insertions(+) create mode 100644 glibc-rh1204521.patch diff --git a/glibc-rh1204521.patch b/glibc-rh1204521.patch new file mode 100644 index 0000000..2fb67f1 --- /dev/null +++ b/glibc-rh1204521.patch @@ -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 "/ + / + " ++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 "/ + / + " ++week 7;19971130;4 ++first_weekday 2 + END LC_TIME + + LC_PAPER diff --git a/glibc.spec b/glibc.spec index 6f4c7a4..7048e1b 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 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),