Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-Most for openSUSE:Factory 
checked in at 2022-09-27 20:14:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Most (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Most.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Most"

Tue Sep 27 20:14:44 2022 rev:11 rq:1006454 version:0.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Most/perl-Test-Most.changes    
2020-04-07 10:32:49.082615584 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Most.new.2275/perl-Test-Most.changes  
2022-09-27 20:14:56.381959496 +0200
@@ -1,0 +2,10 @@
+Sun Sep 25 03:08:13 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Test-Most/Changes
+
+  0.38    2022-09-24
+          - Stop permanently altering Test::More's export list (RT#73299)
+            (thanks to 2shortplanks for this)
+
+-------------------------------------------------------------------

Old:
----
  Test-Most-0.37.tar.gz

New:
----
  Test-Most-0.38.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Most.spec ++++++
--- /var/tmp/diff_new_pack.xy3hcy/_old  2022-09-27 20:14:56.769960342 +0200
+++ /var/tmp/diff_new_pack.xy3hcy/_new  2022-09-27 20:14:56.777960359 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Most
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Test-Most
 Name:           perl-Test-Most
-Version:        0.37
+Version:        0.38
 Release:        0
-%define cpan_name Test-Most
-Summary:        Most commonly needed test functions and features
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+Summary:        Most commonly needed test functions and features
+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
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exception::Class) >= 1.14
@@ -76,11 +74,11 @@
     no warnings;
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -91,7 +89,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++++++ Test-Most-0.37.tar.gz -> Test-Most-0.38.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.37/Changes new/Test-Most-0.38/Changes
--- old/Test-Most-0.37/Changes  2020-04-04 19:46:27.597837240 +0200
+++ new/Test-Most-0.38/Changes  2022-09-24 15:40:01.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Test::Most
 
+0.38    2022-09-24
+        - Stop permanently altering Test::More's export list (RT#73299)
+          (thanks to 2shortplanks for this)
+
 0.37    2020-04-04
         - Don't call parent DESTROY method if it does not exist (thanks,
           Karen)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.37/META.json new/Test-Most-0.38/META.json
--- old/Test-Most-0.37/META.json        2020-04-04 19:46:58.000000000 +0200
+++ new/Test-Most-0.38/META.json        2022-09-24 15:48:07.000000000 +0200
@@ -4,9 +4,9 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
-      "unknown"
+      "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
@@ -49,6 +49,6 @@
          "web" : "https://github.com/Ovid/test--most";
       }
    },
-   "version" : "0.37",
-   "x_serialization_backend" : "JSON::PP version 4.04"
+   "version" : "0.38",
+   "x_serialization_backend" : "JSON::PP version 4.09"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.37/META.yml new/Test-Most-0.38/META.yml
--- old/Test-Most-0.37/META.yml 2020-04-04 19:46:58.000000000 +0200
+++ new/Test-Most-0.38/META.yml 2022-09-24 15:48:07.000000000 +0200
@@ -7,8 +7,8 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
-license: unknown
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 
2.150010'
+license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
@@ -27,5 +27,5 @@
   Test::Warn: '0.30'
 resources:
   repository: https://github.com/Ovid/test--most
-version: '0.37'
+version: '0.38'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.37/Makefile.PL 
new/Test-Most-0.38/Makefile.PL
--- old/Test-Most-0.37/Makefile.PL      2020-04-04 13:21:47.721297519 +0200
+++ new/Test-Most-0.38/Makefile.PL      2022-09-24 15:33:43.000000000 +0200
@@ -13,6 +13,7 @@
         'Test::Warn'        => '0.30'
     },
     'INSTALLDIRS' => 'site',
+    'LICENSE'     => 'perl',
     'EXE_FILES'   => [],
     'PL_FILES'    => {},
     META_MERGE    => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.37/lib/Test/Most/Exception.pm 
new/Test-Most-0.38/lib/Test/Most/Exception.pm
--- old/Test-Most-0.37/lib/Test/Most/Exception.pm       2020-04-04 
19:45:56.672121384 +0200
+++ new/Test-Most-0.38/lib/Test/Most/Exception.pm       2022-09-24 
15:47:26.000000000 +0200
@@ -6,7 +6,7 @@
 use base 'Exporter';
 our @EXPORT_OK = ('throw_failure');
 
-our $VERSION = '0.37';
+our $VERSION = '0.38';
 $VERSION = eval $VERSION;
 
 use Exception::Class 'Test::Most::Exception' => {
@@ -24,7 +24,7 @@
 
 =head1 VERSION
 
-Version 0.34
+Version 0.38
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.37/lib/Test/Most.pm 
new/Test-Most-0.38/lib/Test/Most.pm
--- old/Test-Most-0.37/lib/Test/Most.pm 2020-04-04 19:45:48.455897404 +0200
+++ new/Test-Most-0.38/lib/Test/Most.pm 2022-09-24 15:47:48.000000000 +0200
@@ -19,7 +19,7 @@
     else {
         # There's some strange fiddling around with import(), so this allows 
us to
         # be nicely backwards compatible to earlier versions of Test::More.
-        @Test::More::EXPORT = grep { $_ ne 'explain' } @Test::More::EXPORT;
+        local @Test::More::EXPORT = grep { $_ ne 'explain' } 
@Test::More::EXPORT;
         Test::More->import;
     }
 
@@ -33,7 +33,7 @@
     $OK_FUNC = \&Test::Builder::ok;
 }
 
-our $VERSION = '0.37';
+our $VERSION = '0.38';
 $VERSION = eval $VERSION;
 
 BEGIN {
@@ -319,7 +319,7 @@
 
 =head1 VERSION
 
-Version 0.34
+Version 0.38
 
 =head1 SYNOPSIS
 

Reply via email to