Fix first day of week of the hr_HR locale
This commit is contained in:
Florian Weimer 2016-05-11 10:45:45 +02:00
parent 76672943a2
commit 6edf83c63d
2 changed files with 16 additions and 0 deletions

13
glibc-rh1282011.patch Normal file
View File

@ -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 "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
+week 7;19971130;1
+first_weekday 2
END LC_TIME
LC_PAPER

View File

@ -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 <fweimer@redhat.com> - 2.22-15
- Change first day of the week for es_CL to Monday (#1321372)