diff --git a/glibc-rh1282011.patch b/glibc-rh1282011.patch new file mode 100644 index 0000000..6104702 --- /dev/null +++ b/glibc-rh1282011.patch @@ -0,0 +1,13 @@ +Index: b/localedata/locales/hr_HR +=================================================================== +--- a/localedata/locales/hr_HR ++++ b/localedata/locales/hr_HR +@@ -2211,6 +2211,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 1692a6a..9872acf 100644 --- a/glibc.spec +++ b/glibc.spec @@ -266,6 +266,7 @@ Patch1045: glibc-rh1307234-2.patch Patch1046: glibc-rh1288740.patch Patch1047: glibc-rh1330888.patch Patch1048: glibc-rh1204521.patch +Patch1049: glibc-rh1282011.patch ############################################################################## # @@ -731,6 +732,7 @@ microbenchmark tests on the system. %patch1046 -p1 %patch1047 -p1 %patch1048 -p1 +%patch1049 -p1 %patch0059 -p1 ############################################################################## @@ -1956,6 +1958,7 @@ rm -f *.filelist* 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) +- Fix first day of week of the hr_HR locale (#1282011) * Sat May 7 2016 Florian Weimer - 2.22-15 - Change first day of the week for es_CL to Monday (#1321372)