Fix Marathi names for Wednesday, September and October (#rh864820)
This commit is contained in:
parent
1117842dc4
commit
9dec2fd94a
38
glibc-rh864820.patch
Normal file
38
glibc-rh864820.patch
Normal 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>"
|
||||
%
|
@ -28,7 +28,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?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
|
||||
@ -179,6 +179,8 @@ Patch2039: %{name}-rh854337.patch
|
||||
# Upstream BZ 14583
|
||||
Patch2040: %{name}-rh857236.patch
|
||||
|
||||
Patch2042: %{name}-rh864820.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: glibc-profile < 2.4
|
||||
Obsoletes: nss_db
|
||||
@ -444,6 +446,7 @@ rm -rf %{glibcportsdir}
|
||||
%patch2039 -p1
|
||||
%patch2040 -p1
|
||||
%patch1041 -p1
|
||||
%patch2042 -p1
|
||||
|
||||
# On powerpc32, hp timing is only available in power4/power6
|
||||
# libs, not in base, so pre-power4 dynamic linker is incompatible
|
||||
@ -1250,6 +1253,9 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 10 2012 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.16-19
|
||||
- Fix Marathi names for Wednesday, September and October (#rh864820).
|
||||
|
||||
* Mon Oct 1 2012 Jeff Law <law@redhat.com> - 2.16-18
|
||||
- Set proper max length when parsing xdr requests (#848748).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user