- Fix first workday/weekday for it_IT (#446078)
- Fix first workday/weekday for ca_ES (#454629)
This commit is contained in:
parent
4dc232f59d
commit
ee7ce9fbc1
13
glibc-rh446078.patch
Normal file
13
glibc-rh446078.patch
Normal file
@ -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
|
13
glibc-rh454629.patch
Normal file
13
glibc-rh454629.patch
Normal file
@ -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
|
@ -54,6 +54,8 @@ Patch4: %{name}-rh730856.patch
|
|||||||
# Caused a variety of problems for Fedora & Debian
|
# Caused a variety of problems for Fedora & Debian
|
||||||
Patch5: %{name}-rh769421.patch
|
Patch5: %{name}-rh769421.patch
|
||||||
Patch6: %{name}-rh729661.patch
|
Patch6: %{name}-rh729661.patch
|
||||||
|
Patch7: %{name}-rh446078.patch
|
||||||
|
Patch8: %{name}-rh454629.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Obsoletes: glibc-profile < 2.4
|
Obsoletes: glibc-profile < 2.4
|
||||||
@ -278,6 +280,8 @@ rm -rf %{glibcportsdir}
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
# A lot of programs still misuse memcpy when they have to use
|
# A lot of programs still misuse memcpy when they have to use
|
||||||
# memmove. The memcpy implementation below is not tolerant at
|
# memmove. The memcpy implementation below is not tolerant at
|
||||||
@ -1132,6 +1136,8 @@ rm -f *.filelist*
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 23 2012 Jeff Law <law@redhat.com> - 2.15-3
|
* Mon Jan 23 2012 Jeff Law <law@redhat.com> - 2.15-3
|
||||||
- Fix cycle detection (#729661)
|
- 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@lists.fedoraproject.org> - 2.15-2
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user