- update to 0.21:

+ added --norc option for more portable testing
- remove versioned dependency to Test::More as OBS currently 
  breaks with this

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-SharedFork?expand=0&rev=14
This commit is contained in:
Lars Vogdt 2012-12-24 14:56:37 +00:00 committed by Git OBS Bridge
parent faef701b19
commit db3eabeaac
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94e0772b88148354938e0a85538543b4b90ab20453d1a84d47fa56a597bb057d
size 26434

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c118ca297cf9c877c625f12d2a2f916f6f425c203755f59712d63213e7811b21
size 28865

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 24 14:28:25 UTC 2012 - lars@linux-schulserver.de
- update to 0.21:
+ added --norc option for more portable testing
- remove versioned dependency to Test::More as OBS currently
breaks with this
-------------------------------------------------------------------
Mon Feb 20 08:38:23 UTC 2012 - coolo@suse.com

View File

@ -17,9 +17,9 @@
Name: perl-Test-SharedFork
Version: 0.20
Version: 0.21
Release: 0
%define cpan_name Test-SharedFork
%define cpan_name Test-SharedFork
Summary: Fork test
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(App::Prove)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
#BuildRequires: perl(inc::Module::Install)
#BuildRequires: perl(JSON)
@ -47,7 +47,7 @@ BuildRequires: perl(Test::Requires)
#BuildRequires: perl(Test::SharedFork::Scalar)
#BuildRequires: perl(Test::SharedFork::Store)
#BuildRequires: perl(YAML::Tiny)
Requires: perl(Test::More) >= 0.88
Requires: perl(Test::More)
%{perl_requires}
%description