From f92dc6d8e8d95f4789c4b59a8e1942d161655e34 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:58:47 +0000 Subject: auto-import changelog data from rpm-4.0.4-0.3.src.rpm Wed Dec 19 2001 Jeff Johnson - look for PY_VERSION 2.2c1. - fix: typo in find-requires. Sun Dec 09 2001 Jeff Johnson - solaris: translate i86pc to i386 (#57182). - fix: CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS; LDFLAGS="${LDFLAGS:-''}" ; export LDFLAGS; dirs="`find ${_mydir} -name configure.in -print`"; export dirs; for coin in `echo ${dirs}` do dr=`dirname ${coin}`; if test -f ${dr}/NO-AUTO-GEN; then : else macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE((.*)),1,gp' < ${coin}`; ( cd ${dr}; aclocalinclude="${ACLOCAL_FLAGS}"; for k in ${macrodirs}; do if test -d ${k}; then aclocalinclude="${aclocalinclude} -I ${k}"; fi done if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in else test -r ${dr}/aclocal.m4 || touch ${dr}/aclocal.m4; echo "no" | gettextize --force --copy; test -r ${dr}/aclocal.m4 && /bin/chmod u+w ${dr}/aclocal.m4; fi fi if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then libtoolize --force --copy; fi aclocal ${aclocalinclude}; if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then autoheader; fi echo "Running automake --gnu ${am_opt} ..."; automake --add-missing --gnu ${am_opt}; autoconf; ); fi done ./configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info breaks with single quotes (#57264). ; --- diff --git a/rpm.spec b/rpm.spec index f2e4080..d9281e6 100644 --- a/rpm.spec +++ b/rpm.spec @@ -19,7 +19,7 @@ Name: rpm %define version 4.0.4 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.2 +Release: 0.3 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -512,6 +512,14 @@ fi %{__prefix}/include/popt.h %changelog +* Wed Dec 19 2001 Jeff Johnson +- look for PY_VERSION 2.2c1. +- fix: typo in find-requires. + +* Sun Dec 9 2001 Jeff Johnson +- solaris: translate i86pc to i386 (#57182). +- fix: %GNUconfigure breaks with single quotes (#57264). + * Mon Dec 3 2001 Jeff Johnson - rpm-4.0.4 started. - turn off rpm-perl until it's self-hosting. diff --git a/sources b/sources index 8ccafd9..fb0a89f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -803acbb0e1d741c243ef9376bd252a8d rpm-4.0.4.tar.gz +235bb5a84ae2092c0cef71da52233110 rpm-4.0.4.tar.gz