diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index a750d2b..5e02f3a 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -1,6 +1,6 @@ Name: perl-Test-Warnings -Version: 0.021 -Release: 3%{?dist} +Version: 0.022 +Release: 1%{?dist} Summary: Test for warnings and the lack of them License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,9 @@ 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: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) # Module @@ -19,7 +22,7 @@ BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(CPAN::Meta) >= 2.120900 -BuildRequires: perl(CPAN::Meta::Check) >= 0.007 +BuildRequires: perl(CPAN::Meta::Check) >= 0.011 BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(ExtUtils::MakeMaker) @@ -69,12 +72,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' make test %files -%license LICENSE +%license LICENCE %doc Changes CONTRIBUTING README examples/ %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::Warnings.3* %changelog +* Mon Dec 21 2015 Paul Howarth - 0.022-1 +- Update to 0.022 + - Propagate all warnings to any previously-declared __WARN__ handlers + (unlike with __DIE__, merely calling warn() is not sufficient) + * Thu Jun 18 2015 Fedora Release Engineering - 0.021-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 52a8271..91368ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fcbc42414de51392348c27420d3c14b0 Test-Warnings-0.021.tar.gz +662a1995fb311a1b111136467e2cc83c Test-Warnings-0.022.tar.gz