diff --git a/glibc.spec b/glibc.spec index 2ce9ad1..ec2d1be 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,7 +1,7 @@ %define glibcdate 20050319T1907 %define glibcname glibc %define glibcversion 2.3.4 -%define glibcrelease 15 +%define glibcrelease 16 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %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 Patch2: %{name}-ppc-assume.patch Patch3: %{name}-ia64-lib64.patch +Patch4: glibc-pread.patch Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers, Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja @@ -271,6 +272,7 @@ esac %patch3 -p1 %endif %endif +%patch4 -p1 # Hack till glibc-kernheaders get updated, argh mkdir asm @@ -1278,6 +1280,9 @@ rm -f *.filelist* %endif %changelog +* Sun Mar 20 2005 Jakub Jelinek 2.3.4-16 +- fix pread with -D_FILE_OFFSET_BITS=64 (#151573) + * Sat Mar 19 2005 Jakub Jelinek 2.3.4-15 - update from CVS - better fix for the dlclose bug (#145810, #150414)