auto-import glibc-2.3.3-66 on branch devel from glibc-2.3.3-66.src.rpm
This commit is contained in:
parent
3611d17ac6
commit
a0d8ce000e
@ -1,2 +1,2 @@
|
|||||||
glibc-20041005T0745.tar.bz2
|
glibc-20041006T0900.tar.bz2
|
||||||
glibc-fedora-20041005T0745.tar.bz2
|
glibc-fedora-20041006T0900.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
17
glibc.spec
17
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcdate 20041005T0745
|
%define glibcdate 20041006T0900
|
||||||
%define glibcversion 2.3.3
|
%define glibcversion 2.3.3
|
||||||
%define glibcrelease 65
|
%define glibcrelease 66
|
||||||
%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
|
||||||
@ -35,6 +35,7 @@ Prereq: basesystem, libgcc
|
|||||||
# This is for building auxiliary programs like memusage, nscd
|
# This is for building auxiliary programs like memusage, nscd
|
||||||
# For initial glibc bootstraps it can be commented out
|
# For initial glibc bootstraps it can be commented out
|
||||||
BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
|
BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
|
||||||
|
BuildPreReq: sed >= 3.95
|
||||||
%ifarch %{prelinkarches}
|
%ifarch %{prelinkarches}
|
||||||
BuildPreReq: prelink >= 0.2.0-5
|
BuildPreReq: prelink >= 0.2.0-5
|
||||||
%endif
|
%endif
|
||||||
@ -480,7 +481,7 @@ GCC="gcc -m64"
|
|||||||
# If gcc supports __thread, test it even in --with-tls --without-__thread
|
# If gcc supports __thread, test it even in --with-tls --without-__thread
|
||||||
# builds.
|
# builds.
|
||||||
if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
|
if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
|
||||||
perl -pi -e 's/0 \|\|/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
|
sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BuildFlags="$BuildFlags -DNDEBUG=1"
|
BuildFlags="$BuildFlags -DNDEBUG=1"
|
||||||
@ -924,8 +925,7 @@ ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Increase timeouts
|
# Increase timeouts
|
||||||
perl -pi -e 's/alarm \(TIMEOUT\)/alarm (TIMEOUT * 15 * '$numprocs' < 600 ? TIMEOUT * 15 * '$numprocs' : 600)/' \
|
export TIMEOUTFACTOR=16
|
||||||
test-skeleton.c
|
|
||||||
echo ====================TESTING=========================
|
echo ====================TESTING=========================
|
||||||
cd build-%{_target_cpu}-linux
|
cd build-%{_target_cpu}-linux
|
||||||
make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
|
make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
|
||||||
@ -1241,6 +1241,13 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
|
||||||
|
- update from CVS
|
||||||
|
- avoid using perl in the spec file, buildrequire sed >= 3.95
|
||||||
|
(#127671)
|
||||||
|
- export TIMEOUTFACTOR=16
|
||||||
|
- fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
|
||||||
|
|
||||||
* Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
|
* Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
|
- define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
|
||||||
|
Loading…
Reference in New Issue
Block a user