From 20c1e41eab286dae2f7007a38bd1c256d919caed Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:57:14 +0000 Subject: auto-import changelog data from rpm-4.0.3-0.95.src.rpm Thu Aug 23 2001 Jeff Johnson - workaround alpha sha1 digest miscompilation. Fri Aug 17 2001 Jeff Johnson - verify perms (but not mode) on %ghost files. --- diff --git a/rpm.spec b/rpm.spec index 726c4ac..37f2df4 100644 --- a/rpm.spec +++ b/rpm.spec @@ -19,7 +19,7 @@ Name: rpm %define version 4.0.3 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.93 +Release: 0.95 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -153,18 +153,17 @@ shell-like rules. %build -# -# XXX work around a (possible) compiler problem on ia64 -%ifarch ia64 -#RPM_OPT_FLAGS="-O0" -%endif - %ifos linux CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc --localstatedir=/var --infodir='${prefix}%{__share}/info' --mandir='${prefix}%{__share}/man' %else CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} %endif +# XXX workaround alpha sha1 digest miscompilation +%ifarch alpha alphaev5 alphaev56 alphapca56 alphaev6 alphaev67 +make CFLAGS="-g -O0" digest.o digest.lo -C rpmio +%endif + make %if %{with_perl_subpackage} @@ -506,6 +505,12 @@ fi %{__prefix}/include/popt.h %changelog +* Thu Aug 23 2001 Jeff Johnson +- workaround alpha sha1 digest miscompilation. + +* Fri Aug 17 2001 Jeff Johnson +- verify perms (but not mode) on %ghost files. + * Thu Aug 16 2001 Jeff Johnson - python: add exception to detect bad data in hdrUnload. - change dir creation message from warning to debug for now. diff --git a/sources b/sources index a32cb25..66706a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62b3b3f55632b97cf777772d8db7d810 rpm-4.0.3.tar.gz +fa0c2b80993e7690cc13cd7ef15384ab rpm-4.0.3.tar.gz