8
0

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:
Stephan Kulow
2015-05-13 14:56:46 +00:00
committed by Git OBS Bridge
parent 2d1eca457c
commit 3e35ec66f9
4 changed files with 19 additions and 6 deletions

View File

@@ -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
View File

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

View File

@@ -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 Fri May 8 08:41:46 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Test-Script Name: perl-Test-Script
Version: 1.09 Version: 1.10
Release: 0 Release: 0
%define cpan_name Test-Script %define cpan_name Test-Script
Summary: Basic cross-platform tests for scripts Summary: Basic cross-platform tests for scripts
@@ -32,11 +32,11 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(IPC::Run3) >= 0.034 BuildRequires: perl(IPC::Run3) >= 0.034
BuildRequires: perl(Probe::Perl) >= 0.01 BuildRequires: perl(Probe::Perl) >= 0.01
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Tester) BuildRequires: perl(Test::Tester)
Requires: perl(IPC::Run3) >= 0.034 Requires: perl(IPC::Run3) >= 0.034
Requires: perl(Probe::Perl) >= 0.01 Requires: perl(Probe::Perl) >= 0.01
Requires: perl(Test::More) >= 0.94 Requires: perl(Test::More) >= 0.96
%{perl_requires} %{perl_requires}
%description %description