diff --git a/Test-Routine-0.023.tar.gz b/Test-Routine-0.023.tar.gz deleted file mode 100644 index bd03752..0000000 --- a/Test-Routine-0.023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8bfc499b038ed68d0bf61248ec343e5a84607f896d1848ed94d6cda56eb0436 -size 37159 diff --git a/Test-Routine-0.025.tar.gz b/Test-Routine-0.025.tar.gz new file mode 100644 index 0000000..90deaa6 --- /dev/null +++ b/Test-Routine-0.025.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22712ada043273e2aa3da8a95a636e149b919a9080ed52aec579f40afc67fd8d +size 38339 diff --git a/perl-Test-Routine.changes b/perl-Test-Routine.changes index a8bfee1..740e217 100644 --- a/perl-Test-Routine.changes +++ b/perl-Test-Routine.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Apr 14 06:40:44 UTC 2017 - coolo@suse.com + +- updated to 0.025 + see /usr/share/doc/packages/perl-Test-Routine/Changes + + 0.025 2017-04-13 17:43:19-04:00 America/New_York + - remove fresh_instance; it wasn't documented, and it probably was not + going to work out + - the Runner no longer caches the test_instance, so its BUILD and + DEMOLISH should now be called usefully + - Test::Routine::Common now adds stub BUILD and DEMOLISH so you can use + method modifiers on them + +------------------------------------------------------------------- +Mon Feb 13 13:14:16 UTC 2017 - coolo@suse.com + +- updated to 0.024 + see /usr/share/doc/packages/perl-Test-Routine/Changes + + 0.024 2017-01-16 13:03:18-05:00 America/New_York + - tests are now run with Test::Abortable's subtest() instead of + Test2::API directly; this means they can be safely aborted with + exceptions that conform to the Test::Abortable rules; see its docs + for more information + ------------------------------------------------------------------- Tue Nov 29 07:20:26 UTC 2016 - coolo@suse.com diff --git a/perl-Test-Routine.spec b/perl-Test-Routine.spec index 01c9f16..39ee69e 100644 --- a/perl-Test-Routine.spec +++ b/perl-Test-Routine.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Routine # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,14 +17,14 @@ Name: perl-Test-Routine -Version: 0.023 +Version: 0.025 Release: 0 %define cpan_name Test-Routine Summary: Composable Units of Assertion License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Routine/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,6 +42,7 @@ BuildRequires: perl(Params::Util) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Exporter::Util) BuildRequires: perl(Test2::API) >= 1.302045 +BuildRequires: perl(Test::Abortable) >= 0.002 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Moose) BuildRequires: perl(Test::More) >= 0.96 @@ -60,6 +61,7 @@ Requires: perl(Params::Util) Requires: perl(Sub::Exporter) Requires: perl(Sub::Exporter::Util) Requires: perl(Test2::API) >= 1.302045 +Requires: perl(Test::Abortable) >= 0.002 Requires: perl(Test::More) >= 0.96 Requires: perl(Try::Tiny) Requires: perl(namespace::autoclean) @@ -104,6 +106,7 @@ Moose, and has links to other online tutorials and documentation. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog