Fix Marathi names for Wednesday, September and October (#rh864820)

This commit is contained in:
Siddhesh Poyarekar 2012-10-10 14:41:48 +05:30
parent 0653cb1ba3
commit 609365c298
2 changed files with 46 additions and 2 deletions

38
glibc-rh864820.patch Normal file
View File

@ -0,0 +1,38 @@
diff -rup glibc-2.16.90-c30e8edf/localedata/locales/mr_IN glibc-2.16.90-c30e8edf_mod/localedata/locales/mr_IN
--- glibc-2.16.90-c30e8edf/localedata/locales/mr_IN 2012-10-05 18:52:36.000000000 +0530
+++ glibc-2.16.90-c30e8edf_mod/localedata/locales/mr_IN 2012-10-10 14:23:44.594100194 +0530
@@ -109,7 +109,7 @@ abday "<U0930><U0935><U093F>";"<U0
day "<U0930><U0935><U093F><U0935><U093E><U0930>";/
"<U0938><U094B><U092E><U0935><U093E><U0930>";/
"<U092E><U0902><U0917><U0933><U0935><U093E><U0930>";/
- "<U092E><U0902><U0917><U0933><U0935><U093E><U0930>";/
+ "<U092C><U0941><U0927><U0935><U093E><U0930>";/
"<U0917><U0941><U0930><U0941><U0935><U093E><U0930>";/
"<U0936><U0941><U0915><U094D><U0930><U0935><U093E><U0930>";/
"<U0936><U0928><U093F><U0935><U093E><U0930>"
@@ -122,9 +122,9 @@ abmon "<U091C><U093E><U0928><U0947
"<U092E><U0947>";/
"<U091C><U0942><U0928>";/
"<U091C><U0941><U0932><U0948>";/
- "<U0913><U0917><U0938><U094D><U091F>";/
- "<U0938><U0947><U092A><U094D><U091F><U0947><U0902><U092C><U0930>";/
- "<U0913><U0915><U094D><U091F><U094B><U092C><U0930>";/
+ "<U0911><U0917><U0938><U094D><U091F>";/
+ "<U0938><U092A><U094D><U091F><U0947><U0902><U092C><U0930>";/
+ "<U0911><U0915><U094D><U091F><U094B><U092C><U0930>";/
"<U0928><U094B><U0935><U094D><U0939><U0947><U0902><U092C><U0930>";/
"<U0921><U093F><U0938><U0947><U0902><U092C><U0930>"
%
@@ -136,9 +136,9 @@ mon "<U091C><U093E><U0928><U0947
"<U092E><U0947>";/
"<U091C><U0942><U0928>";/
"<U091C><U0941><U0932><U0948>";/
- "<U0913><U0917><U0938><U094D><U091F>";/
- "<U0938><U0947><U092A><U094D><U091F><U0947><U0902><U092C><U0930>";/
- "<U0913><U0915><U094D><U091F><U094B><U092C><U0930>";/
+ "<U0911><U0917><U0938><U094D><U091F>";/
+ "<U0938><U092A><U094D><U091F><U0947><U0902><U092C><U0930>";/
+ "<U0911><U0915><U094D><U091F><U094B><U092C><U0930>";/
"<U0928><U094B><U0935><U094D><U0939><U0947><U0902><U092C><U0930>";/
"<U0921><U093F><U0938><U0947><U0902><U092C><U0930>"
%

View File

@ -27,7 +27,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 22%{?dist}
Release: 23%{?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
@ -187,6 +187,8 @@ Patch2028: %{name}-rh767693-2.patch
# Upstream BZ 14652
Patch2062: %{name}-rh552960-2.patch
Patch2063: %{name}-rh864820.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: glibc-profile < 2.4
Obsoletes: nss_db
@ -468,6 +470,7 @@ package or when debugging this package.
%patch0059 -p1
%patch0060 -p1
%patch2062 -p1
%patch2063 -p1
# On powerpc32, hp timing is only available in power4/power6
# libs, not in base, so pre-power4 dynamic linker is incompatible
@ -1262,7 +1265,10 @@ rm -f *.filelist*
%endif
%changelog
* Fri Oct 5 2012 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.16.90-22
* Fri Oct 10 2012 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.16.90-23
- Fix Marathi names for Wednesday, September and October (#rh864820).
* Fri Oct 5 2012 Jeff Law <law@redhat.com> - 2.16.90-22
- Resync with upstream sources
- Drop local 552960 patch now that it's upstream
- Drop local stap patch now obsolete