Update to 0.013
- New upstream release 0.013 - Rebuild to get a newer compile test that may work on 5.6.x
This commit is contained in:
parent
d8b724a9e1
commit
580a15881e
@ -1,6 +1,6 @@
|
||||
Summary: Incredibly simple helpers for testing code with exceptions
|
||||
Name: perl-Test-Fatal
|
||||
Version: 0.012
|
||||
Version: 0.013
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,10 +8,12 @@ Url: http://search.cpan.org/dist/Test-Fatal/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(Capture::Tiny)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(Test::Builder::Tester)
|
||||
@ -49,6 +51,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/Test::Fatal.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 24 2013 Paul Howarth <paul@city-fan.org> - 0.013-1
|
||||
- Update to 0.013
|
||||
- Rebuild to get a newer compile test that may work on 5.6.x
|
||||
|
||||
* Tue Sep 17 2013 Paul Howarth <paul@city-fan.org> - 0.012-1
|
||||
- Update to 0.012
|
||||
- Go back to auto-detecting the required Test::More, reverting the changes
|
||||
|
Loading…
Reference in New Issue
Block a user