auto-import glibc-2.3.3-51 on branch devel from glibc-2.3.3-51.src.rpm
This commit is contained in:
parent
fe619b540a
commit
6e86160076
@ -1,2 +1,2 @@
|
|||||||
glibc-2.3.3-200409090540.tar.bz2
|
glibc-2.3.3-200409100629.tar.bz2
|
||||||
glibc-redhat-200409090540.tar.bz2
|
glibc-redhat-200409100629.tar.bz2
|
||||||
|
10
glibc.spec
10
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcrelease 50
|
%define glibcrelease 51
|
||||||
%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 200409090540
|
%define glibcdate 200409100629
|
||||||
Summary: The GNU libc libraries.
|
Summary: The GNU libc libraries.
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
@ -1254,6 +1254,12 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
|
||||||
|
- update from CVS
|
||||||
|
- disable one of the malloc double free checks for non-contiguous
|
||||||
|
arenas where it doesn't have to be true even for non-broken
|
||||||
|
apps
|
||||||
|
|
||||||
* Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
|
* Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- pwd/grp/host loops with nscd speed up by sharing the
|
- pwd/grp/host loops with nscd speed up by sharing the
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
2b4bf3ba5d31062e88826ca4130fa1c4 glibc-2.3.3-200409090540.tar.bz2
|
596d9df9fb510f1092c61088b109828a glibc-2.3.3-200409100629.tar.bz2
|
||||||
ee3bda3d7818194bd79c9eb66faca2fd glibc-redhat-200409090540.tar.bz2
|
f2b163c781ad2b0f385bd7a1271b35f7 glibc-redhat-200409100629.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user