From 2af0b0444988cc001375a14e121aa9c49dd3bca8 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 25 Jan 2016 12:22:40 +0000 Subject: [PATCH] Update to 0.025 - New upstream release 0.025 - Prereqs lowered from required to suggested: - CPAN::Meta::Check - CPAN::Meta::Requirements - Tests are now quieter to avoid causing confusion, by suppressing the printing of stderr in tests --- perl-Test-Warnings.spec | 19 +++++++++++++++---- sources | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 7814fd6..462a1ad 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -1,5 +1,5 @@ Name: perl-Test-Warnings -Version: 0.024 +Version: 0.025 Release: 1%{?dist} Summary: Test for warnings and the lack of them License: GPL+ or Artistic @@ -21,16 +21,19 @@ BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite -BuildRequires: perl(CPAN::Meta::Check) >= 0.011 -BuildRequires: perl(CPAN::Meta::Prereqs) -BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(if) +BuildRequires: perl(lib) BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::Tester) >= 0.108 # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 +%if 0%{?fedora} || 0%{?rhel} > 7 +BuildRequires: perl(CPAN::Meta::Check) >= 0.011 +%endif +BuildRequires: perl(CPAN::Meta::Prereqs) +BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(PadWalker) # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -80,6 +83,14 @@ make test %{_mandir}/man3/Test::Warnings.3* %changelog +* Mon Jan 25 2016 Paul Howarth - 0.025-1 +- Update to 0.025 + - Prereqs lowered from required to suggested: + - CPAN::Meta::Check + - CPAN::Meta::Requirements + - Tests are now quieter to avoid causing confusion, by suppressing the + printing of stderr in tests + * Sun Dec 27 2015 Paul Howarth - 0.024-1 - Update to 0.024 - Remove diagnostics accidentally left in new test diff --git a/sources b/sources index 1549177..ec5cf97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01b2f053b42053faf3a30811d368d228 Test-Warnings-0.024.tar.gz +5524f324ff4f5f7d2761411939887633 Test-Warnings-0.025.tar.gz