auto-import glibc-2.3.3-90 on branch devel from glibc-2.3.3-90.src.rpm

This commit is contained in:
Jakub Jelinek 2004-12-10 07:02:45 +00:00
parent 61d52d11e8
commit fed967a9be
4 changed files with 208 additions and 1857 deletions

View File

@ -1,2 +1,2 @@
glibc-20041208T1024.tar.bz2
glibc-fedora-20041208T1024.tar.bz2
glibc-20041210T0634.tar.bz2
glibc-fedora-20041210T0634.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcdate 20041208T1024
%define glibcdate 20041210T0634
%define glibcversion 2.3.3
%define glibcrelease 89
%define glibcrelease 90
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -288,6 +288,9 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_notify 436
#define __NR_mq_getsetattr 437
#endif
#ifndef __NR_waitid
#define __NR_waitid 438
#endif
%endif
%ifarch %{ix86}
#ifndef __NR_mq_open
@ -322,6 +325,9 @@ cat > asm/unistd.h <<EOF
#define __NR_mq_notify 1266
#define __NR_mq_getsetattr 1267
#endif
#ifndef __NR_waitid
#define __NR_waitid 1270
#endif
%endif
%ifarch ppc
#ifndef __NR_utimes
@ -1261,6 +1267,14 @@ rm -f *.filelist*
%endif
%changelog
* Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
- update from CVS
- regex speedups
- use | cat in ldd if running under bash3+ to allow running
it on binaries that are not through SELinux allowed to access
console or tty
- add __NR_waitid defines for alpha and ia64
* Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
- update from CVS
- fix clone2 on ia64

View File

@ -1,2 +1,2 @@
378c9348dfeed2c66d1610a0a5d7737c glibc-20041208T1024.tar.bz2
329c3d0ff486e0535df1cbb492c5d080 glibc-fedora-20041208T1024.tar.bz2
4fac0a617b4b42d12b992fce3705061c glibc-20041210T0634.tar.bz2
6938097e7e2bfbae2d7e3027fae5e899 glibc-fedora-20041210T0634.tar.bz2