- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warn?expand=0&rev=21
This commit is contained in:
parent
0dec47ea83
commit
7688c1225d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4f6b60c158cb8405861ddd045247c31d75d8cd89cab77ef608f999a39ab218b
|
|
||||||
size 11804
|
|
3
Test-Warn-0.30.tar.gz
Normal file
3
Test-Warn-0.30.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8197555b94189d919349a03f7058f83861f145af9bee59f505bfe47562144e41
|
||||||
|
size 11281
|
@ -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
|
Tue May 29 12:22:41 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Warn
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,25 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Warn
|
Name: perl-Test-Warn
|
||||||
Version: 0.24
|
Version: 0.30
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Warn
|
%define cpan_name Test-Warn
|
||||||
Summary: Perl extension to test methods for warnings
|
Summary: Perl extension to test methods for warnings
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Warn/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Carp) >= 1.22
|
BuildRequires: perl(Carp) >= 1.22
|
||||||
BuildRequires: perl(Sub::Uplevel) >= 0.12
|
BuildRequires: perl(Sub::Uplevel) >= 0.12
|
||||||
BuildRequires: perl(Tree::DAG_Node) >= 1.02
|
|
||||||
#BuildRequires: perl(Test::Warn)
|
|
||||||
Requires: perl(Carp) >= 1.22
|
Requires: perl(Carp) >= 1.22
|
||||||
Requires: perl(Sub::Uplevel) >= 0.12
|
Requires: perl(Sub::Uplevel) >= 0.12
|
||||||
Requires: perl(Tree::DAG_Node) >= 1.02
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user