auto-import glibc-2.3.3-50 on branch devel from glibc-2.3.3-50.src.rpm

This commit is contained in:
Jakub Jelinek 2004-09-10 10:22:16 +00:00
parent 7abcfd39ad
commit fe619b540a
3 changed files with 18 additions and 8 deletions

View File

@ -1,2 +1,2 @@
glibc-2.3.3-200409040813.tar.bz2
glibc-redhat-200409040813.tar.bz2
glibc-2.3.3-200409090540.tar.bz2
glibc-redhat-200409090540.tar.bz2

View File

@ -1,4 +1,4 @@
%define glibcrelease 49
%define glibcrelease 50
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -6,7 +6,7 @@
%define withtlsarches i386 i686 athlon x86_64 ia64 s390 s390x alpha alphaev6 sparc sparcv9 ppc ppc64
%define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9
%define _unpackaged_files_terminate_build 0
%define glibcdate 200409040813
%define glibcdate 200409090540
Summary: The GNU libc libraries.
Name: glibc
Version: 2.3.3
@ -265,7 +265,7 @@ esac
%patch4 -p1
%endif
%endif
%patch5 -p1
#%patch5 -p1
# Hack till glibc-kernheaders get updated, argh
mkdir asm
@ -426,7 +426,7 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_getsetattr 245
#endif
#ifndef __NR_waitid
#define __NR_waitid 253
#define __NR_waitid 247
#endif
%endif
#endif
@ -1254,6 +1254,16 @@ rm -f *.filelist*
%endif
%changelog
* Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
- update from CVS
- pwd/grp/host loops with nscd speed up by sharing the
nscd cache r/o with applications
- inexpensive double free check in free(3)
- make NPTL pthread.h initializers usable even from C++
(BZ #375)
- use atomic instructions even in i386 nscd on i486+ CPUs
(conditionally)
* Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
- update from CVS
- fix linuxthreads tst-cancel{[45],-static}

View File

@ -1,2 +1,2 @@
03486ea9178dcb2d99df2f1c0eca3572 glibc-2.3.3-200409040813.tar.bz2
a639b3ee8c5d2c8d88d3782701d7b14b glibc-redhat-200409040813.tar.bz2
2b4bf3ba5d31062e88826ca4130fa1c4 glibc-2.3.3-200409090540.tar.bz2
ee3bda3d7818194bd79c9eb66faca2fd glibc-redhat-200409090540.tar.bz2