Update to 0.010
- New upstream release 0.010 - Re-release with fixed compile test - Update dependencies - Package examples
This commit is contained in:
parent
49cd1ffe65
commit
3c29020dd1
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.009
|
||||
Version: 0.010
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
@ -16,12 +16,14 @@ BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
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::More) >= 0.94
|
||||
BuildRequires: perl(Test::Tester) >= 0.108
|
||||
@ -64,11 +66,17 @@ perl Build.PL --installdirs=vendor
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes LICENSE README examples/
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::Warnings.3pm*
|
||||
|
||||
%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
|
||||
- Update to 0.009
|
||||
- Fixed error in synopsis (we do not export anything by default)
|
||||
|
Loading…
Reference in New Issue
Block a user