Fix first_weekday and first_workday for ru_UA (#624296)
This commit is contained in:
parent
930810752a
commit
a3c3ac2213
13
glibc-rh624296.patch
Normal file
13
glibc-rh624296.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -rup a/localedata/locales/ru_UA b/localedata/locales/ru_UA
|
||||||
|
--- a/localedata/locales/ru_UA 2012-01-01 05:16:32.000000000 -0700
|
||||||
|
+++ b/localedata/locales/ru_UA 2012-02-09 22:57:29.698433625 -0700
|
||||||
|
@@ -141,6 +141,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
|
||||||
|
Only in b/localedata/locales: uk_UA.rej
|
@ -82,6 +82,8 @@ Patch23: %{name}-rh688948.patch
|
|||||||
Patch24: %{name}-rh770439.patch
|
Patch24: %{name}-rh770439.patch
|
||||||
# Sent upstream
|
# Sent upstream
|
||||||
Patch25: %{name}-rh789209.patch
|
Patch25: %{name}-rh789209.patch
|
||||||
|
# Was acked in the upstream BZ, but patch never got installed
|
||||||
|
Patch26: %{name}-rh624296.patch
|
||||||
|
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -326,6 +328,7 @@ rm -rf %{glibcportsdir}
|
|||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
%patch25 -p1
|
%patch25 -p1
|
||||||
|
%patch26 -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
|
||||||
@ -1178,6 +1181,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 8 2012 Jeff Law <law@redhat.com> - 2.15-17
|
||||||
|
- Fix first_weekday and first_workday for ru_UA (#624296)
|
||||||
|
|
||||||
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-16
|
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-16
|
||||||
- Fix currency_symbol for uk_UA (#789209)
|
- Fix currency_symbol for uk_UA (#789209)
|
||||||
- Fix weekday names in Kashmiri locale (#770439)
|
- Fix weekday names in Kashmiri locale (#770439)
|
||||||
|
Loading…
Reference in New Issue
Block a user