diff --git a/.cvsignore b/.cvsignore index 01b2b2b..d4f0737 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Carp-Assert-0.18.tar.gz +Carp-Assert-0.20.tar.gz diff --git a/perl-Carp-Assert.spec b/perl-Carp-Assert.spec index d5f8127..e6f096a 100644 --- a/perl-Carp-Assert.spec +++ b/perl-Carp-Assert.spec @@ -1,6 +1,6 @@ Name: perl-Carp-Assert -Version: 0.18 -Release: 4%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Executable comments Group: Development/Libraries @@ -10,7 +10,7 @@ Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/Carp-Assert-%{versi BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildConflicts: perl(Test::Inline) +BuildRequires: perl(Pod::Tests) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -30,7 +30,7 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 12 2007 Jose Pedro Oliveira - 0.20-1 +- Update to 0.20. + * Fri Sep 8 2006 Jose Pedro Oliveira - 0.18-4 - Rebuild for FC6. diff --git a/sources b/sources index 9e0610c..2b5e3c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8137794654f5802730c05167327d496e Carp-Assert-0.18.tar.gz +9dafe361b9e5e93e8e3e70e015f6b191 Carp-Assert-0.20.tar.gz