Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-Kit for openSUSE:Factory 
checked in at 2023-07-27 16:52:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Kit (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Kit.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Kit"

Thu Jul 27 16:52:51 2023 rev:2 rq:1101004 version:2.160.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Kit/perl-Test-Kit.changes      
2019-07-05 13:48:55.193471975 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Kit.new.32662/perl-Test-Kit.changes   
2023-07-27 16:53:07.822601389 +0200
@@ -1,0 +2,9 @@
+Wed Jul 26 03:13:35 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 2.16
+   see /usr/share/doc/packages/perl-Test-Kit/Changes
+
+  2.16    2023-07-25
+          - Add support for newer Perls and UNIVERSAL.pm 
(https://github.com/kaoru/Test-Kit2/pull/3)
+
+-------------------------------------------------------------------

Old:
----
  Test-Kit-2.15.tar.gz

New:
----
  Test-Kit-2.16.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Kit.spec ++++++
--- /var/tmp/diff_new_pack.h8ibeZ/_old  2023-07-27 16:53:08.574605638 +0200
+++ /var/tmp/diff_new_pack.h8ibeZ/_new  2023-07-27 16:53:08.582605683 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Kit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
 #
 
 
+%define cpan_name Test-Kit
 Name:           perl-Test-Kit
-Version:        2.15
+Version:        2.160.0
 Release:        0
-%define cpan_name Test-Kit
-Summary:        Build custom test packages with only the features you want
+%define cpan_version 2.16
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/K/KA/KAORU/%{cpan_name}-%{version}.tar.gz
+Summary:        Build custom test packages with only the features you want
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/K/KA/KAORU/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Hook::LexWrap)
@@ -43,6 +42,8 @@
 Requires:       perl(Import::Into)
 Requires:       perl(Module::Runtime)
 Requires:       perl(Sub::Delete)
+Provides:       perl(Test::Kit) = 2.160.0
+%define         __perllib_provides /bin/true
 %{perl_requires}
 
 %description
@@ -57,11 +58,11 @@
 there is no danger that you forget to include it in a new test.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -72,7 +73,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Test-Kit-2.15.tar.gz -> Test-Kit-2.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/Changes new/Test-Kit-2.16/Changes
--- old/Test-Kit-2.15/Changes   2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/Changes   2023-07-25 19:02:53.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Test-Kit
 
+2.16    2023-07-25
+        - Add support for newer Perls and UNIVERSAL.pm 
(https://github.com/kaoru/Test-Kit2/pull/3)
+
 2.15    2016-06-06
         - Add back one Test-Simple 1.3 special case for strict/warnings
         - Remove Test::Aggregate tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/LICENSE new/Test-Kit-2.16/LICENSE
--- old/Test-Kit-2.15/LICENSE   2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/LICENSE   2023-07-25 19:02:53.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by Alex Balhatchet.
+This software is copyright (c) 2023 by Alex Balhatchet.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2014 by Alex Balhatchet.
+This software is Copyright (c) 2023 by Alex Balhatchet.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2014 by Alex Balhatchet.
+This software is Copyright (c) 2023 by Alex Balhatchet.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/MANIFEST new/Test-Kit-2.16/MANIFEST
--- old/Test-Kit-2.15/MANIFEST  2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/MANIFEST  2023-07-25 19:02:53.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.005.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 Changes
 LICENSE
 MANIFEST
@@ -31,6 +31,7 @@
 t/21-test-kit-with-strict.t
 t/22-test-kit-with-warnings.t
 t/23-use-multiple-kits-in-one-test.t
+t/24-universal-regression-test.t
 t/author-pod-syntax.t
 t/lib/MyTest/Basic.pm
 t/lib/MyTest/DataDumper.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/META.json new/Test-Kit-2.16/META.json
--- old/Test-Kit-2.15/META.json 2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/META.json 2023-07-25 19:02:53.000000000 +0200
@@ -4,7 +4,7 @@
       "Alex Balhatchet <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -58,6 +58,8 @@
          "web" : "http://github.com/kaoru/Test-Kit2";
       }
    },
-   "version" : "2.15"
+   "version" : "2.16",
+   "x_generated_by_perl" : "v5.26.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/META.yml new/Test-Kit-2.16/META.yml
--- old/Test-Kit-2.15/META.yml  2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/META.yml  2023-07-25 19:02:53.000000000 +0200
@@ -14,7 +14,7 @@
   ExtUtils::MakeMaker: '0'
   perl: '5.010'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,4 +31,6 @@
   perl: '5.010'
 resources:
   repository: git://github.com/kaoru/Test-Kit2.git
-version: '2.15'
+version: '2.16'
+x_generated_by_perl: v5.26.2
+x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/Makefile.PL 
new/Test-Kit-2.16/Makefile.PL
--- old/Test-Kit-2.15/Makefile.PL       2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/Makefile.PL       2023-07-25 19:02:53.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.005.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.012.
 use strict;
 use warnings;
 
@@ -33,7 +33,7 @@
     "Test::Pod" => 0,
     "Test::Warn" => 0
   },
-  "VERSION" => "2.15",
+  "VERSION" => "2.16",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/README new/Test-Kit-2.16/README
--- old/Test-Kit-2.15/README    2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/README    2023-07-25 19:02:53.000000000 +0200
@@ -1,15 +1,12 @@
-
-
 This archive contains the distribution Test-Kit,
-version 2.15:
+version 2.16:
 
   Build custom test packages with only the features you want
 
-This software is copyright (c) 2014 by Alex Balhatchet.
+This software is copyright (c) 2023 by Alex Balhatchet.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.005.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/dist.ini new/Test-Kit-2.16/dist.ini
--- old/Test-Kit-2.15/dist.ini  2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/dist.ini  2023-07-25 19:02:53.000000000 +0200
@@ -1,10 +1,10 @@
 name             = Test-Kit
-version          = 2.15
+version          = 2.16
 abstract         = Build custom test packages with only the features you want
 author           = Alex Balhatchet <[email protected]>
 license          = Perl_5
 copyright_holder = Alex Balhatchet
-copyright_year   = 2014
+copyright_year   = 2023
 
 [Prereqs / RuntimeRequires]
 Exporter = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/lib/Test/Kit.pm 
new/Test-Kit-2.16/lib/Test/Kit.pm
--- old/Test-Kit-2.15/lib/Test/Kit.pm   2016-06-06 01:46:28.000000000 +0200
+++ new/Test-Kit-2.16/lib/Test/Kit.pm   2023-07-25 19:02:53.000000000 +0200
@@ -1,5 +1,5 @@
 package Test::Kit;
-$Test::Kit::VERSION = '2.15';
+$Test::Kit::VERSION = '2.16';
 use strict;
 use warnings;
 
@@ -237,7 +237,9 @@
     my $class = shift;
     my $target = shift;
 
-    if ($target->can('import')) {
+    my $import = $target->can('import');
+    my $uniimport = UNIVERSAL->can('import');
+    if ($import && !($uniimport && $import == $uniimport)) {
         die "Package $target already has an import() sub";
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/t/24-universal-regression-test.t 
new/Test-Kit-2.16/t/24-universal-regression-test.t
--- old/Test-Kit-2.15/t/24-universal-regression-test.t  1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Kit-2.16/t/24-universal-regression-test.t  2023-07-25 
19:02:53.000000000 +0200
@@ -0,0 +1,12 @@
+use strict;
+use warnings;
+use lib 't/lib';
+
+# Ensure that loading UNIVERSAL doesn't break Test::Kit
+
+use UNIVERSAL;
+use MyTest::Simple;
+
+pass("pass() exists");
+
+done_testing();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/t/author-pod-syntax.t 
new/Test-Kit-2.16/t/author-pod-syntax.t
--- old/Test-Kit-2.15/t/author-pod-syntax.t     2016-06-06 01:46:28.000000000 
+0200
+++ new/Test-Kit-2.16/t/author-pod-syntax.t     2023-07-25 19:02:53.000000000 
+0200
@@ -2,8 +2,8 @@
 
 BEGIN {
   unless ($ENV{AUTHOR_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for testing by the author');
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
   }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Kit-2.15/t/release-cpan-changes.t 
new/Test-Kit-2.16/t/release-cpan-changes.t
--- old/Test-Kit-2.15/t/release-cpan-changes.t  2016-06-06 01:46:28.000000000 
+0200
+++ new/Test-Kit-2.16/t/release-cpan-changes.t  2023-07-25 19:02:53.000000000 
+0200
@@ -1,19 +1,18 @@
-#!perl
 
 BEGIN {
   unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
+    print qq{1..0 # SKIP these tests are for release candidate testing\n};
+    exit
   }
 }
 
-
 use strict;
 use warnings;
 
-use Test::More 0.96 tests => 2;
-use_ok('Test::CPAN::Changes');
+# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
+
+use Test::More 0.96 tests => 1;
+use Test::CPAN::Changes;
 subtest 'changes_ok' => sub {
     changes_file_ok('Changes');
 };
-done_testing();

Reply via email to