rpms/glibc/F-9 glibc.spec,1.362,1.363

Dennis Gilmore ausil at fedoraproject.org
Wed Oct 8 22:16:25 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/glibc/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19397

Modified Files:
	glibc.spec 
Log Message:
apply sparcv9v memset patch



Index: glibc.spec
===================================================================
RCS file: /cvs/extras/rpms/glibc/F-9/glibc.spec,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- glibc.spec	16 Jul 2008 14:58:16 -0000	1.362
+++ glibc.spec	8 Oct 2008 22:15:54 -0000	1.363
@@ -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 @@
 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 @@
 %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 @@
 %endif
 
 %changelog
+* Tue Oct 07 2008 Dennis Gilmore <dennis at ausil.us> 2.8-9
+- apply patch from Jakub for sparcv9v memset issue
+
 * Wed Jul 16 2008 Jakub Jelinek <jakub at redhat.com> 2.8-8
 - another nscd fix
 - fix unbuffered vfprintf (#455360)




More information about the scm-commits mailing list