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
This commit is contained in:
parent
0bbbfb7aca
commit
147d1d47be
@ -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@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@redhat.com> - 0.016-2
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user