auto-import glibc-2.3.90-38 on branch devel from glibc-2.3.90-38.src.rpm
This commit is contained in:
parent
8f4c4fba00
commit
7cded629f3
@ -1,2 +1,2 @@
|
|||||||
glibc-20060213T0650.tar.bz2
|
glibc-20060217T1609.tar.bz2
|
||||||
glibc-fedora-20060213T0650.tar.bz2
|
glibc-fedora-20060217T1609.tar.bz2
|
||||||
|
1141
glibc-fedora.patch
1141
glibc-fedora.patch
File diff suppressed because it is too large
Load Diff
14
glibc.spec
14
glibc.spec
@ -1,9 +1,9 @@
|
|||||||
%define glibcdate 20060213T0650
|
%define glibcdate 20060217T1609
|
||||||
%define glibcname glibc
|
%define glibcname glibc
|
||||||
%define glibcsrcdir glibc-20060213T0650
|
%define glibcsrcdir glibc-20060217T1609
|
||||||
%define glibc_release_tarballs 0
|
%define glibc_release_tarballs 0
|
||||||
%define glibcversion 2.3.90
|
%define glibcversion 2.3.90
|
||||||
%define glibcrelease 37
|
%define glibcrelease 38
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define prelinkarches noarch
|
%define prelinkarches noarch
|
||||||
%define xenarches i686 athlon
|
%define xenarches i686 athlon
|
||||||
@ -631,10 +631,6 @@ cat > override_headers/asm/unistd.h <<EOF
|
|||||||
#undef __NR_newfstatat
|
#undef __NR_newfstatat
|
||||||
#undef __NR_fstatat64
|
#undef __NR_fstatat64
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390 s390x
|
|
||||||
/* FIXME: Handle pselect6 on s390/s390x. */
|
|
||||||
#undef __NR_pselect6
|
|
||||||
%endif
|
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
cat > override_headers/asm/errno.h <<EOF
|
cat > override_headers/asm/errno.h <<EOF
|
||||||
@ -1341,6 +1337,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
|
||||||
|
- update from CVS
|
||||||
|
- robust mutexes rewrite
|
||||||
|
|
||||||
* Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
|
* Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- *at fixes
|
- *at fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user