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.