[perl-Test-Warnings] Update to 0.017

Paul Howarth pghmcfc at fedoraproject.org
Wed Dec 17 10:07:46 UTC 2014


commit 147d1d47beed49f434b5dda6cb289b00c5a76b7c
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Dec 17 10:06:59 2014 +0000

    Update to 0.017
    
    - New upstream release 0.017
      - Handle other warning handlers passing us partial warning messages by
        re-adding the source file and line number
    - Use %license

 perl-Test-Warnings.spec |   28 ++++++++++++++++++----------
 sources                 |    2 +-
 2 files changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec
index b39643f..14f087c 100644
--- a/perl-Test-Warnings.spec
+++ b/perl-Test-Warnings.spec
@@ -1,6 +1,6 @@
 Name:		perl-Test-Warnings
-Version:	0.016
-Release:	2%{?dist}
+Version:	0.017
+Release:	1%{?dist}
 Summary:	Test for warnings and the lack of them
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -9,25 +9,26 @@ Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{versi
 BuildArch:	noarch
 # Build
 BuildRequires:	perl
-BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
+BuildRequires:	perl(Carp)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(Test::Builder)
 BuildRequires:	perl(parent)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test Suite
-BuildRequires:	perl(CPAN::Meta)
-BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.120900
+BuildRequires:	perl(Carp) >= 1.25
+BuildRequires:	perl(CPAN::Meta) >= 2.120900
+BuildRequires:	perl(CPAN::Meta::Prereqs)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(File::Spec::Functions)
+BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(if)
-BuildRequires:	perl(List::Util)
 BuildRequires:	perl(Test::More) >= 0.94
 BuildRequires:	perl(Test::Tester) >= 0.108
-BuildRequires:	perl(version)
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(Carp)
 
 %description
 If you've ever tried to use Test::NoWarnings to confirm there are no warnings
@@ -67,11 +68,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README README.md examples/
+%license LICENSE
+%doc Changes CONTRIBUTING README examples/
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Warnings.3pm*
+%{_mandir}/man3/Test::Warnings.3*
 
 %changelog
+* Wed Dec 17 2014 Paul Howarth <paul at city-fan.org> - 0.017-1
+- Update to 0.017
+  - Handle other warning handlers passing us partial warning messages by
+    re-adding the source file and line number
+- Use %%license
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.016-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 81d85ee..05a09cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5608b3f8dbdd65d0251200754d97863a  Test-Warnings-0.016.tar.gz
+1153e7b9011d1062f25734e8ff5685b0  Test-Warnings-0.017.tar.gz


More information about the scm-commits mailing list