auto-import changelog data from glibc-2.3.3-28.src.rpm
Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28 - update from CVS - FUTEX_REQUEUE fixes (#115349) - SPARC GCC 3.4 build fix - fix handling of undefined TLS symbols on IA32 (RELA only), SPARC and SH - regex translate fix - speed up sprintf - x86_64 makecontext alignment fix - make POSIX sigpause the default sigpause, unless BSD sigpause requested
This commit is contained in:
parent
ce09106efc
commit
b335e4b243
@ -1,2 +1,2 @@
|
||||
glibc-2.3.3-200405070341.tar.bz2
|
||||
glibc-redhat-200405070341.tar.bz2
|
||||
glibc-2.3.3-200405190641.tar.bz2
|
||||
glibc-redhat-200405190641.tar.bz2
|
||||
|
16
glibc.spec
16
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcrelease 27
|
||||
%define glibcrelease 28
|
||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||
%define prelinkarches noarch
|
||||
%define nptlarches i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
||||
@ -6,7 +6,7 @@
|
||||
%define withtlsarches 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 200405070341
|
||||
%define glibcdate 200405190641
|
||||
Summary: The GNU libc libraries.
|
||||
Name: glibc
|
||||
Version: 2.3.3
|
||||
@ -1200,6 +1200,18 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
|
||||
- update from CVS
|
||||
- FUTEX_REQUEUE fixes (#115349)
|
||||
- SPARC GCC 3.4 build fix
|
||||
- fix handling of undefined TLS symbols on IA32 (RELA only),
|
||||
SPARC and SH
|
||||
- regex translate fix
|
||||
- speed up sprintf
|
||||
- x86_64 makecontext alignment fix
|
||||
- make POSIX sigpause the default sigpause, unless BSD sigpause
|
||||
requested
|
||||
|
||||
* Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
|
||||
- remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
|
||||
on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
06cb0e513e1214a66fd98ab5e422abf6 glibc-2.3.3-200405070341.tar.bz2
|
||||
3bd239427b1a46fbda3225da9dbdbbb6 glibc-redhat-200405070341.tar.bz2
|
||||
7150ae0b37ccf073578042439a3743cb glibc-2.3.3-200405190641.tar.bz2
|
||||
e096b8747b7de5763feef13ceb59eb44 glibc-redhat-200405190641.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user