This commit is contained in:
Jakub Jelinek 2005-03-20 07:06:13 +00:00
parent 8d6dc3baf5
commit a67e3da907

View File

@ -1,7 +1,7 @@
%define glibcdate 20050319T1907 %define glibcdate 20050319T1907
%define glibcname glibc %define glibcname glibc
%define glibcversion 2.3.4 %define glibcversion 2.3.4
%define glibcrelease 15 %define glibcrelease 16
%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
@ -22,6 +22,7 @@ Patch0: %{glibcname}-fedora.patch
Patch1: %{name}-nptl-check.patch Patch1: %{name}-nptl-check.patch
Patch2: %{name}-ppc-assume.patch Patch2: %{name}-ppc-assume.patch
Patch3: %{name}-ia64-lib64.patch Patch3: %{name}-ia64-lib64.patch
Patch4: glibc-pread.patch
Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers, Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja
@ -271,6 +272,7 @@ esac
%patch3 -p1 %patch3 -p1
%endif %endif
%endif %endif
%patch4 -p1
# Hack till glibc-kernheaders get updated, argh # Hack till glibc-kernheaders get updated, argh
mkdir asm mkdir asm
@ -1278,6 +1280,9 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
- fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
* Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
- update from CVS - update from CVS
- better fix for the dlclose bug (#145810, #150414) - better fix for the dlclose bug (#145810, #150414)