[perl-Test-Fatal] Update to 0.013

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 24 12:56:59 UTC 2013


commit 580a15881ee7ed2d324e0ca3bb44c2c6d85852f6
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 24 13:55:53 2013 +0100

    Update to 0.013
    
    - New upstream release 0.013
      - Rebuild to get a newer compile test that may work on 5.6.x

 perl-Test-Fatal.spec |   10 ++++++++--
 sources              |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec
index a7a180f..ff56eec 100644
--- a/perl-Test-Fatal.spec
+++ b/perl-Test-Fatal.spec
@@ -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 at 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 at city-fan.org> - 0.012-1
 - Update to 0.012
   - Go back to auto-detecting the required Test::More, reverting the changes
diff --git a/sources b/sources
index 8bf4bfa..42286ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e910f10ff7a8e263e7ab6594e69f23b  Test-Fatal-0.012.tar.gz
+e3d13b3c7e42f4574c843aca5d9f4570  Test-Fatal-0.013.tar.gz



More information about the perl-devel mailing list