* 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:
parent
f62c55540f
commit
be07c4dc8b
1660
glibc-localegrouping.patch
Normal file
1660
glibc-localegrouping.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 17
|
Release: 18
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# 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
|
Patch0: %{name}-fedora.patch
|
||||||
Patch1: %{name}-ia64-lib64.patch
|
Patch1: %{name}-ia64-lib64.patch
|
||||||
Patch2: %{name}-no-leaf-attribute.patch
|
Patch2: %{name}-no-leaf-attribute.patch
|
||||||
|
Patch3: %{name}-localegrouping.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Obsoletes: glibc-profile < 2.4
|
Obsoletes: glibc-profile < 2.4
|
||||||
Obsoletes: nss_db
|
Obsoletes: nss_db
|
||||||
@ -262,6 +263,7 @@ rm -rf %{glibcportsdir}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
# A lot of programs still misuse memcpy when they have to use
|
# A lot of programs still misuse memcpy when they have to use
|
||||||
# memmove. The memcpy implementation below is not tolerant at
|
# memmove. The memcpy implementation below is not tolerant at
|
||||||
@ -1114,6 +1116,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
Revert bogus commits/rebasing of Nov 14, Nov 11 and Nov 8. Sources
|
||||||
should be equivalent to Fedora 16's initial release.
|
should be equivalent to Fedora 16's initial release.
|
||||||
|
Loading…
Reference in New Issue
Block a user