auto-import glibc-2.3.3-76 on branch devel from glibc-2.3.3-76.src.rpm
This commit is contained in:
parent
2254f537a7
commit
217261e735
@ -1,2 +1,2 @@
|
|||||||
glibc-20041102T1153.tar.bz2
|
glibc-20041110T0839.tar.bz2
|
||||||
glibc-fedora-20041102T1153.tar.bz2
|
glibc-fedora-20041110T0839.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
14
glibc.spec
14
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcdate 20041102T1153
|
%define glibcdate 20041110T0839
|
||||||
%define glibcversion 2.3.3
|
%define glibcversion 2.3.3
|
||||||
%define glibcrelease 75
|
%define glibcrelease 76
|
||||||
%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
|
||||||
@ -1258,9 +1258,17 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
|
||||||
|
- update from CVS
|
||||||
|
- fix regcomp crash (#138439)
|
||||||
|
- fix ftell{,o,o64} (#137885)
|
||||||
|
- robustification of nscd to cope with corrupt databases (#137140)
|
||||||
|
- fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
|
||||||
|
- some regex optimizations
|
||||||
|
|
||||||
* Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
|
* Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- mktime cleanups (BZ #487, #473,
|
- mktime cleanups (BZ #487, #473)
|
||||||
- unique comments in free(3) check error messages
|
- unique comments in free(3) check error messages
|
||||||
- adjust some x86_64 headers for -m32 (#129712)
|
- adjust some x86_64 headers for -m32 (#129712)
|
||||||
- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
|
- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
|
||||||
|
Loading…
Reference in New Issue
Block a user