Accepting request 284656 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/284656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warn?expand=0&rev=23
This commit is contained in:
commit
ed3c947904
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user