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)
This commit is contained in:
Paul Howarth 2013-10-13 12:39:52 +01:00
parent 3c29020dd1
commit 2da2a991e2
2 changed files with 12 additions and 7 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings Name: perl-Test-Warnings
Version: 0.010 Version: 0.011
Release: 1%{?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
@ -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 Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: perl(Module::Build::Tiny) >= 0.027 BuildRequires: perl(Module::Build::Tiny) >= 0.030
# Module # Module
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
@ -16,14 +16,12 @@ BuildRequires: perl(parent)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Test Suite # Test Suite
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(if) BuildRequires: perl(if)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util) BuildRequires: perl(List::Util)
BuildRequires: perl(Test::CheckDeps) >= 0.007
BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Tester) >= 0.108 BuildRequires: perl(Test::Tester) >= 0.108
@ -66,11 +64,18 @@ perl Build.PL --installdirs=vendor
./Build test ./Build test
%files %files
%doc Changes LICENSE README examples/ %doc Changes CONTRIBUTING LICENSE README examples/
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Warnings.3pm* %{_mandir}/man3/Test::Warnings.3pm*
%changelog %changelog
* Sun Oct 13 2013 Paul Howarth <paul@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@city-fan.org> - 0.010-1 * Wed Sep 25 2013 Paul Howarth <paul@city-fan.org> - 0.010-1
- Update to 0.010 - Update to 0.010
- Re-release with fixed compile test - Re-release with fixed compile test

View File

@ -1 +1 @@
92705a51860fa09eccfdf384c753c728 Test-Warnings-0.010.tar.gz 3e0b31ce617cbd001a0003606dac679a Test-Warnings-0.011.tar.gz