auto-import changelog data from glibc-2.2.4-19.3.src.rpm

Sat Dec 08 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19.3
- fix inttypes.h typo (#57268)
This commit is contained in:
cvsdist 2004-09-09 05:21:36 +00:00
parent 55dc6c2895
commit 16298371ca

View File

@ -1,4 +1,4 @@
%define glibcrelease 19a %define glibcrelease 19.3
%define auxarches i586 i686 athlon sparcv9 alphaev6 %define auxarches i586 i686 athlon sparcv9 alphaev6
Summary: The GNU libc libraries. Summary: The GNU libc libraries.
Name: glibc Name: glibc
@ -38,7 +38,7 @@ BuildPreReq: gcc >= 2.96-82
Conflicts: rpm <= 4.0-0.65 Conflicts: rpm <= 4.0-0.65
Conflicts: glibc-devel < 2.2.3 Conflicts: glibc-devel < 2.2.3
Patch: glibc-kernel-2.4.patch Patch: glibc-kernel-2.4.patch
Patch1: glibc-2.2.4-s390-ibm1.patch Patch2: glibc-2.2.4.patch
%ifarch ia64 sparc64 s390x %ifarch ia64 sparc64 s390x
Conflicts: kernel < 2.4.0 Conflicts: kernel < 2.4.0
%define enablekernel 2.4.0 %define enablekernel 2.4.0
@ -140,9 +140,7 @@ case `uname -r` in
%enablemask) %enablemask)
%patch -p1 %patch -p1
;; esac ;; esac
%ifarch s390 s390x %patch2 -p1
%patch1 -p1
%endif
%ifarch armv4l sparc64 ia64 s390 s390x %ifarch armv4l sparc64 ia64 s390 s390x
rm -rf glibc-compat rm -rf glibc-compat
@ -483,8 +481,21 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Tue Oct 23 2001 Karsten Hopp <karsten@redhat.de> * Sat Dec 8 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19.3
- add IBM patch for S/390 - fix inttypes.h typo (#57268)
* Tue Dec 4 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19.2
- fix glob buffer overflow
* Wed Nov 28 2001 Jakub Jelinek <jakub@redhat.com> 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 <jakub@redhat.com> 2.2.4-19 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
- fix strsep - fix strsep