auto-import glibc-2.3.4-4 on branch devel from glibc-2.3.4-4.src.rpm

This commit is contained in:
Jakub Jelinek 2005-01-06 15:47:36 +00:00
parent cae8344de5
commit 5b49637891
4 changed files with 1396 additions and 190 deletions

View File

@ -1,2 +1,2 @@
glibc-20041219T2331.tar.bz2
glibc-fedora-20041219T2331.tar.bz2
glibc-20050106T1443.tar.bz2
glibc-fedora-20050106T1443.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
%define glibcdate 20041219T2331
%define glibcdate 20050106T1443
%define glibcname glibc
%define glibcversion 2.3.4
%define glibcrelease 3
%define glibcrelease 4
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -1273,6 +1273,21 @@ rm -f *.filelist*
%endif
%changelog
* Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
- update from CVS
- fix IA-32 stack alignment for LinuxThreads thread functions
and functions passed to clone(2) directly
- fix ecvt{,_r} on denormals (#143279)
- fix __tls_get_addr typo
- fix rounding in IA-64 alarm (#143710)
- don't reinitialize __environ in __libc_start_main, so that
effects of setenv/putenv done in DSO initializers are preserved
(#144037, IT#57403)
- fix fmemopen
- fix vDSO l_map_end and l_text_end values
- IA64 libm update (#142494)
- fix ppc rint/ceil etc. (BZ#602)
* Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
- rebuilt

View File

@ -1,2 +1,2 @@
350d3b46431e954a97561b6f0ec27f0a glibc-20041219T2331.tar.bz2
d9c3375c57ed27cb53408e872e00fc94 glibc-fedora-20041219T2331.tar.bz2
fc0915fdb473707e50aa6d68ab5fe467 glibc-20050106T1443.tar.bz2
a9acf88a762ea43f030514d513c3d491 glibc-fedora-20050106T1443.tar.bz2