diff --git a/glibc-rh446078.patch b/glibc-rh446078.patch new file mode 100644 index 0000000..311cb3e --- /dev/null +++ b/glibc-rh446078.patch @@ -0,0 +1,13 @@ +diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT +index 31acd53..9513970 100644 +--- a/localedata/locales/it_IT ++++ b/localedata/locales/it_IT +@@ -124,6 +124,8 @@ t_fmt_ampm "" + date_fmt "/ + / + " ++first_weekday 2 ++first_workday 2 + END LC_TIME + + LC_PAPER diff --git a/glibc-rh454629.patch b/glibc-rh454629.patch new file mode 100644 index 0000000..42f93e1 --- /dev/null +++ b/glibc-rh454629.patch @@ -0,0 +1,13 @@ +diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES +index cd83bcc..3c14340 100644 +--- a/localedata/locales/ca_ES ++++ b/localedata/locales/ca_ES +@@ -138,6 +138,8 @@ t_fmt_ampm "" + date_fmt "/ + / + " ++first_weekday 2 ++first_workday 2 + END LC_TIME + + LC_PAPER diff --git a/glibc.spec b/glibc.spec index de833a0..5647f90 100644 --- a/glibc.spec +++ b/glibc.spec @@ -54,6 +54,8 @@ Patch4: %{name}-rh730856.patch # Caused a variety of problems for Fedora & Debian Patch5: %{name}-rh769421.patch Patch6: %{name}-rh729661.patch +Patch7: %{name}-rh446078.patch +Patch8: %{name}-rh454629.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: glibc-profile < 2.4 @@ -278,6 +280,8 @@ rm -rf %{glibcportsdir} %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 # A lot of programs still misuse memcpy when they have to use # memmove. The memcpy implementation below is not tolerant at @@ -1132,6 +1136,8 @@ rm -f *.filelist* %changelog * Mon Jan 23 2012 Jeff Law - 2.15-3 - Fix cycle detection (#729661) + - Fix first workday/weekday for it_IT (#446078) + - Fix first workday/weekday for ca_ES (#454629) * Fri Jan 13 2012 Fedora Release Engineering - 2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild