auto-import changelog data from glibc-2.3.3-30.src.rpm
Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30 - fix pthread_cond_wait on architectures other than IA-32 and x86_64
This commit is contained in:
parent
7cbfe8c1d2
commit
e166fbd3b9
@ -1,2 +1,2 @@
|
|||||||
glibc-2.3.3-200405190641.tar.bz2
|
glibc-2.3.3-200405211317.tar.bz2
|
||||||
glibc-redhat-200405190641.tar.bz2
|
glibc-redhat-200405211317.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define glibcrelease 29
|
%define glibcrelease 30
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define prelinkarches noarch
|
%define prelinkarches noarch
|
||||||
%define nptlarches i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
%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 withtlsarches 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 200405190641
|
%define glibcdate 200405211317
|
||||||
Summary: The GNU libc libraries.
|
Summary: The GNU libc libraries.
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
@ -1219,6 +1219,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
|
||||||
|
- fix pthread_cond_wait on architectures other than IA-32 and
|
||||||
|
x86_64
|
||||||
|
|
||||||
* Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
|
* Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
|
||||||
- use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
|
- use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
c42954fc4781aba8f06173d16a44f177 glibc-2.3.3-200405190641.tar.bz2
|
d35de2223577e42a001e45f0864fb9b5 glibc-2.3.3-200405211317.tar.bz2
|
||||||
8ce365b84504c105551ba5f5835e1d63 glibc-redhat-200405190641.tar.bz2
|
a6af6931bd65f396634c6c9f33e606fd glibc-redhat-200405211317.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user