diff --git a/glibc.spec b/glibc.spec index eee4ee3..c7d61b9 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define glibcrelease 19a +%define glibcrelease 19.3 %define auxarches i586 i686 athlon sparcv9 alphaev6 Summary: The GNU libc libraries. Name: glibc @@ -38,7 +38,7 @@ BuildPreReq: gcc >= 2.96-82 Conflicts: rpm <= 4.0-0.65 Conflicts: glibc-devel < 2.2.3 Patch: glibc-kernel-2.4.patch -Patch1: glibc-2.2.4-s390-ibm1.patch +Patch2: glibc-2.2.4.patch %ifarch ia64 sparc64 s390x Conflicts: kernel < 2.4.0 %define enablekernel 2.4.0 @@ -140,9 +140,7 @@ case `uname -r` in %enablemask) %patch -p1 ;; esac -%ifarch s390 s390x -%patch1 -p1 -%endif +%patch2 -p1 %ifarch armv4l sparc64 ia64 s390 s390x rm -rf glibc-compat @@ -483,8 +481,21 @@ rm -f *.filelist* %endif %changelog -* Tue Oct 23 2001 Karsten Hopp -- add IBM patch for S/390 +* Sat Dec 8 2001 Jakub Jelinek 2.2.4-19.3 +- fix inttypes.h typo (#57268) + +* Tue Dec 4 2001 Jakub Jelinek 2.2.4-19.2 +- fix glob buffer overflow + +* Wed Nov 28 2001 Jakub Jelinek 2.2.4-19.1 +- add selected changes from CVS + - handle DT_RUNPATH properly (#55865) + - fix *scanf nan/inf handling + - fix strndup + - fix fnmatch - handling at end of bracket expr + - allow dlfcn.h to be used in C++ + - fix IPv6 reverse lookups + - avoid SPARC warnings in bits/mathinline.h * Wed Oct 3 2001 Jakub Jelinek 2.2.4-19 - fix strsep