Accepting request 667286 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/667286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Suite?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2019-01-27 11:02:56 +00:00 committed by Git OBS Bridge
parent 64b051e45b
commit c133a8e6ab
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 19 06:31:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.000118
see /usr/share/doc/packages/perl-Test2-Suite/Changes
0.000118 2019-01-18 13:44:06-08:00 America/Los_Angeles
- Fix typo Test::Workflow -> Test2::Workflow #170
- Fix test broken by new Test-Simple #175
-------------------------------------------------------------------
Thu Dec 6 16:27:16 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test2-Suite
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Test2-Suite
Version: 0.000117
Version: 0.000118
Release: 0
%define cpan_name Test2-Suite
Summary: Distribution with a rich set of tools built upon the Test2
@ -34,14 +34,14 @@ BuildRequires: perl(Importer) >= 0.024
BuildRequires: perl(Module::Pluggable) >= 2.7
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Sub::Info) >= 0.002
BuildRequires: perl(Term::Table) >= 0.002
BuildRequires: perl(Test2::API) >= 1.302136
BuildRequires: perl(Term::Table) >= 0.013
BuildRequires: perl(Test2::API) >= 1.302158
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.002
Requires: perl(Test2::API) >= 1.302136
Requires: perl(Term::Table) >= 0.013
Requires: perl(Test2::API) >= 1.302158
%{perl_requires}
%description