From 0c373d11e544209c60c115e521925939b60b5084 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:02:02 +0000 Subject: auto-import changelog data from rpm-4.0.4-0.21.src.rpm Tue Jan 29 2002 Jeff Johnson - transaction rollback code in rpmRollback(). Sun Jan 27 2002 Jeff Johnson - fix: fancy hash fiddles if not a tty. - fix: handle /.../ correctly in rpmCleanPath(). --- diff --git a/rpm.spec b/rpm.spec index 3aec4e7..a8a978f 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,7 +20,7 @@ Name: rpm %define version 4.0.4 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.20 +Release: 0.21 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -164,11 +164,6 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc --loc 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 - # XXX workaround ia64 gcc-3.1-0.18 miscompilation %ifarch ia64 make CFLAGS="-g -O0 -DIA64_SUCKS_ROCKS" files.o files.lo -C build @@ -521,6 +516,13 @@ fi %{__prefix}/include/popt.h %changelog +* Tue Jan 29 2002 Jeff Johnson +- transaction rollback code in rpmRollback(). + +* Sun Jan 27 2002 Jeff Johnson +- fix: fancy hash fiddles if not a tty. +- fix: handle /.../ correctly in rpmCleanPath(). + * Sat Jan 26 2002 Jeff Johnson - fix: %exclude functional (again). - trap SIGILL for ppc64 inline asm voodoo fix from cross-dressed ppc32. diff --git a/sources b/sources index 6d38329..c7e2502 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ff57abe719d517a901a46dab8fa3a1b rpm-4.0.4.tar.gz +94b165e107bdba76414681979307909f rpm-4.0.4.tar.gz