diff --git a/Test-Warn-0.24.tar.gz b/Test-Warn-0.24.tar.gz deleted file mode 100644 index 7c80003..0000000 --- a/Test-Warn-0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4f6b60c158cb8405861ddd045247c31d75d8cd89cab77ef608f999a39ab218b -size 11804 diff --git a/Test-Warn-0.30.tar.gz b/Test-Warn-0.30.tar.gz new file mode 100644 index 0000000..ece0fd0 --- /dev/null +++ b/Test-Warn-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8197555b94189d919349a03f7058f83861f145af9bee59f505bfe47562144e41 +size 11281 diff --git a/perl-Test-Warn.changes b/perl-Test-Warn.changes index a106927..146bd53 100644 --- a/perl-Test-Warn.changes +++ b/perl-Test-Warn.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 4 15:51:41 UTC 2014 - ncutler@suse.com + +- updated 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 (Graham Knop) +- regenerated spec file + ------------------------------------------------------------------- Tue May 29 12:22:41 UTC 2012 - coolo@suse.com diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec index 8d6ab65..37a3cd0 100644 --- a/perl-Test-Warn.spec +++ b/perl-Test-Warn.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Warn # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,22 @@ Name: perl-Test-Warn -Version: 0.24 +Version: 0.30 Release: 0 %define cpan_name Test-Warn Summary: Perl extension to test methods for warnings License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Warn/ -Source: http://www.cpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{version}.tar.gz +Source: Test-Warn-0.30.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Carp) >= 1.22 BuildRequires: perl(Sub::Uplevel) >= 0.12 -BuildRequires: perl(Tree::DAG_Node) >= 1.02 -#BuildRequires: perl(Test::Warn) Requires: perl(Carp) >= 1.22 Requires: perl(Sub::Uplevel) >= 0.12 -Requires: perl(Tree::DAG_Node) >= 1.02 %{perl_requires} %description