Hello community, here is the log from the commit of package perl-Clone for openSUSE:Factory checked in at 2017-04-12 17:35:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Clone (Old) and /work/SRC/openSUSE:Factory/.perl-Clone.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Clone" Wed Apr 12 17:35:53 2017 rev:27 rq:486674 version:0.39 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes 2015-04-25 21:16:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes 2017-04-12 18:16:32.659173685 +0200 @@ -1,0 +2,10 @@ +Sat Apr 8 05:16:16 UTC 2017 - [email protected] + +- updated to 0.39 + see /usr/share/doc/packages/perl-Clone/Changes + + 0.39 2017-04-07 13:06:00 garu + - use explicit '.' in tests since it may not be in @INC + anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP) + +------------------------------------------------------------------- Old: ---- Clone-0.38.tar.gz New: ---- Clone-0.39.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Clone.spec ++++++ --- /var/tmp/diff_new_pack.0r7tlI/_old 2017-04-12 18:16:33.167101861 +0200 +++ /var/tmp/diff_new_pack.0r7tlI/_new 2017-04-12 18:16:33.171101295 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Clone # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: perl-Clone -Version: 0.38 +Version: 0.39 Release: 0 %define cpan_name Clone Summary: Recursively Copy Perl Datatypes License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Clone/ -Source0: http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -47,7 +47,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++++++ Clone-0.38.tar.gz -> Clone-0.39.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/Changes new/Clone-0.39/Changes --- old/Clone-0.38/Changes 2015-01-18 22:34:32.000000000 +0100 +++ new/Clone-0.39/Changes 2017-04-07 13:11:24.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl module Clone +0.39 2017-04-07 13:06:00 garu + - use explicit '.' in tests since it may not be in @INC + anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP) + 0.38 2015-01-18 19:27:41 garu - typo fixes and improvements to the README (zmughal) - travis/coveralls integration (zmughal) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/Clone.pm new/Clone-0.39/Clone.pm --- old/Clone-0.38/Clone.pm 2015-01-18 22:34:00.000000000 +0100 +++ new/Clone-0.39/Clone.pm 2017-04-07 13:11:56.000000000 +0200 @@ -11,7 +11,7 @@ @EXPORT = qw(); @EXPORT_OK = qw( clone ); -$VERSION = '0.38'; +$VERSION = '0.39'; bootstrap Clone $VERSION; @@ -81,7 +81,7 @@ =head1 COPYRIGHT -Copyright 2001-2015 Ray Finch. All Rights Reserved. +Copyright 2001-2017 Ray Finch. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/META.json new/Clone-0.39/META.json --- old/Clone-0.38/META.json 2015-01-18 22:36:01.000000000 +0100 +++ new/Clone-0.39/META.json 2017-04-07 13:22:02.000000000 +0200 @@ -4,7 +4,7 @@ "Ray Finch <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.142690", + "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -46,5 +46,6 @@ "url" : "http://github.com/garu/Clone" } }, - "version" : "0.38" + "version" : "0.39", + "x_serialization_backend" : "JSON::PP version 2.27300_01" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/META.yml new/Clone-0.39/META.yml --- old/Clone-0.38/META.yml 2015-01-18 22:36:01.000000000 +0100 +++ new/Clone-0.39/META.yml 2017-04-07 13:22:01.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 2.142690' +generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,4 +22,5 @@ bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Clone license: http://dev.perl.org/licenses/ repository: http://github.com/garu/Clone -version: '0.38' +version: '0.39' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/README new/Clone-0.39/README --- old/Clone-0.38/README 2015-01-18 22:32:56.000000000 +0100 +++ new/Clone-0.39/README 2017-04-07 13:12:29.000000000 +0200 @@ -63,7 +63,7 @@ COPYRIGHT --------- -Copyright 2001-2015 Ray Finch. All Rights Reserved. +Copyright 2001-2017 Ray Finch. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/t/04tie.t new/Clone-0.39/t/04tie.t --- old/Clone-0.38/t/04tie.t 2014-05-10 15:33:02.000000000 +0200 +++ new/Clone-0.39/t/04tie.t 2017-04-07 12:44:01.000000000 +0200 @@ -17,8 +17,8 @@ my $test = 2; -require 't/dump.pl'; -require 't/tied.pl'; +require './t/dump.pl'; +require './t/tied.pl'; my ($a, @a, %a); tie $a, TIED_SCALAR; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/t/dclone.t new/Clone-0.39/t/dclone.t --- old/Clone-0.38/t/dclone.t 2014-05-10 15:33:02.000000000 +0200 +++ new/Clone-0.39/t/dclone.t 2017-04-07 12:44:01.000000000 +0200 @@ -55,7 +55,7 @@ # Baseline for first beta release. # -require 't/dump.pl'; +require './t/dump.pl'; # use Storable qw(dclone); use Clone qw(clone); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Clone-0.38/t/tied.pl new/Clone-0.39/t/tied.pl --- old/Clone-0.38/t/tied.pl 2014-05-10 15:33:02.000000000 +0200 +++ new/Clone-0.39/t/tied.pl 2017-04-07 12:44:01.000000000 +0200 @@ -50,7 +50,7 @@ # Baseline for first beta release. # -require 't/dump.pl'; +require './t/dump.pl'; package TIED_HASH;
