Hello community,
here is the log from the commit of package perl-Module-ScanDeps for
openSUSE:Factory checked in at 2017-07-21 22:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-ScanDeps"
Fri Jul 21 22:47:23 2017 rev:21 rq:509397 version:1.24
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes
2016-11-18 22:02:43.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes
2017-07-21 22:47:29.856823301 +0200
@@ -1,0 +2,14 @@
+Sun Jul 2 05:49:19 UTC 2017 - [email protected]
+
+- updated to 1.24
+ see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
+
+ 1.24 2017-06-28
+
+ - Merge pull request from Salvador Fandiño (salva), thx!
+ Specio::PartialDump uses unicore
+
+ - Fix RT#119737: Problems with detecting DateTime::Format::Natural
dependencies
+ ... by adding a %Preload rule
+
+-------------------------------------------------------------------
Old:
----
Module-ScanDeps-1.23.tar.gz
New:
----
Module-ScanDeps-1.24.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-ScanDeps.spec ++++++
--- /var/tmp/diff_new_pack.8wq2EP/_old 2017-07-21 22:47:31.456597632 +0200
+++ /var/tmp/diff_new_pack.8wq2EP/_new 2017-07-21 22:47:31.456597632 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-ScanDeps
#
-# Copyright (c) 2016 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-Module-ScanDeps
-Version: 1.23
+Version: 1.24
Release: 0
%define cpan_name Module-ScanDeps
Summary: Recursively scan Perl code for dependencies
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-ScanDeps/
-Source0:
http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -81,6 +81,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc AUTHORS Changes LICENSE README
+%doc AUTHORS Changes README
+%license LICENSE
%changelog
++++++ Module-ScanDeps-1.23.tar.gz -> Module-ScanDeps-1.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-ScanDeps-1.23/Changes
new/Module-ScanDeps-1.24/Changes
--- old/Module-ScanDeps-1.23/Changes 2016-11-16 20:43:06.000000000 +0100
+++ new/Module-ScanDeps-1.24/Changes 2017-06-28 19:08:23.000000000 +0200
@@ -1,3 +1,11 @@
+1.24 2017-06-28
+
+- Merge pull request from Salvador Fandiño (salva), thx!
+ Specio::PartialDump uses unicore
+
+- Fix RT#119737: Problems with detecting DateTime::Format::Natural dependencies
+ ... by adding a %Preload rule
+
1.23 2016-11-16
- add %Preload rules for List::SomeUtils and Pod::Simple::Transcode
@@ -40,8 +48,8 @@
- A line of "use utf8;" just means "this file is encoded in UTF-8"
and should _not_ result in scanning utf8.pm which will pull in
the whole Unicode shebang (propery tables and what not).
- Yes, utf8.pm _doesn contain "require utf8_heavy.pl", but only inside
- an AUTOLOAD() that is _not_ triggered by calling functions
+ Yes, utf8.pm *does* contain "require utf8_heavy.pl", but only inside
+ an AUTOLOAD() that is *not* triggered by calling functions
like utf8::is_utf8().
- OTOH the innocently looking one-liner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-ScanDeps-1.23/META.json
new/Module-ScanDeps-1.24/META.json
--- old/Module-ScanDeps-1.23/META.json 2016-11-16 20:44:58.000000000 +0100
+++ new/Module-ScanDeps-1.24/META.json 2017-06-28 19:09:15.000000000 +0200
@@ -4,7 +4,7 @@
"Audrey Tang <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter
version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -58,8 +58,9 @@
"type" : "git",
"url" : "git://github.com/rschupp/Module-ScanDeps.git",
"web" : "https://github.com/rschupp/Module-ScanDeps"
- }
+ },
+ "x_MailingList" : "[email protected]"
},
- "version" : "1.23",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "1.24",
+ "x_serialization_backend" : "JSON::PP version 2.27300_01"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-ScanDeps-1.23/META.yml
new/Module-ScanDeps-1.24/META.yml
--- old/Module-ScanDeps-1.23/META.yml 2016-11-16 20:44:58.000000000 +0100
+++ new/Module-ScanDeps-1.24/META.yml 2017-06-28 19:09:15.000000000 +0200
@@ -9,7 +9,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter
version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,6 +31,7 @@
perl: '5.008001'
version: '0'
resources:
+ MailingList: [email protected]
repository: git://github.com/rschupp/Module-ScanDeps.git
-version: '1.23'
+version: '1.24'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-ScanDeps-1.23/Makefile.PL
new/Module-ScanDeps-1.24/Makefile.PL
--- old/Module-ScanDeps-1.23/Makefile.PL 2016-11-16 20:32:36.000000000
+0100
+++ new/Module-ScanDeps-1.24/Makefile.PL 2016-12-21 20:09:16.000000000
+0100
@@ -36,6 +36,7 @@
url => 'git://github.com/rschupp/Module-ScanDeps.git',
web => 'https://github.com/rschupp/Module-ScanDeps',
},
+ MailingList => '[email protected]',
},
no_index => {
package => [qw( Module::ScanDeps::Cache Module::ScanDeps::DataFeed )],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-ScanDeps-1.23/lib/Module/ScanDeps.pm
new/Module-ScanDeps-1.24/lib/Module/ScanDeps.pm
--- old/Module-ScanDeps-1.23/lib/Module/ScanDeps.pm 2016-11-16
20:00:48.000000000 +0100
+++ new/Module-ScanDeps-1.24/lib/Module/ScanDeps.pm 2017-06-28
19:02:47.000000000 +0200
@@ -4,7 +4,7 @@
use warnings;
use vars qw( $VERSION @EXPORT @EXPORT_OK @ISA $CurrentPackage @IncludeLibs
$ScanFileRE );
-$VERSION = '1.23';
+$VERSION = '1.24';
@EXPORT = qw( scan_deps scan_deps_runtime );
@EXPORT_OK = qw( scan_line scan_chunk add_deps scan_deps_runtime
path_to_inc_name );
@@ -281,6 +281,7 @@
_glob_in_inc('Date/Manip/Offset', 1));
},
'DateTime/Format/Builder/Parser.pm' => 'sub',
+ 'DateTime/Format/Natural.pm' => 'sub',
'DateTime/Locale.pm' => 'sub',
'DateTime/TimeZone.pm' => 'sub',
'DBI.pm' => sub {
@@ -467,6 +468,7 @@
_glob_in_inc('SOAP/Lite', 1),
},
'Socket/GetAddrInfo.pm' => 'sub',
+ 'Specio/PartialDump.pm' => \&_unicore,
'SQL/Parser.pm' => sub {
_glob_in_inc('SQL/Dialects', 1);
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-ScanDeps-1.23/t/10-case-insensitive-keys.t
new/Module-ScanDeps-1.24/t/10-case-insensitive-keys.t
--- old/Module-ScanDeps-1.23/t/10-case-insensitive-keys.t 2016-09-19
19:27:48.000000000 +0200
+++ new/Module-ScanDeps-1.24/t/10-case-insensitive-keys.t 2017-06-28
19:02:47.000000000 +0200
@@ -7,7 +7,7 @@
use Test::More;
BEGIN {
if(!File::Spec->case_tolerant()) {
- plan skip_all => 'Test irrelevant on case intolerant systems';
+ plan skip_all => 'Test irrelevant on case-sensitive systems';
} else {
plan tests => 43;
}
@@ -51,8 +51,8 @@
# Functional i/f
my $rv1 = scan_deps(@roots1);
-#use Data::Dump qw(dump);
-#print dump($rv1), "\n";
+#use Data::Dumper;
+#print STDERR "\n", Dumper($rv1);
compare_scandeps_rvs($rv1, $expected_rv1, \@roots1);