glibc-2.23.90-6
- Use 'an' as language abbreviation for an_ES.
This commit is contained in:
parent
e5c3314947
commit
1ffb3d6c4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
/glibc-2.23-69-gf5e753c8.tar.gz
|
13
glibc-fix-an_ES.patch
Normal file
13
glibc-fix-an_ES.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: glibc-2.23-69-gf5e753c8/localedata/locales/an_ES
|
||||
===================================================================
|
||||
--- glibc-2.23-69-gf5e753c8.orig/localedata/locales/an_ES
|
||||
+++ glibc-2.23-69-gf5e753c8/localedata/locales/an_ES
|
||||
@@ -134,7 +134,7 @@ postal_fmt "<U0025><U0066><U0025><U00
|
||||
country_ab2 "<U0045><U0053>"
|
||||
country_ab3 "<U0045><U0053><U0050>"
|
||||
country_num 724
|
||||
-lang_ab "<U0041><U004E>"
|
||||
+lang_ab "<U0061><U006E>"
|
||||
% E
|
||||
country_car "<U0045>"
|
||||
% aragonés
|
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.23-69-gf5e753c8
|
||||
%define glibcversion 2.23.90
|
||||
%define glibcrelease 5%{?dist}
|
||||
%define glibcrelease 6%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
@ -258,6 +258,9 @@ Patch0058: glibc-bug-regex-gcc5.patch
|
||||
# Add C.UTF-8 locale into /usr/lib/locale/
|
||||
Patch0059: glibc-c-utf8-locale.patch
|
||||
|
||||
# Use "an" as language code.
|
||||
Patch0060: glibc-fix-an_ES.patch
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# Patches from upstream
|
||||
@ -793,6 +796,7 @@ cat /proc/meminfo
|
||||
%patch2036 -p1
|
||||
%patch2037 -p1
|
||||
%patch2099 -p1
|
||||
%patch0060 -p1
|
||||
|
||||
##############################################################################
|
||||
# %%prep - Additional prep required...
|
||||
@ -2092,6 +2096,9 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2016 Carlos O'Donell <carlos@redhat.com> - 2.23.90-6
|
||||
- Use 'an' as language abbreviation for an_ES.
|
||||
|
||||
* Mon Mar 07 2016 Carlos O'Donell <carlos@systemhalted.org> - 2.23.90-5
|
||||
- Auto-sync with upstream master.
|
||||
|
||||
|
3
series
3
series
@ -38,5 +38,6 @@ glibc-bug-regex-gcc5.patch -p1 --fuzz=0
|
||||
glibc-c-utf8-locale.patch -p1 --fuzz=0
|
||||
glibc-nsswitch-Add-group-merging-support.patch -p1 --fuzz=0
|
||||
glibc-gcc-PR69537.patch -p1 --fuzz=0
|
||||
glibc-rh1315108.patch -p1 --fuzz=0
|
||||
glibc-rh1252570.patch -p1 --fuzz=0
|
||||
glibc-rh1315108.patch -p1
|
||||
glibc-fix-an_ES.patch -p1 --fuzz=0
|
||||
|
Loading…
Reference in New Issue
Block a user