[glibc] - Fix first workday/weekday for it_IT (#446078) - Fix first workday/weekday for ca_ES (#454629)

Jeffrey Law law at fedoraproject.org
Mon Jan 23 22:00:35 UTC 2012


commit ee7ce9fbc1cfc826272fb1f43483001d014b07c1
Author: Jeff Law <law at redhat.com>
Date:   Mon Jan 23 15:00:11 2012 -0700

      - Fix first workday/weekday for it_IT (#446078)
      - Fix first workday/weekday for ca_ES (#454629)

 glibc-rh446078.patch |   13 +++++++++++++
 glibc-rh454629.patch |   13 +++++++++++++
 glibc.spec           |    6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)
---
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       "<U0025><U0061><U0020><U0025><U0065><U0020><U0025>/
+ <U0062><U0020><U0025><U0059><U002C><U0020><U0025><U0048><U002E>/
+ <U0025><U004D><U002E><U0025><U0053><U002C><U0020><U0025><U005A>"
++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	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
+ <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
+ <U0025><U005A><U0020><U0025><U0059>"
++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 <law at redhat.com> - 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 <rel-eng at lists.fedoraproject.org> - 2.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list