diff --git a/.gitignore b/.gitignore index 939b12e..2180694 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Carp-Always-0.09.tar.gz +/Carp-Always-0.11.tar.gz diff --git a/perl-Carp-Always.spec b/perl-Carp-Always.spec index a482dcb..e035b79 100644 --- a/perl-Carp-Always.spec +++ b/perl-Carp-Always.spec @@ -1,6 +1,6 @@ Name: perl-Carp-Always -Version: 0.09 -Release: 7%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Warn and die in Perl noisily with stack backtraces License: GPL+ or Artistic Group: Development/Libraries @@ -9,8 +9,12 @@ Source0: http://www.cpan.org//authors/id/F/FE/FERREIRA/Carp-Always-%{vers BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time +BuildRequires: perl(Carp) +# Tests BuildRequires: perl(Test::Base) BuildRequires: perl(Test::More) +# Optional tests BuildRequires: perl(Test::Pod) >= 1.18 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -61,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 22 2012 Petr Pisar - 0.11-1 +- 0.11 bump + * Fri Jun 22 2012 Petr Pisar - 0.09-7 - Perl 5.16 rebuild diff --git a/sources b/sources index 01e170e..fa64d25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbe35d97b541240f4fddd3fa3b9da467 Carp-Always-0.09.tar.gz +8e0ca691b8e4131a587f954f000aae48 Carp-Always-0.11.tar.gz