Hello community,

here is the log from the commit of package perl-Clone-PP for openSUSE:Factory 
checked in at 2020-10-21 14:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Clone-PP (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Clone-PP.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Clone-PP"

Wed Oct 21 14:44:22 2020 rev:14 rq:843170 version:1.08

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Clone-PP/perl-Clone-PP.changes      
2017-04-20 20:52:30.542737315 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone-PP.new.3486/perl-Clone-PP.changes    
2020-10-21 14:44:26.193787893 +0200
@@ -1,0 +2,10 @@
+Wed Oct 21 03:09:29 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 1.08
+   see /usr/share/doc/packages/perl-Clone-PP/Changes
+
+  1.08 2020-10-20 NEILB
+      - Changed "sub main'dump" to "sub main::dump" in t/dump.pl, as that
+        meant this distribution wouldn't build under cperl. RT#125171
+
+-------------------------------------------------------------------

Old:
----
  Clone-PP-1.07.tar.gz

New:
----
  Clone-PP-1.08.tar.gz

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

Other differences:
------------------
++++++ perl-Clone-PP.spec ++++++
--- /var/tmp/diff_new_pack.C70rpJ/_old  2020-10-21 14:44:27.121788259 +0200
+++ /var/tmp/diff_new_pack.C70rpJ/_new  2020-10-21 14:44:27.125788261 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone-PP
 #
-# Copyright (c) 2017 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-Clone-PP
-Version:        1.07
+Version:        1.08
 Release:        0
 %define cpan_name Clone-PP
 Summary:        Recursively copy Perl datatypes
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Clone-PP/
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -60,11 +60,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

++++++ Clone-PP-1.07.tar.gz -> Clone-PP-1.08.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.07/Changes new/Clone-PP-1.08/Changes
--- old/Clone-PP-1.07/Changes   2017-04-10 22:02:28.000000000 +0200
+++ new/Clone-PP-1.08/Changes   2020-10-20 12:48:25.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Clone::PP
 
+1.08 2020-10-20 NEILB
+    - Changed "sub main'dump" to "sub main::dump" in t/dump.pl, as that
+      meant this distribution wouldn't build under cperl. RT#125171
+
 1.07 2017-04-10 NEILB
     - Update tests to cope with '.' not being in @INC, part of Perl 5.26.
       Thanks to Jim Keenan for the PR which fixed this.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.07/META.json new/Clone-PP-1.08/META.json
--- old/Clone-PP-1.07/META.json 2017-04-10 22:03:16.000000000 +0200
+++ new/Clone-PP-1.08/META.json 2020-10-20 12:50:25.000000000 +0200
@@ -4,13 +4,13 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Clone-PP",
    "no_index" : {
@@ -55,6 +55,6 @@
          "web" : "https://github.com/neilbowers/Clone-PP";
       }
    },
-   "version" : "1.07",
-   "x_serialization_backend" : "JSON::PP version 2.27203"
+   "version" : 1.08,
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.07/META.yml new/Clone-PP-1.08/META.yml
--- old/Clone-PP-1.07/META.yml  2017-04-10 22:03:16.000000000 +0200
+++ new/Clone-PP-1.08/META.yml  2020-10-20 12:50:25.000000000 +0200
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,5 +28,5 @@
   warnings: '0'
 resources:
   repository: git://github.com/neilbowers/Clone-PP.git
-version: '1.07'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: 1.08
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.07/lib/Clone/PP.pm 
new/Clone-PP-1.08/lib/Clone/PP.pm
--- old/Clone-PP-1.07/lib/Clone/PP.pm   2017-04-10 22:01:14.000000000 +0200
+++ new/Clone-PP-1.08/lib/Clone/PP.pm   2020-10-20 12:49:12.000000000 +0200
@@ -6,7 +6,7 @@
 use vars qw($VERSION @EXPORT_OK);
 use Exporter;
 
-$VERSION = 1.07;
+$VERSION = 1.08;
 
 @EXPORT_OK = qw( clone );
 sub import { goto &Exporter::import } # lazy Exporter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.07/t/dump.pl new/Clone-PP-1.08/t/dump.pl
--- old/Clone-PP-1.07/t/dump.pl 2014-07-18 23:20:18.000000000 +0200
+++ new/Clone-PP-1.08/t/dump.pl 2020-10-20 12:47:02.000000000 +0200
@@ -27,7 +27,7 @@
 );
 
 # Given an object, dump its transitive data closure
-sub main'dump {
+sub main::dump {
        my ($object) = @_;
        croak "Not a reference!" unless ref($object);
        local %dumped;


Reply via email to