Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Devel-FindPerl for
openSUSE:Factory checked in at 2022-07-05 12:09:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-FindPerl (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-FindPerl.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-FindPerl"
Tue Jul 5 12:09:27 2022 rev:8 rq:986681 version:0.016
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-FindPerl/perl-Devel-FindPerl.changes
2018-11-12 09:40:26.313273753 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Devel-FindPerl.new.1548/perl-Devel-FindPerl.changes
2022-07-05 12:09:59.728601134 +0200
@@ -1,0 +2,9 @@
+Sat Jul 2 03:06:03 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.016
+ see /usr/share/doc/packages/perl-Devel-FindPerl/Changes
+
+ 0.016 2022-07-01 12:37:45+02:00 Europe/Amsterdam
+ Delete %ENV entries after localizing them to bypass taint
+
+-------------------------------------------------------------------
Old:
----
Devel-FindPerl-0.015.tar.gz
New:
----
Devel-FindPerl-0.016.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-FindPerl.spec ++++++
--- /var/tmp/diff_new_pack.oj0FmS/_old 2022-07-05 12:10:00.180601784 +0200
+++ /var/tmp/diff_new_pack.oj0FmS/_new 2022-07-05 12:10:00.184601790 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-FindPerl
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name Devel-FindPerl
Name: perl-Devel-FindPerl
-Version: 0.015
+Version: 0.016
Release: 0
-%define cpan_name Devel-FindPerl
-Summary: Find the path to your perl
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+Summary: Find the path to your perl
+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
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(ExtUtils::Config) >= 0.007
@@ -38,14 +36,14 @@
(optionally) exports the following functions:
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -53,7 +51,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
++++++ Devel-FindPerl-0.015.tar.gz -> Devel-FindPerl-0.016.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/Changes
new/Devel-FindPerl-0.016/Changes
--- old/Devel-FindPerl-0.015/Changes 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/Changes 2022-07-01 12:37:47.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Devel-FindPerl
+0.016 2022-07-01 12:37:45+02:00 Europe/Amsterdam
+ Delete %ENV entries after localizing them to bypass taint
+
0.015 2018-10-15 13:00:25+02:00 Europe/Amsterdam
Import splitpath before using it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/INSTALL
new/Devel-FindPerl-0.016/INSTALL
--- old/Devel-FindPerl-0.015/INSTALL 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/INSTALL 2022-07-01 12:37:47.000000000 +0200
@@ -8,10 +8,10 @@
% cpanm Devel::FindPerl
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
- % cpanm -S Devel::FindPerl
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
## Installing with the CPAN shell
@@ -21,8 +21,11 @@
## Manual installation
-As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/Devel::FindPerl
+
+Untar the tarball, install configure prerequisites (see below), then build it:
% perl Makefile.PL
% make && make test
@@ -31,13 +34,42 @@
% make install
-If you are installing into a system-wide directory, you may need to run:
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed
manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json`
generated
+by running the manual build process described above.
+
+## Configure Prerequisites
- % sudo make install
+This distribution requires other modules to be installed before this
+distribution's installer can be run. They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
## Documentation
Devel-FindPerl documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
% perldoc Devel::FindPerl
+
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/LICENSE
new/Devel-FindPerl-0.016/LICENSE
--- old/Devel-FindPerl-0.015/LICENSE 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/LICENSE 2022-07-01 12:37:47.000000000 +0200
@@ -292,21 +292,21 @@
- "Package" refers to the collection of files distributed by the Copyright
Holder, and derivatives of that collection of files created through
- textual modification.
+ textual modification.
- "Standard Version" refers to such a Package if it has not been modified,
or has been modified in accordance with the wishes of the Copyright
- Holder.
+ Holder.
- "Copyright Holder" is whoever is named in the copyright or copyrights for
- the package.
+ the package.
- "You" is you, if you're thinking about copying or distributing this
Package.
- "Reasonable copying fee" is whatever you can justify on the basis of media
cost, duplication charges, time of people involved, and so on. (You will
not be required to justify it to the Copyright Holder, but only to the
- computing community at large as a market that must bear the fee.)
+ computing community at large as a market that must bear the fee.)
- "Freely Available" means that no fee is charged for the item itself, though
there may be fees involved in handling the item. It also means that
recipients of the item may redistribute it under the same conditions they
- received it.
+ received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
The End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/MANIFEST
new/Devel-FindPerl-0.016/MANIFEST
--- old/Devel-FindPerl-0.015/MANIFEST 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/MANIFEST 2022-07-01 12:37:47.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.025.
Changes
INSTALL
LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/META.json
new/Devel-FindPerl-0.016/META.json
--- old/Devel-FindPerl-0.015/META.json 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/META.json 2022-07-01 12:37:47.000000000 +0200
@@ -4,7 +4,7 @@
"Leon Timmermans <[email protected]>, Randy Sims
<[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version
2.150005",
+ "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -29,7 +29,6 @@
"Test::More" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
- "blib" : "1.01",
"perl" : "5.006"
}
},
@@ -60,7 +59,7 @@
"provides" : {
"Devel::FindPerl" : {
"file" : "lib/Devel/FindPerl.pm",
- "version" : "0.015"
+ "version" : "0.016"
}
},
"release_status" : "stable",
@@ -75,12 +74,15 @@
"web" : "https://github.com/Leont/devel-findperl"
}
},
- "version" : "0.015",
+ "version" : "0.016",
"x_contributors" : [
"cm-perl <[email protected]>",
+ "Graham Knop <[email protected]>",
"Leon Timmermans <[email protected]>",
"Tim Gim Yee <[email protected]>"
],
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0215"
+ "x_generated_by_perl" : "v5.36.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/META.yml
new/Devel-FindPerl-0.016/META.yml
--- old/Devel-FindPerl-0.015/META.yml 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/META.yml 2022-07-01 12:37:47.000000000 +0200
@@ -9,7 +9,7 @@
ExtUtils::MakeMaker: '0'
perl: '5.006'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version
2.150005'
+generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +18,7 @@
provides:
Devel::FindPerl:
file: lib/Devel/FindPerl.pm
- version: '0.015'
+ version: '0.016'
recommends:
ExtUtils::Config: '0.007'
requires:
@@ -35,9 +35,12 @@
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-FindPerl
repository: git://github.com/Leont/devel-findperl.git
-version: '0.015'
+version: '0.016'
x_contributors:
- 'cm-perl <[email protected]>'
+ - 'Graham Knop <[email protected]>'
- 'Leon Timmermans <[email protected]>'
- 'Tim Gim Yee <[email protected]>'
-x_serialization_backend: 'YAML::Tiny version 1.69'
+x_generated_by_perl: v5.36.0
+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/Devel-FindPerl-0.015/Makefile.PL
new/Devel-FindPerl-0.016/Makefile.PL
--- old/Devel-FindPerl-0.015/Makefile.PL 2018-10-15 13:00:28.000000000
+0200
+++ new/Devel-FindPerl-0.016/Makefile.PL 2022-07-01 12:37:47.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.025.
use strict;
use warnings;
@@ -30,7 +30,7 @@
"TEST_REQUIRES" => {
"Test::More" => 0
},
- "VERSION" => "0.015",
+ "VERSION" => "0.016",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/README
new/Devel-FindPerl-0.016/README
--- old/Devel-FindPerl-0.015/README 2018-10-15 13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/README 2022-07-01 12:37:47.000000000 +0200
@@ -1,7 +1,5 @@
-
-
This archive contains the distribution Devel-FindPerl,
-version 0.015:
+version 0.016:
Find the path to your perl
@@ -11,5 +9,4 @@
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v6.010.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.025.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/lib/Devel/FindPerl.pm
new/Devel-FindPerl-0.016/lib/Devel/FindPerl.pm
--- old/Devel-FindPerl-0.015/lib/Devel/FindPerl.pm 2018-10-15
13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/lib/Devel/FindPerl.pm 2022-07-01
12:37:47.000000000 +0200
@@ -1,5 +1,5 @@
package Devel::FindPerl;
-$Devel::FindPerl::VERSION = '0.015';
+$Devel::FindPerl::VERSION = '0.016';
use strict;
use warnings;
@@ -117,6 +117,7 @@
my (@command) = @_;
local @ENV{qw/PATH IFS CDPATH ENV BASH_ENV/};
+ delete @ENV{qw/PATH IFS CDPATH ENV BASH_ENV/};
my $pid = open2(my($in, $out), @command);
binmode $in, ':crlf' if $^O eq 'MSWin32';
my $ret = do { local $/; <$in> };
@@ -145,7 +146,7 @@
=head1 VERSION
-version 0.015
+version 0.016
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-FindPerl-0.015/xt/author/00-compile.t
new/Devel-FindPerl-0.016/xt/author/00-compile.t
--- old/Devel-FindPerl-0.015/xt/author/00-compile.t 2018-10-15
13:00:28.000000000 +0200
+++ new/Devel-FindPerl-0.016/xt/author/00-compile.t 2022-07-01
12:37:47.000000000 +0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
use Test::More;
@@ -16,7 +16,9 @@
# no fake home requested
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+my @switches = (
+ -d 'blib' ? '-Mblib' : '-Ilib',
+);
use File::Spec;
use IPC::Open3;
@@ -30,14 +32,18 @@
# see L<perlfaq8/How can I capture STDERR from an external command?>
my $stderr = IO::Handle->new;
- my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e',
"require q[$lib]");
+ diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} .
$str . q{'} }
+ $^X, @switches, '-e', "require q[$lib]"))
+ if $ENV{PERL_COMPILE_TEST_DEBUG};
+
+ my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e',
"require q[$lib]");
binmode $stderr, ':crlf' if $^O eq 'MSWin32';
my @_warnings = <$stderr>;
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') };
+ and not eval { +require blib; blib->VERSION('1.01') };
if (@_warnings)
{