Update to 0.022

- New upstream release 0.022
  - Propagate all warnings to any previously-declared __WARN__ handlers
    (unlike with __DIE__, merely calling warn() is not sufficient)
This commit is contained in:
Paul Howarth 2015-12-21 16:20:03 +00:00
parent 9ec6613492
commit 14ecb2de1c
2 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Test-Warnings Name: perl-Test-Warnings
Version: 0.021 Version: 0.022
Release: 3%{?dist} Release: 1%{?dist}
Summary: Test for warnings and the lack of them Summary: Test for warnings and the lack of them
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries 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 Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
# Module # Module
@ -19,7 +22,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Test Suite # Test Suite
BuildRequires: perl(CPAN::Meta) >= 2.120900 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::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -69,12 +72,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
make test make test
%files %files
%license LICENSE %license LICENCE
%doc Changes CONTRIBUTING README examples/ %doc Changes CONTRIBUTING README examples/
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Warnings.3* %{_mandir}/man3/Test::Warnings.3*
%changelog %changelog
* Mon Dec 21 2015 Paul Howarth <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 0.021-3 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.021-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
fcbc42414de51392348c27420d3c14b0 Test-Warnings-0.021.tar.gz 662a1995fb311a1b111136467e2cc83c Test-Warnings-0.022.tar.gz