From 3c29020dd14c79368b0ccb2629315cdc53b942af Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 25 Sep 2013 16:35:37 +0100 Subject: [PATCH] Update to 0.010 - New upstream release 0.010 - Re-release with fixed compile test - Update dependencies - Package examples --- perl-Test-Warnings.spec | 16 ++++++++++++---- sources | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 66f3288..0a4374e 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -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 - 0.010-1 +- Update to 0.010 + - Re-release with fixed compile test +- Update dependencies +- Package examples + * Wed Sep 11 2013 Paul Howarth - 0.009-1 - Update to 0.009 - Fixed error in synopsis (we do not export anything by default) diff --git a/sources b/sources index 0b1ed93..c31730f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed8f06c91fdd9c9d9f59b0a50e5cb8ea Test-Warnings-0.009.tar.gz +92705a51860fa09eccfdf384c753c728 Test-Warnings-0.010.tar.gz