From d0a0332007d54b46d1fdbbded49ecde5500c3002 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 7 May 2016 09:35:20 +0200 Subject: [PATCH] Resolves: #1321372 Change first day of the week for es_CL to Monday --- glibc-rh1321372.patch | 17 +++++++++++++++++ glibc.spec | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 glibc-rh1321372.patch diff --git a/glibc-rh1321372.patch b/glibc-rh1321372.patch new file mode 100644 index 0000000..f7ed81b --- /dev/null +++ b/glibc-rh1321372.patch @@ -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 "/ + / + " ++week 7;19971130;1 ++first_weekday 2 + END LC_TIME + + LC_PAPER diff --git a/glibc.spec b/glibc.spec index 65cd90d..9fc9dff 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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.