Hello community,
here is the log from the commit of package perl-Module-Load-Conditional for
openSUSE:Factory checked in at 2020-07-01 18:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Load-Conditional (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Load-Conditional.new.3060
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Load-Conditional"
Wed Jul 1 18:22:10 2020 rev:3 rq:817799 version:0.72
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-Load-Conditional/perl-Module-Load-Conditional.changes
2019-11-17 19:21:22.638911284 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Module-Load-Conditional.new.3060/perl-Module-Load-Conditional.changes
2020-07-01 18:22:12.921861299 +0200
@@ -1,0 +2,10 @@
+Fri Jun 26 03:10:47 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.72
+ see /usr/share/doc/packages/perl-Module-Load-Conditional/CHANGES
+
+ 0.72 Thu 25 Jun 08:21:16 BST 2020
+
+ * Avoid using indirect calls
+
+-------------------------------------------------------------------
Old:
----
Module-Load-Conditional-0.70.tar.gz
New:
----
Module-Load-Conditional-0.72.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Load-Conditional.spec ++++++
--- /var/tmp/diff_new_pack.yAIo1R/_old 2020-07-01 18:22:13.625863471 +0200
+++ /var/tmp/diff_new_pack.yAIo1R/_new 2020-07-01 18:22:13.625863471 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Load-Conditional
#
-# Copyright (c) 2019 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
@@ -17,13 +17,13 @@
Name: perl-Module-Load-Conditional
-Version: 0.70
+Version: 0.72
Release: 0
%define cpan_name Module-Load-Conditional
Summary: Looking up module information / loading at runtime
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
++++++ Module-Load-Conditional-0.70.tar.gz ->
Module-Load-Conditional-0.72.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Load-Conditional-0.70/CHANGES
new/Module-Load-Conditional-0.72/CHANGES
--- old/Module-Load-Conditional-0.70/CHANGES 2019-11-10 15:35:43.000000000
+0100
+++ new/Module-Load-Conditional-0.72/CHANGES 2020-06-25 09:21:35.000000000
+0200
@@ -1,3 +1,7 @@
+0.72 Thu 25 Jun 08:21:16 BST 2020
+
+* Avoid using indirect calls
+
0.70 Sun Nov 10 14:28:41 GMT 2019
* Protect ourselves from Module::Metadata parsing problems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Load-Conditional-0.70/META.json
new/Module-Load-Conditional-0.72/META.json
--- old/Module-Load-Conditional-0.70/META.json 2019-11-10 15:36:38.000000000
+0100
+++ new/Module-Load-Conditional-0.72/META.json 2020-06-25 09:22:19.000000000
+0200
@@ -4,7 +4,7 @@
"Jos Boumans <kane[at]cpan.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -47,6 +47,6 @@
"url" : "https://github.com/jib/module-load-conditional"
}
},
- "version" : "0.70",
+ "version" : "0.72",
"x_serialization_backend" : "JSON::PP version 4.04"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Load-Conditional-0.70/META.yml
new/Module-Load-Conditional-0.72/META.yml
--- old/Module-Load-Conditional-0.70/META.yml 2019-11-10 15:36:38.000000000
+0100
+++ new/Module-Load-Conditional-0.72/META.yml 2020-06-25 09:22:18.000000000
+0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,5 +26,5 @@
version: '0.69'
resources:
repository: https://github.com/jib/module-load-conditional
-version: '0.70'
+version: '0.72'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Module-Load-Conditional-0.70/lib/Module/Load/Conditional.pm
new/Module-Load-Conditional-0.72/lib/Module/Load/Conditional.pm
--- old/Module-Load-Conditional-0.70/lib/Module/Load/Conditional.pm
2019-11-10 15:36:01.000000000 +0100
+++ new/Module-Load-Conditional-0.72/lib/Module/Load/Conditional.pm
2020-06-25 09:20:50.000000000 +0200
@@ -22,7 +22,7 @@
$FIND_VERSION $ERROR $CHECK_INC_HASH $FORCE_SAFE_INC ];
use Exporter;
@ISA = qw[Exporter];
- $VERSION = '0.70';
+ $VERSION = '0.72';
$VERBOSE = 0;
$DEPRECATED = 0;
$FIND_VERSION = 1;
@@ -238,7 +238,7 @@
$filename = File::Spec->catfile($dir, $file);
next unless -e $filename;
- $fh = new FileHandle;
+ $fh = FileHandle->new();
if (!$fh->open($filename)) {
warn loc(q[Cannot open file '%1': %2], $file, $!)
if $args->{verbose};
@@ -320,6 +320,7 @@
require Module::CoreList;
require Config;
+ no warnings 'once';
$href->{uptodate} = 0 if
exists $Module::CoreList::version{ 0+$] }{ $args->{module} } and
Module::CoreList::is_deprecated( $args->{module} ) and