From dc652d4df13002774ab6dc538c7799c7eeb6a097 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:18:04 +0000 Subject: auto-import changelog data from glibc-2.2-5.1.src.rpm Wed Dec 06 2000 Bill Nottingham - fix strcpy on ia64 (random SIGILLs) --- diff --git a/glibc.spec b/glibc.spec index 869ff78..6d64c06 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,5 +1,5 @@ %define linux24 0 -%define glibcrelease 5 +%define glibcrelease 5.1 Summary: The GNU libc libraries. Name: glibc Version: 2.2 @@ -11,6 +11,7 @@ Release: %{glibcrelease} Copyright: LGPL Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz +Patch1: strcpy.patch # In the source tarball the file diff-CYGNUS-to-REDHAT.patch contains all # diffs applied by Red Hat to the current CVS version of glibc Buildroot: /var/tmp/glibc-%{PACKAGE_VERSION}-root @@ -124,6 +125,8 @@ case `uname -r` in %patch -p1 ;; esac %endif + +%patch1 -p0 %ifarch armv4l sparc64 ia64 rm -rf glibc-compat @@ -361,6 +364,9 @@ rm -f *.filelist* %endif %changelog +* Wed Dec 6 2000 Bill Nottingham +- fix strcpy on ia64 (random SIGILLs) + * Sun Nov 19 2000 Jakub Jelinek - update to CVS to fix getaddrinfo