From 76672943a2806d9ce11554d5817fcc5d317fee4e 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 0b0565a..1692a6a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.22-15 - Change first day of the week for es_CL to Monday (#1321372)