From a3c3ac2213a188794e8419f10eacf8967043d808 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 9 Feb 2012 23:01:54 -0700 Subject: [PATCH] Fix first_weekday and first_workday for ru_UA (#624296) --- glibc-rh624296.patch | 13 +++++++++++++ glibc.spec | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 glibc-rh624296.patch 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 "/ + / + " ++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 - 2.15-17 + - Fix first_weekday and first_workday for ru_UA (#624296) + * Tue Feb 7 2012 Jeff Law - 2.15-16 - Fix currency_symbol for uk_UA (#789209) - Fix weekday names in Kashmiri locale (#770439)