forked from pool/perl-Test-Script
Accepting request 306789 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/306789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Script?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
2d1eca457c
commit
3e35ec66f9
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d043ed39bbbcccea8557c0c8a35be048a7b9c8f3fc373037205fd572ac312d85
|
||||
size 19178
|
3
Test-Script-1.10.tar.gz
Normal file
3
Test-Script-1.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d61db6a6b98aba023da5f8c7aac6bb30ce43ca76a7a03d73b1e3d85a8b8aab73
|
||||
size 19963
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 12:59:49 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.10
|
||||
see /usr/share/doc/packages/perl-Test-Script/Changes
|
||||
|
||||
1.10 2015-05-12 05:15:41 -0400
|
||||
- Work around for buggy IPC::Run3 0.048 on MSWin32
|
||||
On Windows we probe for and mitigate a bug in IPC::Run3
|
||||
(see https://github.com/plicease/Test-Script/issues/1 for details)
|
||||
with the intention of removing the workaround if/when IPC::Run3
|
||||
is fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 08:41:46 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Test-Script
|
||||
Version: 1.09
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
%define cpan_name Test-Script
|
||||
Summary: Basic cross-platform tests for scripts
|
||||
@@ -32,11 +32,11 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IPC::Run3) >= 0.034
|
||||
BuildRequires: perl(Probe::Perl) >= 0.01
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Tester)
|
||||
Requires: perl(IPC::Run3) >= 0.034
|
||||
Requires: perl(Probe::Perl) >= 0.01
|
||||
Requires: perl(Test::More) >= 0.94
|
||||
Requires: perl(Test::More) >= 0.96
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user