Accepting request 827146 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/827146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test2-Suite?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2020-08-20 20:23:16 +00:00 committed by Git OBS Bridge
commit 77b8809039
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 7 03:14:58 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.000132
see /usr/share/doc/packages/perl-Test2-Suite/Changes
0.000132 2020-08-06 18:10:48-07:00 America/Los_Angeles
- Fix min Test2 version
0.000131 2020-08-05 21:45:59-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix the grabber tool to inherit Test::Builder $TODO functionality
-------------------------------------------------------------------
Sun May 31 03:12:37 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-Test2-Suite
Version: 0.000130
Version: 0.000132
Release: 0
%define cpan_name Test2-Suite
Summary: Distribution with a rich set of tools built upon the Test2
@ -35,13 +35,13 @@ BuildRequires: perl(Module::Pluggable) >= 2.7
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Sub::Info) >= 0.002
BuildRequires: perl(Term::Table) >= 0.013
BuildRequires: perl(Test2::API) >= 1.302158
BuildRequires: perl(Test2::API) >= 1.302176
Requires: perl(Importer) >= 0.024
Requires: perl(Module::Pluggable) >= 2.7
Requires: perl(Scope::Guard)
Requires: perl(Sub::Info) >= 0.002
Requires: perl(Term::Table) >= 0.013
Requires: perl(Test2::API) >= 1.302158
Requires: perl(Test2::API) >= 1.302176
%{perl_requires}
%description