rpms/glibc/devel glibc-fedora.patch, 1.247, 1.248 glibc.spec, 1.335, 1.336

Jakub Jelinek (jakub) fedora-extras-commits at redhat.com
Thu Oct 18 00:17:50 UTC 2007


Author: jakub

Update of /cvs/pkgs/rpms/glibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27491

Modified Files:
	glibc-fedora.patch glibc.spec 
Log Message:
2.7-2

glibc-fedora.patch:

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/pkgs/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- glibc-fedora.patch	17 Oct 2007 20:54:45 -0000	1.247
+++ glibc-fedora.patch	18 Oct 2007 00:17:17 -0000	1.248
@@ -2169,3 +2169,20 @@
  
  	cfi_startproc;
  PSEUDO_END (BP_SYM (__clone))
+--- libc/sysdeps/x86_64/memset.S	17 Oct 2007 15:57:28 -0000	1.10
++++ libc/sysdeps/x86_64/memset.S	18 Oct 2007 00:09:32 -0000	1.11
+@@ -30,11 +30,12 @@
+ 
+         .text
+ #ifndef NOT_IN_libc
+-ENTRY(bzero)
++ENTRY(__bzero)
+ 	mov	%rsi,%rdx	/* Adjust parameter.  */
+ 	xorl	%esi,%esi	/* Fill with 0s.  */
+ 	jmp	L(memset_entry)
+-END(bzero)
++END(__bzero)
++weak_alias (__bzero, bzero)
+ #endif
+ 
+ #if defined PIC && !defined NOT_IN_libc


Index: glibc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- glibc.spec	17 Oct 2007 20:54:45 -0000	1.335
+++ glibc.spec	18 Oct 2007 00:17:17 -0000	1.336
@@ -3,7 +3,7 @@
 %define glibcsrcdir glibc-20071017T2029
 %define glibc_release_tarballs 0
 %define glibcversion 2.7
-%define glibcrelease 1
+%define glibcrelease 2
 %define run_glibc_tests 1
 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6
 %define xenarches i686 athlon
@@ -1015,7 +1015,7 @@
 %endif
 
 %changelog
-* Wed Oct 17 2007 Jakub Jelinek <jakub at redhat.com> 2.7-1
+* Thu Oct 18 2007 Jakub Jelinek <jakub at redhat.com> 2.7-2
 - glibc 2.7 release
 - fix tzfile.c for times after last transition (#333561)
 - fix sem_post at GLIBC_2.0 on i?86




More information about the fedora-extras-commits mailing list