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

This commit is contained in:
Jakub Jelinek 2004-12-03 12:38:56 +00:00
parent 38c8be067c
commit 99d596a1fe
4 changed files with 1935 additions and 394 deletions

View File

@ -1,2 +1,2 @@
glibc-20041126T1318.tar.bz2
glibc-fedora-20041126T1318.tar.bz2
glibc-20041203T0935.tar.bz2
glibc-fedora-20041203T0935.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcdate 20041126T1318
%define glibcdate 20041203T0935
%define glibcversion 2.3.3
%define glibcrelease 85
%define glibcrelease 87
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -251,7 +251,7 @@ package or when debugging this package.
%prep
%setup -q -n %{glibcsrcdir} -a1
%patch0 -p1
%patch0 -E -p1
case "`gcc --version | head -1`" in
gcc*\ 3.[34]*)
%ifarch %{nptlarches}
@ -1260,6 +1260,24 @@ rm -f *.filelist*
%endif
%changelog
* Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
- update from CVS
- build libpthread_nonshared.a objects with -fPIC on s390/s390x
- fix mktime with < 0 or > 59 tm_sec on entry
- remove nonnull attribute for realpath
- add $(make-target-directory) for errlist-compat.c rule
(hopefully fix #141404)
- add testcase for ungetc bug
- define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
* Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
- update from CVS
- some posix_opt.h fixes
- fix strtold use of unitialized memory (#141000)
- some more bugfixes for bugs detected by valgrind
- rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
on s390{,x} (#139678)
* Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
- update from CVS
- support -v specification in getconf

View File

@ -1,2 +1,2 @@
2d10ded2d03610e70aeab1b71367b37d glibc-20041126T1318.tar.bz2
5680297e438ce0a8cfdb95a10a4d3bb6 glibc-fedora-20041126T1318.tar.bz2
1c88ab823a889f2282a0ee7e024f23e3 glibc-20041203T0935.tar.bz2
eec23c56909f75c7ae8bdbfc1a42a809 glibc-fedora-20041203T0935.tar.bz2