Fix weekday names in Kashmiri locale (#770439)

This commit is contained in:
Jeff Law 2012-02-09 10:47:47 -07:00
parent cd1492e433
commit 5c2160b7f3
2 changed files with 29 additions and 1 deletions

22
glibc-rh770439.patch Normal file
View File

@ -0,0 +1,22 @@
2012-02-08 Rakesh Pandit <rakesh@fedoraproject.org>
* locales/ks_IN@devanagari: Fix week day names.
--- a/localedata/locales/ks_IN@devanagari
+++ a/localedata/locales/ks_IN@devanagari
@@ -64,11 +64,11 @@ abday "<U0906><U0925><U094D>";/
"<U092C><U091F>"
%
% Full weekday names (%A)
-day "<U0906><U0925><U094D><U094D><U0935><U093E><U0930><U094D>";/
+day "<U0906><U0925><U094D><U0935><U093E><U0930><U094D>";/
"<U091A><U0928><U094D><U0926><U094D><U0930><U0935><U093E><U0930><U094D>";/
- "<U092C><U094B><U092E><U094D><U0935><U093E><U0930><U0940><U094D>";/
- "<U092C><U094B><U0918><U0935><U093E><U0930><U0940><U094D>";/
- "<U092C><U094D><U0930><U0938><U094D><U094D><U0935><U093E><U0930><U094D>";/
+ "<U092C><U094B><U092E><U094D><U0935><U093E><U0930><U094D>";/
+ "<U092C><U094B><U0918><U0935><U093E><U0930><U094D>";/
+ "<U092C><U094D><U0930><U0938><U094D><U0935><U093E><U0930><U094D>";/
"<U091C><U0941><U092E><U093E><U0939><U094D>";/
"<U092C><U091F><U0935><U093E><U0930><U094D>"
%

View File

@ -28,7 +28,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 14%{?dist}
Release: 16%{?dist}
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@ -78,6 +78,8 @@ Patch21: %{name}-rh770869.patch
Patch22: %{name}-rh691912.patch
# Not necessary to send upstream
Patch23: %{name}-rh688948.patch
# Rakesh & Pravin will send upstream
Patch24: %{name}-rh770439.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -320,6 +322,7 @@ rm -rf %{glibcportsdir}
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
# A lot of programs still misuse memcpy when they have to use
# memmove. The memcpy implementation below is not tolerant at
@ -1172,6 +1175,9 @@ rm -f *.filelist*
%endif
%changelog
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-16
- Fix weekday names in Kashmiri locale (#770439)
* Tue Feb 7 2012 Jeff Law <law@redhat.com> - 2.15-15
- Remove change for 787662, correct fix is in gcc.