Accepting request 296432 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296432 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Routine?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
f7ee23031d
commit
a28818eff5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3492736bcfbea6bd8a2ae333308812782cb93fce88133fb466382d4350a1512
|
||||
size 27728
|
3
Test-Routine-0.020.tar.gz
Normal file
3
Test-Routine-0.020.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db5cfbbb2eb49db336957a5131401b9fbbaec5638141f28f3004d037a888e566
|
||||
size 34801
|
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 19:56:36 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.020
|
||||
see /usr/share/doc/packages/perl-Test-Routine/Changes
|
||||
|
||||
0.020 2014-09-01 22:02:27-04:00 America/New_York
|
||||
- generation of Test::Routine::Manual::Demo is fixed
|
||||
- notice another possible case of name conflict; we may change how this
|
||||
works in the future, but only safely
|
||||
|
||||
0.019 2014-07-04 09:54:01-04:00 America/New_York
|
||||
- cope with alternate indenting of subtest leader
|
||||
|
||||
0.018 2014-01-11 14:13:19-05:00 America/New_York
|
||||
- avoid an uninitialized warning on 5.8 from new TEST_METHOD code
|
||||
|
||||
0.017 2013-12-03 21:38:07 America/New_York
|
||||
- add TEST_METHOD env var to limit tests run (thanks,
|
||||
Dagfinn Ilmari Mannsåker!)
|
||||
|
||||
0.016 2013-10-25 22:33:15 America/New_York
|
||||
update mxms.t to handle Test::Builder 0.99
|
||||
|
||||
replace use of Class::MOP::load_class with Class::Load
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 08:55:07 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Routine
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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-Test-Routine
|
||||
Version: 0.015
|
||||
Version: 0.020
|
||||
Release: 0
|
||||
%define cpan_name Test-Routine
|
||||
Summary: composable units of assertion
|
||||
@@ -29,7 +29,7 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::MOP)
|
||||
BuildRequires: perl(Class::Load)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Exporter)
|
||||
BuildRequires: perl(Moose::Meta::Class)
|
||||
@@ -43,21 +43,10 @@ BuildRequires: perl(Sub::Exporter::Util)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Moose)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
BuildRequires: perl(namespace::clean)
|
||||
#BuildRequires: perl(HashTester)
|
||||
#BuildRequires: perl(MooseX::Method::Signatures)
|
||||
#BuildRequires: perl(MooseX::Role::Parameterized)
|
||||
#BuildRequires: perl(Test::Routine)
|
||||
#BuildRequires: perl(Test::Routine::Common)
|
||||
#BuildRequires: perl(Test::Routine::Compositor)
|
||||
#BuildRequires: perl(Test::Routine::Runner)
|
||||
#BuildRequires: perl(Test::Routine::Test)
|
||||
#BuildRequires: perl(Test::Routine::Test::Role)
|
||||
#BuildRequires: perl(Test::Routine::Util)
|
||||
#BuildRequires: perl(Test::ThingHasID)
|
||||
#BuildRequires: perl(t::lib::NoGood)
|
||||
Requires: perl(Class::MOP)
|
||||
Requires: perl(Class::Load)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Moose::Exporter)
|
||||
Requires: perl(Moose::Meta::Class)
|
||||
@@ -69,6 +58,7 @@ Requires: perl(Params::Util)
|
||||
Requires: perl(Sub::Exporter)
|
||||
Requires: perl(Sub::Exporter::Util)
|
||||
Requires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Try::Tiny)
|
||||
Requires: perl(namespace::autoclean)
|
||||
Requires: perl(namespace::clean)
|
||||
%{perl_requires}
|
||||
|
Reference in New Issue
Block a user