commit 75c2bafc75447d43968f5e2451cbf2194b9550b2 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Mar 5 21:33:14 2014 +0000 Update to 0.30 - New upstream release 0.30 - Important note in documentation how check for warning category is done; if you use Test::Warn with categories, you should check that it does what you expect - Category tree is now dynamic and does not use Tree::DAG_Node perl-Test-Warn.spec | 17 +++++++++++------ sources | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) --- diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec index bcc9434..e94380b 100644 --- a/perl-Test-Warn.spec +++ b/perl-Test-Warn.spec @@ -1,6 +1,6 @@ Name: perl-Test-Warn -Version: 0.24 -Release: 8%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Perl extension to test methods for warnings Group: Development/Libraries License: GPL+ or Artistic @@ -21,14 +21,12 @@ BuildRequires: perl(Test::Builder) >= 0.13 BuildRequires: perl(Test::Builder::Tester) >= 1.02 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) -BuildRequires: perl(Tree::DAG_Node) >= 1.02 BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Test::Builder) >= 0.13 -Requires: perl(Tree::DAG_Node) >= 1.02 -# Filter unde-specified dependencies -%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Test::Builder|Tree::DAG_Node)\\)$ +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Test::Builder\\)$ %description This module provides a few convenience methods for testing warning @@ -56,6 +54,13 @@ make test %{_mandir}/man3/Test::Warn.3pm* %changelog +* Wed Mar 5 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.30-1 +- Update to 0.30 + - Important note in documentation how check for warning category is done; if + you use Test::Warn with categories, you should check that it does what you + expect + - Category tree is now dynamic and does not use Tree::DAG_Node + * Tue Feb 18 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.24-8 - Specify all dependencies diff --git a/sources b/sources index 4ef6b99..fcd9356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a27990b62f8fd0aa290bb617ae0157a5 Test-Warn-0.24.tar.gz +8306b998a96d2cc69266b5248d550472 Test-Warn-0.30.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel