apply sparcv9v memset patch
This commit is contained in:
parent
005e850828
commit
1c2d86471d
@ -23,7 +23,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: 2.8
|
||||
Release: 8
|
||||
Release: 9
|
||||
# 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
|
||||
@ -61,6 +61,7 @@ Patch18: glibc-tls-getaddr.patch
|
||||
Patch19: glibc-bz6719.patch
|
||||
Patch20: glibc-nscd-inotify-fix.patch
|
||||
Patch21: glibc-rh455360.patch
|
||||
Patch22: glibc-sparcv9v-memset.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: glibc-profile < 2.4
|
||||
Provides: ldconfig
|
||||
@ -260,6 +261,7 @@ package or when debugging this package.
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
|
||||
# A lot of programs still misuse memcpy when they have to use
|
||||
# memmove. The memcpy implementation below is not tolerant at
|
||||
@ -1020,6 +1022,9 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 07 2008 Dennis Gilmore <dennis@ausil.us> 2.8-9
|
||||
- apply patch from Jakub for sparcv9v memset issue
|
||||
|
||||
* Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8-8
|
||||
- another nscd fix
|
||||
- fix unbuffered vfprintf (#455360)
|
||||
|
Loading…
Reference in New Issue
Block a user