Accepting request 284749 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/284749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Exception?expand=0&rev=28
This commit is contained in:
commit
9a66288445
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba4427e6004797ece8dce93c61d1d6c82df891b0f017e7d4a5c2505fa05c5a47
|
||||
size 18131
|
3
Test-Exception-0.36.tar.gz
Normal file
3
Test-Exception-0.36.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b30bf587fdb6904e9dcfd6b21296ea7f2975c2c4019148b3e421e075758dfcfe
|
||||
size 18694
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 13:13:00 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.36
|
||||
- Fix bug when Test::More has been downgraded
|
||||
|
||||
0.35 [2014-09-20]
|
||||
- Fix a bug when Test::Builder isn't new (better version).
|
||||
|
||||
0.34 [2014-09-20]
|
||||
- Fix a bug when Test::Builder isn't new.
|
||||
|
||||
0.33 [2014-09-19] Or "Another Test-Simple change"
|
||||
- Fixed test broken by changes in Test::Builder and friends
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 15:03:12 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Exception
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX 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,26 +17,24 @@
|
||||
|
||||
|
||||
Name: perl-Test-Exception
|
||||
Version: 0.32
|
||||
Version: 0.36
|
||||
Release: 0
|
||||
%define cpan_name Test-Exception
|
||||
Summary: Test exception based code
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-Exception/
|
||||
Source: http://www.cpan.org/authors/id/A/AD/ADIE/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.38
|
||||
BuildRequires: perl(Module::Build) >= 0.42
|
||||
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
||||
BuildRequires: perl(Test::Builder) >= 0.7
|
||||
BuildRequires: perl(Test::Builder::Tester) >= 1.07
|
||||
BuildRequires: perl(Test::More) >= 0.7
|
||||
BuildRequires: perl(Test::Simple) >= 0.7
|
||||
#BuildRequires: perl(Local::Error::Simple)
|
||||
#BuildRequires: perl(Test::Exception)
|
||||
Requires: perl(Sub::Uplevel) >= 0.18
|
||||
Requires: perl(Test::Builder) >= 0.7
|
||||
Requires: perl(Test::Builder::Tester) >= 1.07
|
||||
@ -52,6 +50,9 @@ Test::More manpage and friends.
|
||||
If you are not already familiar with the Test::More manpage now would be
|
||||
the time to go take a look.
|
||||
|
||||
You can specify the test plan when you 'use Test::Exception' in the same
|
||||
way as 'use Test::More'. See the Test::More manpage for details.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
Loading…
x
Reference in New Issue
Block a user