diff --git a/.cvsignore b/.cvsignore index 8410372..7313bc8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -redhat-rpm-config-8.0.33.tar.gz +redhat-rpm-config-8.0.34.tar.gz diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index c8b8cc9..d6b63af 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,12 +1,10 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.33 -Release: 4 +Version: 8.0.34 +Release: 1 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz -Source1: wall.patch - BuildArch: noarch #Requires: rpmbuild(VendorConfig) <= 4.1 #Requires: mktemp @@ -25,7 +23,6 @@ Red Hat specific rpm configuration files. rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm ( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec ) -( cd ${RPM_BUILD_ROOT}; cat %{SOURCE1} | patch -p1 ) # fix perms of config.{guess,sub} chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/config.{guess,sub} @@ -38,11 +35,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog -* Thu Mar 3 2005 Arjan van de Ven 8.0.33-4 -- add -fexceptions - -* Wed Feb 23 2005 Arjan van de Ven 8.0.33-2 -- add -Wall on Ulrichs request +* Wed Mar 23 2005 Elliot Lee 8.0.34-1 +- Bug fixes +- Cflags change by drepper * Wed Feb 9 2005 Elliot Lee 8.0.33-1 - Change -D to -Wp,-D to make java happy diff --git a/sources b/sources index 841bff1..982546a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6156bf58a14281d45e698a7faefc99b4 redhat-rpm-config-8.0.33.tar.gz +5796f003cc5c17d4b159126588f0bee2 redhat-rpm-config-8.0.34.tar.gz