Update to 0.008
- New upstream release 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
This commit is contained in:
parent
42ce148134
commit
c3297582a5
@ -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) };
|
||||
|
@ -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á <mmaslano@redhat.com> - 0.006-2
|
||||
* Mon Nov 7 2011 Paul Howarth <paul@city-fan.org> 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á <mmaslano@redhat.com> 0.006-2
|
||||
- Perl mass rebuild
|
||||
|
||||
* Thu Jun 2 2011 Paul Howarth <paul@city-fan.org> 0.006-1
|
||||
|
Loading…
Reference in New Issue
Block a user