Fix first_weekday and first_workday for ru_UA (#624296)

This commit is contained in:
Jeff Law 2012-02-09 23:01:54 -07:00
parent 930810752a
commit a3c3ac2213
2 changed files with 19 additions and 0 deletions

13
glibc-rh624296.patch Normal file
View 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

View File

@ -82,6 +82,8 @@ Patch23: %{name}-rh688948.patch
Patch24: %{name}-rh770439.patch
# Sent upstream
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)
@ -326,6 +328,7 @@ rm -rf %{glibcportsdir}
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
# A lot of programs still misuse memcpy when they have to use
# memmove. The memcpy implementation below is not tolerant at
@ -1178,6 +1181,9 @@ rm -f *.filelist*
%endif
%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
- Fix currency_symbol for uk_UA (#789209)
- Fix weekday names in Kashmiri locale (#770439)