parent
c3f1918b6c
commit
e97f134cc1
17
glibc-rh1321372.patch
Normal file
17
glibc-rh1321372.patch
Normal file
@ -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 "<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
|
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.22
|
%define glibcsrcdir glibc-2.22
|
||||||
%define glibcversion 2.22
|
%define glibcversion 2.22
|
||||||
%define glibcrelease 14%{?dist}
|
%define glibcrelease 15%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -252,6 +252,7 @@ Patch1029: glibc-rh1332917-2.patch
|
|||||||
Patch1030: glibc-rh1332917-3.patch
|
Patch1030: glibc-rh1332917-3.patch
|
||||||
Patch1031: glibc-rh1332917-4.patch
|
Patch1031: glibc-rh1332917-4.patch
|
||||||
Patch1032: glibc-rh1332917-5.patch
|
Patch1032: glibc-rh1332917-5.patch
|
||||||
|
Patch1033: glibc-rh1321372.patch
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
@ -703,6 +704,7 @@ microbenchmark tests on the system.
|
|||||||
%patch1030 -p1
|
%patch1030 -p1
|
||||||
%patch1031 -p1
|
%patch1031 -p1
|
||||||
%patch1032 -p1
|
%patch1032 -p1
|
||||||
|
%patch1033 -p1
|
||||||
%patch0059 -p1
|
%patch0059 -p1
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@ -1923,6 +1925,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 7 2016 Florian Weimer <fweimer@redhat.com> - 2.22-15
|
||||||
|
- Change first day of the week for es_CL to Monday (#1321372)
|
||||||
|
|
||||||
* Fri May 6 2016 Florian Weimer <fweimer@redhat.com> - 2.22-14
|
* Fri May 6 2016 Florian Weimer <fweimer@redhat.com> - 2.22-14
|
||||||
- Fix getnameinfo memory leak and incorrect truncation (#1333901)
|
- Fix getnameinfo memory leak and incorrect truncation (#1333901)
|
||||||
- CVE-2016-1234: buffer overflow in glob with GLOB_ALTDIRFUNC (#1315648)
|
- CVE-2016-1234: buffer overflow in glob with GLOB_ALTDIRFUNC (#1315648)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user