Hello community,

here is the log from the commit of package perl-Importer for openSUSE:Factory 
checked in at 2020-09-01 20:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Importer (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Importer.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Importer"

Tue Sep  1 20:01:13 2020 rev:3 rq:828472 version:0.026

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Importer/perl-Importer.changes      
2018-02-21 14:06:34.948751650 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Importer.new.3399/perl-Importer.changes    
2020-09-01 20:01:16.860421597 +0200
@@ -1,0 +2,10 @@
+Mon Aug 17 03:09:07 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.026
+   see /usr/share/doc/packages/perl-Importer/Changes
+
+  0.026     2020-08-16 14:24:02-07:00 America/Los_Angeles
+
+      - Work with strict on by default
+
+-------------------------------------------------------------------

Old:
----
  Importer-0.025.tar.gz

New:
----
  Importer-0.026.tar.gz

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

Other differences:
------------------
++++++ perl-Importer.spec ++++++
--- /var/tmp/diff_new_pack.VjLJP1/_old  2020-09-01 20:01:17.912422089 +0200
+++ /var/tmp/diff_new_pack.VjLJP1/_new  2020-09-01 20:01:17.916422091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Importer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # 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-Importer
-Version:        0.025
+Version:        0.026
 Release:        0
 %define cpan_name Importer
 Summary:        Alternative but compatible interface to modules that export 
symbols
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Importer/
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -45,11 +45,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

++++++ Importer-0.025.tar.gz -> Importer-0.026.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/Changes new/Importer-0.026/Changes
--- old/Importer-0.025/Changes  2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/Changes  2020-08-16 23:24:02.000000000 +0200
@@ -1,3 +1,7 @@
+0.026     2020-08-16 14:24:02-07:00 America/Los_Angeles
+
+    - Work with strict on by default
+
 0.025     2018-02-18 12:42:37-08:00 America/Los_Angeles
 
     - Minor cperl fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/LICENSE new/Importer-0.026/LICENSE
--- old/Importer-0.025/LICENSE  2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/LICENSE  2020-08-16 23:24:02.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2018 by Chad Granum.
+This software is copyright (c) 2020 by Chad Granum.
 
 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) 2018 by Chad Granum.
+This software is Copyright (c) 2020 by Chad Granum.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2018 by Chad Granum.
+This software is Copyright (c) 2020 by Chad Granum.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/MANIFEST new/Importer-0.026/MANIFEST
--- old/Importer-0.025/MANIFEST 2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/MANIFEST 2020-08-16 23:24:02.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/META.json new/Importer-0.026/META.json
--- old/Importer-0.025/META.json        2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/META.json        2020-08-16 23:24:02.000000000 +0200
@@ -4,7 +4,7 @@
       "Chad Granum <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -45,7 +45,9 @@
          "url" : "http://github.com/exodist/Importer/";
       }
    },
-   "version" : "0.025",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.00"
+   "version" : "0.026",
+   "x_generated_by_perl" : "v5.30.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/META.yml new/Importer-0.026/META.yml
--- old/Importer-0.025/META.yml 2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/META.yml 2020-08-16 23:24:02.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,5 +18,7 @@
 resources:
   bugtracker: http://github.com/exodist/Importer/issues
   repository: http://github.com/exodist/Importer/
-version: '0.025'
-x_serialization_backend: 'YAML::Tiny version 1.70'
+version: '0.026'
+x_generated_by_perl: v5.30.2
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/Makefile.PL 
new/Importer-0.026/Makefile.PL
--- old/Importer-0.025/Makefile.PL      2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/Makefile.PL      2020-08-16 23:24:02.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.015.
 use strict;
 use warnings;
 
@@ -20,7 +20,7 @@
   "TEST_REQUIRES" => {
     "Test::More" => "0.98"
   },
-  "VERSION" => "0.025",
+  "VERSION" => "0.026",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/cpanfile new/Importer-0.026/cpanfile
--- old/Importer-0.025/cpanfile 2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/cpanfile 2020-08-16 23:24:02.000000000 +0200
@@ -1,3 +1,6 @@
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.015
+# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
+
 requires "perl" => "5.008001";
 
 on 'test' => sub {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Importer-0.025/lib/Importer.pm 
new/Importer-0.026/lib/Importer.pm
--- old/Importer-0.025/lib/Importer.pm  2018-02-18 21:42:38.000000000 +0100
+++ new/Importer-0.026/lib/Importer.pm  2020-08-16 23:24:02.000000000 +0200
@@ -1,8 +1,8 @@
 package Importer;
-use strict qw/vars subs/; # Not refs!
+use strict; no strict 'refs';
 use warnings; no warnings 'once';
 
-our $VERSION = '0.025';
+our $VERSION = '0.026';
 
 my %SIG_TO_SLOT = (
     '&' => 'CODE',


Reply via email to