diff --git a/.cvsignore b/.cvsignore index 19ed5ea..82774fc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -auto-buildrequires-0.9.tar.gz +auto-buildrequires-1.0.tar.gz diff --git a/auto-buildrequires.spec b/auto-buildrequires.spec index ff7a331..eb34496 100644 --- a/auto-buildrequires.spec +++ b/auto-buildrequires.spec @@ -1,13 +1,15 @@ Summary: Work out BuildRequires for rpmbuild automatically Name: auto-buildrequires -Version: 0.9 -Release: 2%{?dist} +Version: 1.0 +Release: 3%{?dist} License: GPLv2+ Group: Development/Tools URL: http://et.redhat.com/~rjones/auto-buildrequires/ Source0: http://et.redhat.com/~rjones/auto-buildrequires/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + Requires: rpm-build +Requires: perl-String-ShellQuote %description Auto-BuildRequires is a simple set of scripts for automatically suggesting @@ -42,6 +44,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 9 2009 Richard W.M. Jones - 1.0-3 +- New upstream version 1.0: + . Fixes 32-bit platforms. + . Add a missing runtime requires for a Perl library. +- High release number is so that we are larger than the release number + in the upstream specfile. + * Fri Mar 6 2009 Orcan Ogetbil - 0.9-2 - Prepared the SPEC file for Review Request submission diff --git a/sources b/sources index 300e2c6..f105207 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e6bb91919165439bf347f7c23c4cad4 auto-buildrequires-0.9.tar.gz +dc9b0e1ad93658fc0e0174bf7318dee5 auto-buildrequires-1.0.tar.gz