auto-import glibc-2.3.5-5 on branch devel from glibc-2.3.5-5.src.rpm

This commit is contained in:
Jakub Jelinek 2005-05-03 10:14:26 +00:00
parent 5869ee1726
commit afd017c961
4 changed files with 365 additions and 197 deletions

View File

@ -1,2 +1,2 @@
glibc-20050428T0846.tar.bz2
glibc-fedora-20050428T0846.tar.bz2
glibc-20050503T0852.tar.bz2
glibc-fedora-20050503T0852.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
%define glibcdate 20050428T0846
%define glibcdate 20050503T0852
%define glibcname glibc
%define glibcsrcdir glibc-20050428T0846
%define glibcsrcdir glibc-20050503T0852
%define glibc_release_tarballs 0
%define glibcversion 2.3.5
%define glibcrelease 4
%define glibcrelease 5
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64
@ -562,9 +562,7 @@ $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_tar
%ifarch i386
-DARCH_386 \
%endif
%ifarch %{nptlarches}
'-DLIBTLS="/%{_lib}/tls/"' \
%endif
'-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
'-DLD_SO_CONF="/etc/ld.so.conf"' \
'-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
@ -1346,6 +1344,13 @@ rm -f *.filelist*
%endif
%changelog
* Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
- update from CVS
- add some more UTF-8 locales (#156115)
- clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
ppc64 in glibc_post_upgrade (#156656)
- fix posix_fallocate{,64} (#156289)
* Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
- update from CVS
- fix nscd cache pruning (#150748)

View File

@ -1,2 +1,2 @@
adc721d1d497a35e4a7370999cf3f8f3 glibc-20050428T0846.tar.bz2
6cb81148d235c03ec384662fc5a9829d glibc-fedora-20050428T0846.tar.bz2
1c17083d3eef7549ac0ea98ecb094c48 glibc-20050503T0852.tar.bz2
2cf649e0b771b370c06620987b85334b glibc-fedora-20050503T0852.tar.bz2