forked from pool/perl-Test-Script
Accepting request 510179 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/510179 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Script?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
e5a40cc081
commit
a25f18ecbe
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffef55b5dd8c8c0b09b6ff650e7a7fb20effcf603701523e93b375a771b15efc
|
|
||||||
size 23092
|
|
3
Test-Script-1.20.tar.gz
Normal file
3
Test-Script-1.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5f3cf214fa11b62f939666699aa8fa8ec22d2b620d56b07eef3e76be2da4ad7
|
||||||
|
size 23842
|
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 14 06:14:56 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.20
|
||||||
|
see /usr/share/doc/packages/perl-Test-Script/Changes
|
||||||
|
|
||||||
|
1.20 2017-07-13 11:17:42 -0400
|
||||||
|
- Production release identical to 1.19_08 release.
|
||||||
|
|
||||||
|
1.19_08 2017-07-12 08:22:41 -0400
|
||||||
|
- Diagnostic release
|
||||||
|
|
||||||
|
1.19_07 2017-07-12 07:53:55 -0400
|
||||||
|
- Diagnostic release
|
||||||
|
|
||||||
|
1.19_06 2017-07-11 05:34:30 -0400
|
||||||
|
- Diagnostic release
|
||||||
|
|
||||||
|
1.19_05 2017-07-09 11:35:59 -0400
|
||||||
|
- Diagnostic release
|
||||||
|
|
||||||
|
1.19_04 2017-07-07 16:26:41 -0400
|
||||||
|
- Add support for stdin option that was lost in the Capture::Tiny migration
|
||||||
|
- Officially drop support for Perl 5.6 (support for 5.6 was already
|
||||||
|
implicitly dropped when we migrated to Capture::Tiny).
|
||||||
|
- A near term future version will also drop support for the old pre-Test2
|
||||||
|
Test::Builder.
|
||||||
|
|
||||||
|
1.19_03 2017-07-07 10:14:25 -0400
|
||||||
|
- Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests
|
||||||
|
|
||||||
|
1.19_02 2017-06-21 17:06:47 -0400
|
||||||
|
- Identical to 1.19_01
|
||||||
|
|
||||||
|
1.19_01 2017-05-01 06:12:01 -0400
|
||||||
|
- Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
|
||||||
|
- Minor documentation fixes (Paul Cochrane/PTC++)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 14 06:41:05 UTC 2017 - coolo@suse.com
|
Fri Apr 14 06:41:05 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Script
|
Name: perl-Test-Script
|
||||||
Version: 1.18
|
Version: 1.20
|
||||||
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
|
||||||
@@ -30,11 +30,11 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(IPC::Run3) >= 0.034
|
BuildRequires: perl(Capture::Tiny)
|
||||||
BuildRequires: perl(Probe::Perl) >= 0.01
|
BuildRequires: perl(Probe::Perl) >= 0.01
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Tester)
|
BuildRequires: perl(Test::Tester)
|
||||||
Requires: perl(IPC::Run3) >= 0.034
|
Requires: perl(Capture::Tiny)
|
||||||
Requires: perl(Probe::Perl) >= 0.01
|
Requires: perl(Probe::Perl) >= 0.01
|
||||||
Requires: perl(Test::More) >= 0.96
|
Requires: perl(Test::More) >= 0.96
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -75,7 +75,7 @@ platform safety, this module will err on the side of platform safety.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc author.yml Changes README t2
|
%doc author.yml Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user