diff --git a/Test-Script-1.09.tar.gz b/Test-Script-1.09.tar.gz deleted file mode 100644 index ebb42c2..0000000 --- a/Test-Script-1.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d043ed39bbbcccea8557c0c8a35be048a7b9c8f3fc373037205fd572ac312d85 -size 19178 diff --git a/Test-Script-1.10.tar.gz b/Test-Script-1.10.tar.gz new file mode 100644 index 0000000..32142db --- /dev/null +++ b/Test-Script-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61db6a6b98aba023da5f8c7aac6bb30ce43ca76a7a03d73b1e3d85a8b8aab73 +size 19963 diff --git a/perl-Test-Script.changes b/perl-Test-Script.changes index 2019fe0..481bd94 100644 --- a/perl-Test-Script.changes +++ b/perl-Test-Script.changes @@ -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 diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec index c78c95f..3228611 100644 --- a/perl-Test-Script.spec +++ b/perl-Test-Script.spec @@ -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