auto-import glibc-2.3.3-50 on branch devel from glibc-2.3.3-50.src.rpm
This commit is contained in:
parent
7abcfd39ad
commit
fe619b540a
@ -1,2 +1,2 @@
|
|||||||
glibc-2.3.3-200409040813.tar.bz2
|
glibc-2.3.3-200409090540.tar.bz2
|
||||||
glibc-redhat-200409040813.tar.bz2
|
glibc-redhat-200409090540.tar.bz2
|
||||||
|
18
glibc.spec
18
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcrelease 49
|
%define glibcrelease 50
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define prelinkarches noarch
|
%define prelinkarches noarch
|
||||||
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
%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 withtlsarches i386 i686 athlon x86_64 ia64 s390 s390x alpha alphaev6 sparc sparcv9 ppc ppc64
|
||||||
%define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9
|
%define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define glibcdate 200409040813
|
%define glibcdate 200409090540
|
||||||
Summary: The GNU libc libraries.
|
Summary: The GNU libc libraries.
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
@ -265,7 +265,7 @@ esac
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%patch5 -p1
|
#%patch5 -p1
|
||||||
|
|
||||||
# Hack till glibc-kernheaders get updated, argh
|
# Hack till glibc-kernheaders get updated, argh
|
||||||
mkdir asm
|
mkdir asm
|
||||||
@ -426,7 +426,7 @@ cat > asm/unistd.h <<EOF
|
|||||||
#define __NR_mq_getsetattr 245
|
#define __NR_mq_getsetattr 245
|
||||||
#endif
|
#endif
|
||||||
#ifndef __NR_waitid
|
#ifndef __NR_waitid
|
||||||
#define __NR_waitid 253
|
#define __NR_waitid 247
|
||||||
#endif
|
#endif
|
||||||
%endif
|
%endif
|
||||||
#endif
|
#endif
|
||||||
@ -1254,6 +1254,16 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- fix linuxthreads tst-cancel{[45],-static}
|
- fix linuxthreads tst-cancel{[45],-static}
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
03486ea9178dcb2d99df2f1c0eca3572 glibc-2.3.3-200409040813.tar.bz2
|
2b4bf3ba5d31062e88826ca4130fa1c4 glibc-2.3.3-200409090540.tar.bz2
|
||||||
a639b3ee8c5d2c8d88d3782701d7b14b glibc-redhat-200409040813.tar.bz2
|
ee3bda3d7818194bd79c9eb66faca2fd glibc-redhat-200409090540.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user