Fix currency_symbol for uk_UA (#789209)

This commit is contained in:
Jeff Law 2012-02-09 22:16:57 -07:00
parent 5c2160b7f3
commit 29567a505d
2 changed files with 20 additions and 0 deletions

16
glibc-rh789209.patch Normal file
View File

@ -0,0 +1,16 @@
2012-01-01 Ashish Shah <ashishks@redhat.com>
* locales/uk_UA (currency_symbol): Fix.
--- glibc-2.5-20061008T1257.orig/localedata/locales/uk_UA 2010-09-30 17:42:09.000000000 +0530
+++ glibc-2.5-20061008T1257.orig/localedata/locales/uk_UA 2010-09-30 17:42:34.000000000 +0530
@@ -88,7 +88,7 @@
LC_MONETARY
int_curr_symbol "<U0055><U0041><U0048><U0020>"
-currency_symbol "<U0433><U0440>"
+currency_symbol "<U0433><U0440><U043D><U002E>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View File

@ -80,6 +80,8 @@ Patch22: %{name}-rh691912.patch
Patch23: %{name}-rh688948.patch
# Rakesh & Pravin will send upstream
Patch24: %{name}-rh770439.patch
# Sent upstream
Patch25: %{name}-rh789209.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -323,6 +325,7 @@ rm -rf %{glibcportsdir}
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
# A lot of programs still misuse memcpy when they have to use
# memmove. The memcpy implementation below is not tolerant at
@ -1176,6 +1179,7 @@ rm -f *.filelist*
%changelog
* 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)
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-15