From 1d5dc7b6b8a309363dbe22b853efda066a79ed23 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 11:27:38 +0000 Subject: [PATCH] auto-import changelog data from redhat-rpm-config-8.0.21-1.src.rpm Mon Feb 24 2003 Elliot Lee 8.0.21-1 - Just turn on -g unconditionally for now Thu Feb 13 2003 Elliot Lee 8.0.20-1 - Reorganize rpmrc/macros to set cflags in a nicer manner. Wed Jan 22 2003 Elliot Lee 8.0.19-1 - Disable brp-implant-ident-static until it works everywhere Thu Jan 16 2003 Nalin Dahyabhai 8.0.18-1 - add brp-implant-ident-static, which requires mktemp Thu Jan 09 2003 Bill Nottingham 8.0.17-1 - add brp-strip-static-archive from rpm-4.2-0.54 Tue Dec 17 2002 Bill Nottingham 8.0.16-1 - make -g in rpmrc conditional on debug_package Mon Dec 16 2002 Elliot Lee 8.0.15-1 - Rename -debug subpackages to -debuginfo Sat Dec 14 2002 Tim Powers 8.0.14-1 - tweak debug package stuff so that we are overloading %install instead of %post Sat Dec 14 2002 Tim Powers 8.0.13-1 - turn on internal rpm dep generation by default Fri Dec 13 2002 Elliot Lee 8.0.12-1 - New release with debug packages on Tue Dec 03 2002 Bill Nottingham 8.0.8-1 - turn debug packages off - override optflags with no -g Fri Nov 22 2002 Elliot Lee 8.0.7-1 - turn on debug packages Thu Nov 21 2002 Elliot Lee 8.0.6-1 - Pass __strip and __objdump macros Thu Nov 21 2002 Elliot Lee 8.0.5-1 - Update macros to specify find-provides/find-requires Thu Oct 31 2002 Elliot Lee 8.0.4-1 - Remove tracking dependency Wed Oct 16 2002 Phil Knirsch 8.0.3-2 - Added fix for outdated config.[sub|guess] files in CFLAGS="${CFLAGS:--O2}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=noarch-redhat-linux --build=noarch-redhat-linux \ --target=noarch-redhat-linux-gnu \ --program-prefix= \ --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 section Wed Oct 16 2002 Elliot Lee 8.0.3-1 - New release that blows up on unpackaged files and missing doc files. Thu Oct 03 2002 Jeremy Katz 8.0.2 - don't redefine everything in macros, just what we need to Mon Sep 16 2002 Alexander Larsson 8.0.1 - Add debug package support to /usr/lib/rpm/redhat/brp-compress /usr/lib/rpm/redhat/brp-strip /usr/bin/strip /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump --- .cvsignore | 2 +- redhat-rpm-config.spec | 64 ++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 64 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index dacc98a..550adb9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -redhat-rpm-config-8.0.tar.gz +redhat-rpm-config-8.0.21.tar.gz diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index ecaba59..d140601 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,12 +1,13 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0 +Version: 8.0.21 Release: 1 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz BuildArch: noarch -Requires: rpmbuild(VendorConfig) <= 4.1 +#Requires: rpmbuild(VendorConfig) <= 4.1 +#Requires: mktemp BuildRoot: %{_tmppath}/%{name}-root %description @@ -27,6 +28,65 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Mon Feb 24 2003 Elliot Lee 8.0.21-1 +- Just turn on -g unconditionally for now + +* Thu Feb 13 2003 Elliot Lee 8.0.20-1 +- Reorganize rpmrc/macros to set cflags in a nicer manner. + +* Wed Jan 22 2003 Elliot Lee 8.0.19-1 +- Disable brp-implant-ident-static until it works everywhere + +* Thu Jan 16 2003 Nalin Dahyabhai 8.0.18-1 +- add brp-implant-ident-static, which requires mktemp + +* Thu Jan 9 2003 Bill Nottingham 8.0.17-1 +- add brp-strip-static-archive from rpm-4.2-0.54 + +* Tue Dec 17 2002 Bill Nottingham 8.0.16-1 +- make -g in rpmrc conditional on debug_package + +* Mon Dec 16 2002 Elliot Lee 8.0.15-1 +- Rename -debug subpackages to -debuginfo + +* Sat Dec 14 2002 Tim Powers 8.0.14-1 +- tweak debug package stuff so that we are overloading %%install + instead of %%post + +* Sat Dec 14 2002 Tim Powers 8.0.13-1 +- turn on internal rpm dep generation by default + +* Fri Dec 13 2002 Elliot Lee 8.0.12-1 +- New release with debug packages on + +* Tue Dec 3 2002 Bill Nottingham 8.0.8-1 +- turn debug packages off +- override optflags with no -g + +* Fri Nov 22 2002 Elliot Lee 8.0.7-1 +- turn on debug packages + +* Thu Nov 21 2002 Elliot Lee 8.0.6-1 +- Pass __strip and __objdump macros + +* Thu Nov 21 2002 Elliot Lee 8.0.5-1 +- Update macros to specify find-provides/find-requires + +* Thu Oct 31 2002 Elliot Lee 8.0.4-1 +- Remove tracking dependency + +* Wed Oct 16 2002 Phil Knirsch 8.0.3-2 +- Added fix for outdated config.[sub|guess] files in %configure section + +* Wed Oct 16 2002 Elliot Lee 8.0.3-1 +- New release that blows up on unpackaged files and missing doc files. + +* Thu Oct 3 2002 Jeremy Katz 8.0.2 +- don't redefine everything in macros, just what we need to + +* Mon Sep 16 2002 Alexander Larsson 8.0.1 +- Add debug package support to %__spec_install_post + * Tue Sep 3 2002 Bill Nottingham 8.0-1 - bump version diff --git a/sources b/sources index bff3e35..1f0e30d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -619f6cc71eebd404ae863a1927bb86f2 redhat-rpm-config-8.0.tar.gz +c046fac660227e628c7b47b3c9bb2817 redhat-rpm-config-8.0.21.tar.gz