Update to 0.010

- New upstream release 0.010
  - Re-release with fixed compile test
- Update dependencies
- Package examples
This commit is contained in:
Paul Howarth 2013-09-25 16:35:37 +01:00
parent 49cd1ffe65
commit 3c29020dd1
2 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings Name: perl-Test-Warnings
Version: 0.009 Version: 0.010
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
@ -16,12 +16,14 @@ BuildRequires: perl(parent)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Test Suite # Test Suite
BuildRequires: perl(CPAN::Meta::Check) >= 0.007 BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(if) BuildRequires: perl(if)
BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3) BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::CheckDeps) >= 0.006 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
@ -64,11 +66,17 @@ perl Build.PL --installdirs=vendor
./Build test ./Build test
%files %files
%doc Changes LICENSE README %doc Changes LICENSE README examples/
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Warnings.3pm* %{_mandir}/man3/Test::Warnings.3pm*
%changelog %changelog
* Wed Sep 25 2013 Paul Howarth <paul@city-fan.org> - 0.010-1
- Update to 0.010
- Re-release with fixed compile test
- Update dependencies
- Package examples
* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 0.009-1 * Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 0.009-1
- Update to 0.009 - Update to 0.009
- Fixed error in synopsis (we do not export anything by default) - Fixed error in synopsis (we do not export anything by default)

View File

@ -1 +1 @@
ed8f06c91fdd9c9d9f59b0a50e5cb8ea Test-Warnings-0.009.tar.gz 92705a51860fa09eccfdf384c753c728 Test-Warnings-0.010.tar.gz