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:
Paul Howarth 2013-09-24 13:55:53 +01:00
parent d8b724a9e1
commit 580a15881e
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Summary: Incredibly simple helpers for testing code with exceptions Summary: Incredibly simple helpers for testing code with exceptions
Name: perl-Test-Fatal Name: perl-Test-Fatal
Version: 0.012 Version: 0.013
Release: 1%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries 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 Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(blib) BuildRequires: perl(blib)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(overload) BuildRequires: perl(overload)
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Builder::Tester)
@ -49,6 +51,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::Fatal.3pm* %{_mandir}/man3/Test::Fatal.3pm*
%changelog %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 * Tue Sep 17 2013 Paul Howarth <paul@city-fan.org> - 0.012-1
- Update to 0.012 - Update to 0.012
- Go back to auto-detecting the required Test::More, reverting the changes - Go back to auto-detecting the required Test::More, reverting the changes

View File

@ -1 +1 @@
9e910f10ff7a8e263e7ab6594e69f23b Test-Fatal-0.012.tar.gz e3d13b3c7e42f4574c843aca5d9f4570 Test-Fatal-0.013.tar.gz