[perl-Test-Warnings] Update to 0.011

Paul Howarth pghmcfc at fedoraproject.org
Sun Oct 13 11:40:24 UTC 2013


commit 2da2a991e2362982e4268e80ec141f0887194553
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Oct 13 12:39:52 2013 +0100

    Update to 0.011
    
    - New upstream release 0.011
      - Unnecessary tests removed
      - CONTRIBUTING file added
    - Drop buildreqs only needed for removed tests
    - BR: optional test requirement perl(CPAN::Meta::Requirements)

 perl-Test-Warnings.spec |   17 +++++++++++------
 sources                 |    2 +-
 2 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec
index 0a4374e..98d6e2d 100644
--- a/perl-Test-Warnings.spec
+++ b/perl-Test-Warnings.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Warnings
-Version:	0.010
+Version:	0.011
 Release:	1%{?dist}
 Summary:	Test for warnings and the lack of them
 License:	GPL+ or Artistic
@@ -8,7 +8,7 @@ URL:		http://search.cpan.org/dist/Test-Warnings
 Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
 BuildArch:	noarch
 # Build
-BuildRequires:	perl(Module::Build::Tiny) >= 0.027
+BuildRequires:	perl(Module::Build::Tiny) >= 0.030
 # Module
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(Test::Builder)
@@ -16,14 +16,12 @@ BuildRequires:	perl(parent)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test Suite
+BuildRequires:	perl(CPAN::Meta::Requirements)
 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(List::Util)
-BuildRequires:	perl(Test::CheckDeps) >= 0.007
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.94
 BuildRequires:	perl(Test::Tester) >= 0.108
@@ -66,11 +64,18 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE README examples/
+%doc Changes CONTRIBUTING LICENSE README examples/
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Warnings.3pm*
 
 %changelog
+* Sun Oct 13 2013 Paul Howarth <paul at city-fan.org> - 0.011-1
+- Update to 0.011
+  - Unnecessary tests removed
+  - CONTRIBUTING file added
+- Drop buildreqs only needed for removed tests
+- BR: optional test requirement perl(CPAN::Meta::Requirements)
+
 * Wed Sep 25 2013 Paul Howarth <paul at city-fan.org> - 0.010-1
 - Update to 0.010
   - Re-release with fixed compile test
diff --git a/sources b/sources
index c31730f..4ca6b7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92705a51860fa09eccfdf384c753c728  Test-Warnings-0.010.tar.gz
+3e0b31ce617cbd001a0003606dac679a  Test-Warnings-0.011.tar.gz



More information about the perl-devel mailing list