Fix currency_symbol for uk_UA (#789209)
This commit is contained in:
parent
5c2160b7f3
commit
29567a505d
16
glibc-rh789209.patch
Normal file
16
glibc-rh789209.patch
Normal 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
|
@ -80,6 +80,8 @@ Patch22: %{name}-rh691912.patch
|
|||||||
Patch23: %{name}-rh688948.patch
|
Patch23: %{name}-rh688948.patch
|
||||||
# Rakesh & Pravin will send upstream
|
# Rakesh & Pravin will send upstream
|
||||||
Patch24: %{name}-rh770439.patch
|
Patch24: %{name}-rh770439.patch
|
||||||
|
# Sent upstream
|
||||||
|
Patch25: %{name}-rh789209.patch
|
||||||
|
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -323,6 +325,7 @@ rm -rf %{glibcportsdir}
|
|||||||
%patch22 -p1
|
%patch22 -p1
|
||||||
%patch23 -p1
|
%patch23 -p1
|
||||||
%patch24 -p1
|
%patch24 -p1
|
||||||
|
%patch25 -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
|
||||||
@ -1176,6 +1179,7 @@ rm -f *.filelist*
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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 weekday names in Kashmiri locale (#770439)
|
- Fix weekday names in Kashmiri locale (#770439)
|
||||||
|
|
||||||
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-15
|
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-15
|
||||||
|
Loading…
Reference in New Issue
Block a user