[glibc] Fix first_weekday and first_workday for ru_UA (#624296)

Jeffrey Law law at fedoraproject.org
Fri Feb 10 06:02:02 UTC 2012


commit a3c3ac2213a188794e8419f10eacf8967043d808
Author: Jeff Law <law at redhat.com>
Date:   Thu Feb 9 23:01:54 2012 -0700

    Fix first_weekday and first_workday for ru_UA (#624296)

 glibc-rh624296.patch |   13 +++++++++++++
 glibc.spec           |    6 ++++++
 2 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/glibc-rh624296.patch b/glibc-rh624296.patch
new file mode 100644
index 0000000..c03994b
--- /dev/null
+++ b/glibc-rh624296.patch
@@ -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
diff --git a/glibc.spec b/glibc.spec
index e267c93..1a45ec8 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -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 at redhat.com> - 2.15-17
+  - Fix first_weekday and first_workday for ru_UA (#624296)
+
 * Tue Feb 7 2012 Jeff Law <law at redhat.com> - 2.15-16
   - Fix currency_symbol for uk_UA (#789209)
   - Fix weekday names in Kashmiri locale (#770439)


More information about the scm-commits mailing list