auto-import glibc-2.3.3-85 on branch devel from glibc-2.3.3-85.src.rpm
This commit is contained in:
parent
4f3e9bcdfe
commit
38c8be067c
@ -1,2 +1,2 @@
|
|||||||
glibc-20041124T0741.tar.bz2
|
glibc-20041126T1318.tar.bz2
|
||||||
glibc-fedora-20041124T0741.tar.bz2
|
glibc-fedora-20041126T1318.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
19
glibc.spec
19
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcdate 20041124T0741
|
%define glibcdate 20041126T1318
|
||||||
%define glibcversion 2.3.3
|
%define glibcversion 2.3.3
|
||||||
%define glibcrelease 84
|
%define glibcrelease 85
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define prelinkarches noarch
|
%define prelinkarches noarch
|
||||||
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
%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: libc-debug, libc-headers, libc-devel, linuxthreads-devel
|
||||||
Obsoletes: glibc-debug
|
Obsoletes: glibc-debug
|
||||||
Prereq: %{name}-headers
|
Prereq: %{name}-headers
|
||||||
Requires: %{name}-headers = %{version}, %{name} = %{version}
|
Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
# Earlier gcc's had atexit reference in crtendS.o, which does not
|
# Earlier gcc's had atexit reference in crtendS.o, which does not
|
||||||
# work with this glibc where atexit is in libc_nonshared.a
|
# work with this glibc where atexit is in libc_nonshared.a
|
||||||
@ -1207,6 +1207,9 @@ rm -f *.filelist*
|
|||||||
|
|
||||||
%files -f headers.filelist headers
|
%files -f headers.filelist headers
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%ifarch %{nptlarches}
|
||||||
|
%{_prefix}/include/nptl
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -f profile.filelist profile
|
%files -f profile.filelist profile
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -1233,7 +1236,6 @@ rm -f *.filelist*
|
|||||||
%ifarch %{nptlarches}
|
%ifarch %{nptlarches}
|
||||||
%files -n nptl-devel
|
%files -n nptl-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/include/nptl
|
|
||||||
%{_prefix}/%{_lib}/nptl
|
%{_prefix}/%{_lib}/nptl
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1258,6 +1260,15 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
|
||||||
- update from CVS
|
- update from CVS
|
||||||
- fix memory leak in getaddrinfo if using nscd (#139559)
|
- fix memory leak in getaddrinfo if using nscd (#139559)
|
||||||
|
Loading…
Reference in New Issue
Block a user