Hello community,
here is the log from the commit of package perl-Devel-FindPerl for
openSUSE:Factory checked in at 2018-11-12 09:40:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-FindPerl (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-FindPerl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-FindPerl"
Mon Nov 12 09:40:14 2018 rev:7 rq:647358 version:0.015
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-FindPerl/perl-Devel-FindPerl.changes
2015-06-17 16:16:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-FindPerl.new/perl-Devel-FindPerl.changes
2018-11-12 09:40:26.313273753 +0100
@@ -1,0 +2,9 @@
+Thu Nov 8 06:16:01 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 0.015
+ see /usr/share/doc/packages/perl-Devel-FindPerl/Changes
+
+ 0.015 2018-10-15 13:00:25+02:00 Europe/Amsterdam
+ Import splitpath before using it
+
+-------------------------------------------------------------------
Old:
----
Devel-FindPerl-0.014.tar.gz
New:
----
Devel-FindPerl-0.015.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-FindPerl.spec ++++++
--- /var/tmp/diff_new_pack.W0Riyq/_old 2018-11-12 09:40:26.689273214 +0100
+++ /var/tmp/diff_new_pack.W0Riyq/_new 2018-11-12 09:40:26.697273203 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-FindPerl
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,19 +12,19 @@
# 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-Devel-FindPerl
-Version: 0.014
+Version: 0.015
Release: 0
%define cpan_name Devel-FindPerl
Summary: Find the path to your perl
-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/Devel-FindPerl/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@@ -54,6 +54,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Devel-FindPerl-0.014.tar.gz -> Devel-FindPerl-0.015.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/Changes
new/Devel-FindPerl-0.015/Changes
--- old/Devel-FindPerl-0.014/Changes 2015-06-15 23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/Changes 2018-10-15 13:00:28.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Devel-FindPerl
+0.015 2018-10-15 13:00:25+02:00 Europe/Amsterdam
+ Import splitpath before using it
+
0.014 2015-06-15 23:53:25+02:00 Europe/Amsterdam
Properly quote exe_ext in regexp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/INSTALL
new/Devel-FindPerl-0.015/INSTALL
--- old/Devel-FindPerl-0.014/INSTALL 2015-06-15 23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/INSTALL 2018-10-15 13:00:28.000000000 +0200
@@ -1,4 +1,3 @@
-
This is the Perl distribution Devel-FindPerl.
Installing Devel-FindPerl is straightforward.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/MANIFEST
new/Devel-FindPerl-0.015/MANIFEST
--- old/Devel-FindPerl-0.014/MANIFEST 2015-06-15 23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/MANIFEST 2018-10-15 13:00:28.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.010.
Changes
INSTALL
LICENSE
@@ -12,5 +12,5 @@
t/10-basics.t
t/11-tainted.t
xt/author/00-compile.t
-xt/release/pod-coverage.t
-xt/release/pod-syntax.t
+xt/author/pod-coverage.t
+xt/author/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/META.json
new/Devel-FindPerl-0.015/META.json
--- old/Devel-FindPerl-0.014/META.json 2015-06-15 23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/META.json 2018-10-15 13:00:28.000000000 +0200
@@ -4,19 +4,20 @@
"Leon Timmermans <[email protected]>, Randy Sims
<[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version
2.143240",
+ "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version
2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Devel-FindPerl",
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "ExtUtils::MakeMaker" : "0",
+ "perl" : "5.006"
}
},
"develop" : {
@@ -27,7 +28,9 @@
"Pod::Coverage::TrustPod" : "0",
"Test::More" : "0",
"Test::Pod" : "1.41",
- "Test::Pod::Coverage" : "1.08"
+ "Test::Pod::Coverage" : "1.08",
+ "blib" : "1.01",
+ "perl" : "5.006"
}
},
"runtime" : {
@@ -49,14 +52,15 @@
},
"test" : {
"requires" : {
- "Test::More" : "0"
+ "Test::More" : "0",
+ "perl" : "5.006"
}
}
},
"provides" : {
"Devel::FindPerl" : {
"file" : "lib/Devel/FindPerl.pm",
- "version" : "0.014"
+ "version" : "0.015"
}
},
"release_status" : "stable",
@@ -71,10 +75,12 @@
"web" : "https://github.com/Leont/devel-findperl"
}
},
- "version" : "0.014",
+ "version" : "0.015",
"x_contributors" : [
"cm-perl <[email protected]>",
- "Leon Timmermans <[email protected]>"
- ]
+ "Leon Timmermans <[email protected]>",
+ "Tim Gim Yee <[email protected]>"
+ ],
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0215"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/META.yml
new/Devel-FindPerl-0.015/META.yml
--- old/Devel-FindPerl-0.014/META.yml 2015-06-15 23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/META.yml 2018-10-15 13:00:28.000000000 +0200
@@ -4,10 +4,12 @@
- 'Leon Timmermans <[email protected]>, Randy Sims
<[email protected]>'
build_requires:
Test::More: '0'
+ perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
+ perl: '5.006'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version
2.143240'
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version
2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,7 +18,7 @@
provides:
Devel::FindPerl:
file: lib/Devel/FindPerl.pm
- version: '0.014'
+ version: '0.015'
recommends:
ExtUtils::Config: '0.007'
requires:
@@ -33,7 +35,9 @@
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-FindPerl
repository: git://github.com/Leont/devel-findperl.git
-version: '0.014'
+version: '0.015'
x_contributors:
- 'cm-perl <[email protected]>'
- 'Leon Timmermans <[email protected]>'
+ - 'Tim Gim Yee <[email protected]>'
+x_serialization_backend: 'YAML::Tiny version 1.69'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/Makefile.PL
new/Devel-FindPerl-0.015/Makefile.PL
--- old/Devel-FindPerl-0.014/Makefile.PL 2015-06-15 23:53:45.000000000
+0200
+++ new/Devel-FindPerl-0.015/Makefile.PL 2018-10-15 13:00:28.000000000
+0200
@@ -1,5 +1,4 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.010.
use strict;
use warnings;
@@ -7,8 +6,6 @@
use ExtUtils::MakeMaker;
-
-
my %WriteMakefileArgs = (
"ABSTRACT" => "Find the path to your perl",
"AUTHOR" => "Leon Timmermans <leont\@cpan.org>, Randy Sims
<randys\@thepierianspring.org>",
@@ -16,7 +13,6 @@
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Devel-FindPerl",
- "EXE_FILES" => [],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Devel::FindPerl",
@@ -34,7 +30,7 @@
"TEST_REQUIRES" => {
"Test::More" => 0
},
- "VERSION" => "0.014",
+ "VERSION" => "0.015",
"test" => {
"TESTS" => "t/*.t"
}
@@ -45,7 +41,6 @@
"Carp" => 0,
"Cwd" => 0,
"Exporter" => "5.57",
- "ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Spec::Functions" => 0,
"IPC::Open2" => 0,
@@ -66,6 +61,3 @@
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/README
new/Devel-FindPerl-0.015/README
--- old/Devel-FindPerl-0.014/README 2015-06-15 23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/README 2018-10-15 13:00:28.000000000 +0200
@@ -1,7 +1,7 @@
This archive contains the distribution Devel-FindPerl,
-version 0.014:
+version 0.015:
Find the path to your perl
@@ -11,5 +11,5 @@
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v5.025.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.010.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/lib/Devel/FindPerl.pm
new/Devel-FindPerl-0.015/lib/Devel/FindPerl.pm
--- old/Devel-FindPerl-0.014/lib/Devel/FindPerl.pm 2015-06-15
23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/lib/Devel/FindPerl.pm 2018-10-15
13:00:28.000000000 +0200
@@ -1,5 +1,5 @@
package Devel::FindPerl;
-$Devel::FindPerl::VERSION = '0.014';
+$Devel::FindPerl::VERSION = '0.015';
use strict;
use warnings;
@@ -11,7 +11,7 @@
use Config;
use Cwd q/realpath/;
use File::Basename qw/basename dirname/;
-use File::Spec::Functions qw/catfile catdir rel2abs file_name_is_absolute
updir curdir path/;
+use File::Spec::Functions qw/catfile catdir rel2abs file_name_is_absolute
updir curdir path splitpath/;
use Scalar::Util 'tainted';
use IPC::Open2 qw/open2/;
@@ -145,7 +145,7 @@
=head1 VERSION
-version 0.014
+version 0.015
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/xt/author/00-compile.t
new/Devel-FindPerl-0.015/xt/author/00-compile.t
--- old/Devel-FindPerl-0.014/xt/author/00-compile.t 2015-06-15
23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/xt/author/00-compile.t 2018-10-15
13:00:28.000000000 +0200
@@ -2,11 +2,11 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
use Test::More;
-plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+plan tests => 2;
my @module_files = (
'Devel/FindPerl.pm'
@@ -36,6 +36,9 @@
waitpid($pid, 0);
is($?, 0, "$lib loaded ok");
+ shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
+ and not eval { require blib; blib->VERSION('1.01') };
+
if (@_warnings)
{
warn @_warnings;
@@ -46,6 +49,6 @@
is(scalar(@warnings), 0, 'no warnings found')
- or diag 'got warnings: ', ( Test::More->can('explain') ?
Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if
$ENV{AUTHOR_TESTING};
+ or diag 'got warnings: ', ( Test::More->can('explain') ?
Test::More::explain(\@warnings) : join("\n", '', @warnings) );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/xt/author/pod-coverage.t
new/Devel-FindPerl-0.015/xt/author/pod-coverage.t
--- old/Devel-FindPerl-0.014/xt/author/pod-coverage.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Devel-FindPerl-0.015/xt/author/pod-coverage.t 2018-10-15
13:00:28.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by
Dist::Zilla::Plugin::PodCoverageTests.
+
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/xt/author/pod-syntax.t
new/Devel-FindPerl-0.015/xt/author/pod-syntax.t
--- old/Devel-FindPerl-0.014/xt/author/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Devel-FindPerl-0.015/xt/author/pod-syntax.t 2018-10-15
13:00:28.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/xt/release/pod-coverage.t
new/Devel-FindPerl-0.015/xt/release/pod-coverage.t
--- old/Devel-FindPerl-0.014/xt/release/pod-coverage.t 2015-06-15
23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/xt/release/pod-coverage.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-#!perl
-# This file was automatically generated by
Dist::Zilla::Plugin::PodCoverageTests.
-
-use Test::Pod::Coverage 1.08;
-use Pod::Coverage::TrustPod;
-
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.014/xt/release/pod-syntax.t
new/Devel-FindPerl-0.015/xt/release/pod-syntax.t
--- old/Devel-FindPerl-0.014/xt/release/pod-syntax.t 2015-06-15
23:53:45.000000000 +0200
+++ new/Devel-FindPerl-0.015/xt/release/pod-syntax.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();