1
0

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:
Stephan Kulow
2017-07-15 04:59:05 +00:00
committed by Git OBS Bridge
parent e5a40cc081
commit a25f18ecbe
4 changed files with 45 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Test-Script
Version: 1.18
Version: 1.20
Release: 0
%define cpan_name Test-Script
Summary: Basic cross-platform tests for scripts
@@ -30,11 +30,11 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IPC::Run3) >= 0.034
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Probe::Perl) >= 0.01
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Tester)
Requires: perl(IPC::Run3) >= 0.034
Requires: perl(Capture::Tiny)
Requires: perl(Probe::Perl) >= 0.01
Requires: perl(Test::More) >= 0.96
%{perl_requires}
@@ -75,7 +75,7 @@ platform safety, this module will err on the side of platform safety.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc author.yml Changes README t2
%doc author.yml Changes README
%license LICENSE
%changelog