Hello community, here is the log from the commit of package perl-Test-Most for openSUSE:Factory checked in at 2020-04-07 10:31:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Most (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Most.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Most" Tue Apr 7 10:31:59 2020 rev:10 rq:791862 version:0.37 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Most/perl-Test-Most.changes 2017-02-12 00:48:58.073670882 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Most.new.3248/perl-Test-Most.changes 2020-04-07 10:32:49.082615584 +0200 @@ -1,0 +2,14 @@ +Sun Apr 5 03:11:30 UTC 2020 - <[email protected]> + +- updated to 0.37 + see /usr/share/doc/packages/perl-Test-Most/Changes + + 0.37 2020-04-04 + - Don't call parent DESTROY method if it does not exist (thanks, + Karen) + + 0.36 2020-04-04 + - Ensure Test::Builder's original DESTROY is called. Thanks to Karen + Etheridge. https://github.com/Ovid/test--most/pull/10 + +------------------------------------------------------------------- Old: ---- Test-Most-0.35.tar.gz New: ---- Test-Most-0.37.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Most.spec ++++++ --- /var/tmp/diff_new_pack.jWKHoh/_old 2020-04-07 10:32:49.638616308 +0200 +++ /var/tmp/diff_new_pack.jWKHoh/_new 2020-04-07 10:32:49.638616308 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Most # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Test-Most -Version: 0.35 +Version: 0.37 Release: 0 %define cpan_name Test-Most Summary: Most commonly needed test functions and features -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-Most/ -Source0: http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -79,11 +79,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++++++ Test-Most-0.35.tar.gz -> Test-Most-0.37.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Most-0.35/Changes new/Test-Most-0.37/Changes --- old/Test-Most-0.35/Changes 2016-08-11 17:08:08.000000000 +0200 +++ new/Test-Most-0.37/Changes 2020-04-04 19:46:27.597837240 +0200 @@ -1,5 +1,13 @@ Revision history for Test::Most +0.37 2020-04-04 + - Don't call parent DESTROY method if it does not exist (thanks, + Karen) + +0.36 2020-04-04 + - Ensure Test::Builder's original DESTROY is called. Thanks to Karen + Etheridge. https://github.com/Ovid/test--most/pull/10 + 0.35 2016-08-11 - Bump module deps due to Test2. Test2 is tested well enough that you're probably OK, but you'll want to retest your code with this diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Most-0.35/META.json new/Test-Most-0.37/META.json --- old/Test-Most-0.35/META.json 2016-08-11 17:08:52.000000000 +0200 +++ new/Test-Most-0.37/META.json 2020-04-04 19:46:58.000000000 +0200 @@ -4,13 +4,13 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Test-Most", "no_index" : { @@ -49,6 +49,6 @@ "web" : "https://github.com/Ovid/test--most" } }, - "version" : "0.35", - "x_serialization_backend" : "JSON::PP version 2.27400" + "version" : "0.37", + "x_serialization_backend" : "JSON::PP version 4.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Most-0.35/META.yml new/Test-Most-0.37/META.yml --- old/Test-Most-0.35/META.yml 2016-08-11 17:08:51.000000000 +0200 +++ new/Test-Most-0.37/META.yml 2020-04-04 19:46:58.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -27,5 +27,5 @@ Test::Warn: '0.30' resources: repository: https://github.com/Ovid/test--most -version: '0.35' +version: '0.37' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Most-0.35/lib/Test/Most/Exception.pm new/Test-Most-0.37/lib/Test/Most/Exception.pm --- old/Test-Most-0.35/lib/Test/Most/Exception.pm 2016-08-11 17:00:33.000000000 +0200 +++ new/Test-Most-0.37/lib/Test/Most/Exception.pm 2020-04-04 19:45:56.672121384 +0200 @@ -6,7 +6,7 @@ use base 'Exporter'; our @EXPORT_OK = ('throw_failure'); -our $VERSION = '0.35'; +our $VERSION = '0.37'; $VERSION = eval $VERSION; use Exception::Class 'Test::Most::Exception' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Most-0.35/lib/Test/Most.pm new/Test-Most-0.37/lib/Test/Most.pm --- old/Test-Most-0.35/lib/Test/Most.pm 2016-08-11 17:00:46.000000000 +0200 +++ new/Test-Most-0.37/lib/Test/Most.pm 2020-04-04 19:45:48.455897404 +0200 @@ -33,7 +33,7 @@ $OK_FUNC = \&Test::Builder::ok; } -our $VERSION = '0.35'; +our $VERSION = '0.37'; $VERSION = eval $VERSION; BEGIN { @@ -278,15 +278,17 @@ { no warnings 'redefine'; + my $orig_destroy = Test::Builder->can('DESTROY'); # we need this because if the failure is on the final test, we won't have # a subsequent test triggering the behavior. - sub Test::Builder::DESTROY { + *Test::Builder::DESTROY = sub { my $builder = $_[0]; if ( $builder->{TEST_MOST_test_failed} ) { ( $builder->{TEST_MOST_failure_action} || sub {} )->(); } - } + $orig_destroy->(@_) if $orig_destroy; + }; } sub _deferred_plan_handler {
