diff --git a/Test-Fatal-0.006-old-EU::MM.patch b/Test-Fatal-0.008-old-EU::MM.patch similarity index 67% rename from Test-Fatal-0.006-old-EU::MM.patch rename to Test-Fatal-0.008-old-EU::MM.patch index b040df5..4323ead 100644 --- a/Test-Fatal-0.006-old-EU::MM.patch +++ b/Test-Fatal-0.008-old-EU::MM.patch @@ -10,15 +10,15 @@ @@ -17,7 +17,7 @@ - 'overload' => '0' + "overload" => 0 }, - 'CONFIGURE_REQUIRES' => { -- 'ExtUtils::MakeMaker' => '6.30' -+ 'ExtUtils::MakeMaker' => '0' + "CONFIGURE_REQUIRES" => { +- "ExtUtils::MakeMaker" => "6.30" ++ "ExtUtils::MakeMaker" => "0" }, - 'DISTNAME' => 'Test-Fatal', - 'EXE_FILES' => [], -@@ -52,6 +52,9 @@ + "DISTNAME" => "Test-Fatal", + "EXE_FILES" => [], +@@ -54,6 +54,9 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec index fa41091..16d9e98 100644 --- a/perl-Test-Fatal.spec +++ b/perl-Test-Fatal.spec @@ -1,14 +1,15 @@ Summary: Incredibly simple helpers for testing code with exceptions Name: perl-Test-Fatal -Version: 0.006 -Release: 2%{?dist} +Version: 0.008 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Test-Fatal/ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz -Patch0: Test-Fatal-0.006-old-EU::MM.patch +Patch0: Test-Fatal-0.008-old-EU::MM.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch +BuildRequires: perl(Carp) BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Builder::Tester) @@ -54,7 +55,14 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Fatal.3pm* %changelog -* Mon Jun 20 2011 Marcela Mašláňová - 0.006-2 +* Mon Nov 7 2011 Paul Howarth 0.008-1 +- Update to 0.008 + - Revert the mistake by which 0.004 allowed blocks after "exception" as well + as "success" +- BR: perl(Carp) +- Update patch for building with ExtUtils::MakeMaker < 6.30 + +* Mon Jun 20 2011 Marcela Mašláňová 0.006-2 - Perl mass rebuild * Thu Jun 2 2011 Paul Howarth 0.006-1 diff --git a/sources b/sources index bbb6fdd..d71f0ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a984aa4d4088892c0454cbfce35e54d9 Test-Fatal-0.006.tar.gz +201c94efbbcbd38b32e3cdc6752a6c07 Test-Fatal-0.008.tar.gz