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

This commit is contained in:
Jakub Jelinek 2004-12-07 15:19:04 +00:00
parent 99d596a1fe
commit ef031de359
4 changed files with 371 additions and 363 deletions

View File

@ -1,2 +1,2 @@
glibc-20041203T0935.tar.bz2
glibc-fedora-20041203T0935.tar.bz2
glibc-20041207T1331.tar.bz2
glibc-fedora-20041207T1331.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcdate 20041203T0935
%define glibcdate 20041207T1331
%define glibcversion 2.3.3
%define glibcrelease 87
%define glibcrelease 88
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -858,7 +858,7 @@ grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
grep '%{_prefix}/libexec' < rpm.filelist >> common.filelist
grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
grep '%{_prefix}/share' < rpm.filelist \
| grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
@ -866,7 +866,7 @@ grep '%{_prefix}/share' < rpm.filelist \
mv rpm.filelist rpm.filelist.full
grep -v '%{_prefix}/bin' < rpm.filelist.full |
grep -v '%{_prefix}/lib/locale' |
grep -v '%{_prefix}/libexec' |
grep -v '%{_prefix}/libexec/pt_chown' |
grep -v '%{_prefix}/sbin/[^gi]' |
grep -v '%{_prefix}/share' > rpm.filelist
@ -1189,6 +1189,7 @@ rm -f *.filelist*
%verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
%dir /etc/ld.so.conf.d
%dir %{_prefix}/libexec/getconf
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
%doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
%doc COPYING COPYING.LIB README.libm LICENSES
@ -1260,6 +1261,19 @@ rm -f *.filelist*
%endif
%changelog
* Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
- update from CVS
- disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
- disregard LD_DEBUG if __libc_enable_secure in normal mode
if /suid-debug doesn't exist
- fix fseekpos after ungetc
- avoid reading bytes before start of buffers in regex's
check_dst_limits_calc_pos_1 (#142060)
- make getpid () working with clone/clone2 without CLONE_THREAD
(so far on i386/x86_64/ia64 only)
- move %{_prefix}/libexec/getconf/* to glibc from glibc-common
- make %{_prefix}/libexec/getconf directory owned by glibc package
* 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

View File

@ -1,2 +1,2 @@
1c88ab823a889f2282a0ee7e024f23e3 glibc-20041203T0935.tar.bz2
eec23c56909f75c7ae8bdbfc1a42a809 glibc-fedora-20041203T0935.tar.bz2
af8908ef2394951ebaa53fe58103303f glibc-20041207T1331.tar.bz2
a09a7b01a3af9be5b91b05be623e2c9c glibc-fedora-20041207T1331.tar.bz2