* Wed Nov 16 2011 Jeff Law <law@redhat.com> - 2.14.90-18

- Fix grouping and reuse other locales in various locales (#13147)
This commit is contained in:
Jeff Law 2011-11-16 23:38:42 -07:00
parent f62c55540f
commit be07c4dc8b
2 changed files with 1666 additions and 1 deletions

1660
glibc-localegrouping.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 17
Release: 18
# 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
@ -43,6 +43,7 @@ Source2: %{glibcsrcdir}-fedora.tar.xz
Patch0: %{name}-fedora.patch
Patch1: %{name}-ia64-lib64.patch
Patch2: %{name}-no-leaf-attribute.patch
Patch3: %{name}-localegrouping.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: glibc-profile < 2.4
Obsoletes: nss_db
@ -262,6 +263,7 @@ rm -rf %{glibcportsdir}
%endif
%endif
%patch2 -p1
%patch3 -p1
# A lot of programs still misuse memcpy when they have to use
# memmove. The memcpy implementation below is not tolerant at
@ -1114,6 +1116,9 @@ rm -f *.filelist*
%endif
%changelog
* Wed Nov 16 2011 Jeff Law <law@redhat.com> - 2.14.90-18
- Fix grouping and reuse other locales in various locales (#13147)
* Tue Nov 15 2011 Jeff Law <law@redhat.com> - 2.14.90-17
Revert bogus commits/rebasing of Nov 14, Nov 11 and Nov 8. Sources
should be equivalent to Fedora 16's initial release.