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

This commit is contained in:
Jakub Jelinek 2004-11-26 14:08:00 +00:00
parent 4f3e9bcdfe
commit 38c8be067c
4 changed files with 456 additions and 186 deletions

View File

@ -1,2 +1,2 @@
glibc-20041124T0741.tar.bz2
glibc-fedora-20041124T0741.tar.bz2
glibc-20041126T1318.tar.bz2
glibc-fedora-20041126T1318.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcdate 20041124T0741
%define glibcdate 20041126T1318
%define glibcversion 2.3.3
%define glibcrelease 84
%define glibcrelease 85
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@ -100,7 +100,7 @@ Prereq: /sbin/install-info
Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
Obsoletes: glibc-debug
Prereq: %{name}-headers
Requires: %{name}-headers = %{version}, %{name} = %{version}
Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}
%ifarch %{ix86}
# Earlier gcc's had atexit reference in crtendS.o, which does not
# work with this glibc where atexit is in libc_nonshared.a
@ -1207,6 +1207,9 @@ rm -f *.filelist*
%files -f headers.filelist headers
%defattr(-,root,root)
%ifarch %{nptlarches}
%{_prefix}/include/nptl
%endif
%files -f profile.filelist profile
%defattr(-,root,root)
@ -1233,7 +1236,6 @@ rm -f *.filelist*
%ifarch %{nptlarches}
%files -n nptl-devel
%defattr(-,root,root)
%{_prefix}/include/nptl
%{_prefix}/%{_lib}/nptl
%endif
@ -1258,6 +1260,15 @@ rm -f *.filelist*
%endif
%changelog
* Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
- update from CVS
- support -v specification in getconf
- fix sysconf (_SC_LFS64_CFLAGS) etc.
- avoid thread stack aliasing issues on EM64T (#140803)
- move %{_prefix}/include/nptl headers from nptl-devel
to glibc-headers, so that even NPTL specific programs
can be built bi-arch without problems
* Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
- update from CVS
- fix memory leak in getaddrinfo if using nscd (#139559)

View File

@ -1,2 +1,2 @@
028989000ced8bb55d625ab80cf1939d glibc-20041124T0741.tar.bz2
d5a09127effa5a0703693c678da7cec4 glibc-fedora-20041124T0741.tar.bz2
2d10ded2d03610e70aeab1b71367b37d glibc-20041126T1318.tar.bz2
5680297e438ce0a8cfdb95a10a4d3bb6 glibc-fedora-20041126T1318.tar.bz2