From 49cd1ffe65260060a1548b51f9d6a544bd951fd8 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 11 Sep 2013 14:54:36 +0100 Subject: [PATCH] Update to 0.009 - New upstream release 0.009 - Fixed error in synopsis (we do not export anything by default) - A caveat added to the documentation regarding embedding warning checks inside another sub - ':no_end_test' now also covers side effects of done_testing, as well as END blocks, making it possible to use the warning(s) subs without having an end warning test while using done_testing (necessary when combining with the 'if' pragma) - END tests will not be added by a subequent use of Test::Warnings if a previous one passed ':no_end_test' - Update dependencies --- perl-Test-Warnings.spec | 26 ++++++++++++++++++++------ sources | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index c613aa3..66f3288 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -1,6 +1,6 @@ Name: perl-Test-Warnings -Version: 0.008 -Release: 3%{?dist} +Version: 0.009 +Release: 1%{?dist} Summary: Test for warnings and the lack of them License: GPL+ or Artistic Group: Development/Libraries @@ -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 BuildArch: noarch # Build -BuildRequires: perl(Module::Build::Tiny) >= 0.025 +BuildRequires: perl(Module::Build::Tiny) >= 0.027 # Module BuildRequires: perl(Exporter) BuildRequires: perl(Test::Builder) @@ -16,10 +16,11 @@ BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite -BuildRequires: perl(Capture::Tiny) -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Temp) +BuildRequires: perl(CPAN::Meta::Check) >= 0.007 +BuildRequires: perl(File::Spec) BuildRequires: perl(if) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::CheckDeps) >= 0.006 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.94 @@ -68,6 +69,19 @@ perl Build.PL --installdirs=vendor %{_mandir}/man3/Test::Warnings.3pm* %changelog +* Wed Sep 11 2013 Paul Howarth - 0.009-1 +- Update to 0.009 + - Fixed error in synopsis (we do not export anything by default) + - A caveat added to the documentation regarding embedding warning checks + inside another sub + - ':no_end_test' now also covers side effects of done_testing, as well as + END blocks, making it possible to use the warning(s) subs without having an + end warning test while using done_testing (necessary when combining with + the 'if' pragma) + - END tests will not be added by a subequent use of Test::Warnings if a + previous one passed ':no_end_test' +- Update dependencies + * Sun Aug 04 2013 Fedora Release Engineering - 0.008-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index ed83741..0b1ed93 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06cdfaca3c01b5299852a4d9675b02c2 Test-Warnings-0.008.tar.gz +ed8f06c91fdd9c9d9f59b0a50e5cb8ea Test-Warnings-0.009.tar.gz