[perl-Test-Warnings] Update to 0.010

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 25 15:36:34 UTC 2013


commit 3c29020dd14c79368b0ccb2629315cdc53b942af
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 25 16:35:37 2013 +0100

    Update to 0.010
    
    - New upstream release 0.010
      - Re-release with fixed compile test
    - Update dependencies
    - Package examples

 perl-Test-Warnings.spec |   16 ++++++++++++----
 sources                 |    2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec
index 66f3288..0a4374e 100644
--- a/perl-Test-Warnings.spec
+++ b/perl-Test-Warnings.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Warnings
-Version:	0.009
+Version:	0.010
 Release:	1%{?dist}
 Summary:	Test for warnings and the lack of them
 License:	GPL+ or Artistic
@@ -16,12 +16,14 @@ BuildRequires:	perl(parent)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test Suite
-BuildRequires:	perl(CPAN::Meta::Check) >= 0.007
+BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(File::Spec::Functions)
 BuildRequires:	perl(if)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(IPC::Open3)
-BuildRequires:	perl(Test::CheckDeps) >= 0.006
+BuildRequires:	perl(List::Util)
+BuildRequires:	perl(Test::CheckDeps) >= 0.007
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.94
 BuildRequires:	perl(Test::Tester) >= 0.108
@@ -64,11 +66,17 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README examples/
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Warnings.3pm*
 
 %changelog
+* Wed Sep 25 2013 Paul Howarth <paul at city-fan.org> - 0.010-1
+- Update to 0.010
+  - Re-release with fixed compile test
+- Update dependencies
+- Package examples
+
 * Wed Sep 11 2013 Paul Howarth <paul at city-fan.org> - 0.009-1
 - Update to 0.009
   - Fixed error in synopsis (we do not export anything by default)
diff --git a/sources b/sources
index 0b1ed93..c31730f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed8f06c91fdd9c9d9f59b0a50e5cb8ea  Test-Warnings-0.009.tar.gz
+92705a51860fa09eccfdf384c753c728  Test-Warnings-0.010.tar.gz


More information about the scm-commits mailing list