commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2020-09-03 01:11:01 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.3399 (New) Package is "perl-Module-ScanDeps" Thu Sep 3 01:11:01 2020 rev:27 rq:829973 version:1.29 Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2020-08-12 10:55:31.492714315 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.3399/perl-Module-ScanDeps.changes 2020-09-03 01:11:41.080417594 +0200 @@ -1,0 +2,13 @@ +Mon Aug 17 03:12:09 UTC 2020 - Tina Müller + +- updated to 1.29 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.29 2020-08-16 + + - implement interpretation of stuff like + +use FindBin; +use lib "$FindBin/../lib"; + +--- Old: Module-ScanDeps-1.28.tar.gz New: Module-ScanDeps-1.29.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.MV6IKA/_old 2020-09-03 01:11:41.872417858 +0200 +++ /var/tmp/diff_new_pack.MV6IKA/_new 2020-09-03 01:11:41.876417859 +0200 @@ -17,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.28 +Version:1.29 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies ++ Module-ScanDeps-1.28.tar.gz -> Module-ScanDeps-1.29.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.28/MANIFEST new/Module-ScanDeps-1.29/MANIFEST --- old/Module-ScanDeps-1.28/MANIFEST 2020-08-06 09:58:12.0 +0200 +++ new/Module-ScanDeps-1.29/MANIFEST 2020-08-16 14:24:10.0 +0200 @@ -5,6 +5,7 @@ LICENSE Makefile.PL MANIFEST This list of files +MANIFEST.SKIP README script/scandeps.pl t/0-pod.t @@ -16,6 +17,7 @@ t/14-static_functional_cached.t t/16-scan_line.t t/17-private_methods.t +t/18-findbin.t t/2-static_functional_interface_fake.t t/3-static_oo_interface_real.t t/4-static_functional_interface_options_fake.t @@ -35,6 +37,7 @@ t/data/duplicated_entries/use_scoped_package.pl t/data/file-glob-no.pl t/data/file-glob-yes.pl +t/data/modules/Foo.pm t/data/pluggable/Foo.pm t/data/pluggable/Foo/Plugin/Bar.pm t/data/pluggable/Foo/Plugin/Baz.pm @@ -63,6 +66,7 @@ t/data/static/TestC.pm t/data/static/TestD.pm t/data/static/useVERSION.pm +t/data/use-findbin.pl t/data/use_lib.pl t/rt90869.t t/Utils.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.28/MANIFEST.SKIP new/Module-ScanDeps-1.29/MANIFEST.SKIP --- old/Module-ScanDeps-1.28/MANIFEST.SKIP 1970-01-01 01:00:00.0 +0100 +++ new/Module-ScanDeps-1.29/MANIFEST.SKIP 2020-08-16 14:21:46.0 +0200 @@ -0,0 +1,80 @@ + +#!start included /home/roderich/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/MANIFEST.SKIP +# Avoid version control files. +\bRCS\b +\bCVS\b +\bSCCS\b +,v$ +\B\.svn\b +\B\.git\b +\B\.gitignore\b +\b_darcs\b +\B\.cvsignore$ + +# Avoid VMS specific MakeMaker generated files +\bDescrip.MMS$ +\bDESCRIP.MMS$ +\bdescrip.mms$ + +# Avoid Makemaker generated and utility files. +\bMANIFEST\.bak +\bMakefile$ +\bblib/ +\bMakeMaker-\d +\bpm_to_blib\.ts$ +\bpm_to_blib$ +\bblibdirs\.ts$ # 6.18 through 6.25 generated this +\b_eumm/# 7.05_05 and above + +# Avoid Module::Build generated and utility files. +\bBuild$ +\b_build/ +\bBuild.bat$ +\bBuild.COM$ +\bBUILD.COM$ +\bbuild.com$ + +# and Module::Build::Tiny generated files +\b_build_params$ + +# Avoid temp and backup files. +~$ +\.old$ +\#$ +\b\.# +\.bak$ +\.tmp$ +\.# +\.rej$ +\..*\.sw.?$ + +# Avoid OS-specific files/dirs +# Mac OSX metadata +\B\.DS_Store +# Mac OSX SMB mount metadata files +\B\._ + +# Avoid Devel::Cover and Devel::CoverX::Covered files. +\bcover_db\b +\bcovered\b + +# Avoid prove files +\B\.prove$ + +# Avoid MYMETA files +^MYMETA\. + +# Temp files for new META +^META_new\.(?:json|yml) + +# Avoid travis-ci.org file +^\.travis\.yml + +# Avoid AppVeyor file +^\.?appveyor.yml +#!end included /home/roderich/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/MANIFEST.SKIP + + +^MYMETA\. +^typescript$ +^wip/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.28/META.json new/Module-ScanDeps-1.29/META.json --- old/Module-ScanDeps-1.28/META.json 2020-08-06 09:58:12.0 +0200 +++ new/Module-ScanDeps-1.29/META.json 2020-08-16 14:24:10.0 +0200 @@ -64,6 +64,6 @@
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2020-08-12 10:55:25 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.3399 (New) Package is "perl-Module-ScanDeps" Wed Aug 12 10:55:25 2020 rev:26 rq:824985 version:1.28 Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2019-11-18 19:58:51.097940481 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.3399/perl-Module-ScanDeps.changes 2020-08-12 10:55:31.492714315 +0200 @@ -1,0 +2,12 @@ +Fri Aug 7 03:10:39 UTC 2020 - Tina Müller + +- updated to 1.28 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.28 2020-08-06 + + - placate cperl ("Attempt to change hash while iterating over it.") + + - make _find_encoding() more robust + +--- Old: Module-ScanDeps-1.27.tar.gz New: Module-ScanDeps-1.28.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.NTmCc5/_old 2020-08-12 10:55:32.244714689 +0200 +++ /var/tmp/diff_new_pack.NTmCc5/_new 2020-08-12 10:55:32.248714691 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# 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-ScanDeps -Version:1.27 +Version:1.28 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies 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/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,7 +34,6 @@ BuildRequires: perl(version) Requires: perl(Module::Metadata) Requires: perl(version) -BuildArch: noarch %{perl_requires} %description ++ Module-ScanDeps-1.27.tar.gz -> Module-ScanDeps-1.28.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.27/Changes new/Module-ScanDeps-1.28/Changes --- old/Module-ScanDeps-1.27/Changes2019-01-15 21:02:01.0 +0100 +++ new/Module-ScanDeps-1.28/Changes2020-08-06 09:53:16.0 +0200 @@ -1,3 +1,9 @@ +1.28 2020-08-06 + +- placate cperl ("Attempt to change hash while iterating over it.") + +- make _find_encoding() more robust + 1.27 2019-01-15 - fixes by Shawn Laffan diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.27/META.json new/Module-ScanDeps-1.28/META.json --- old/Module-ScanDeps-1.27/META.json 2019-01-15 21:05:35.0 +0100 +++ new/Module-ScanDeps-1.28/META.json 2020-08-06 09:58:12.0 +0200 @@ -64,6 +64,6 @@ }, "x_MailingList" : "mailto:p...@perl.org"; }, - "version" : "1.27", - "x_serialization_backend" : "JSON::PP version 2.97001" + "version" : "1.28", + "x_serialization_backend" : "JSON::PP version 4.05" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.27/META.yml new/Module-ScanDeps-1.28/META.yml --- old/Module-ScanDeps-1.27/META.yml 2019-01-15 21:05:35.0 +0100 +++ new/Module-ScanDeps-1.28/META.yml 2020-08-06 09:58:12.0 +0200 @@ -34,5 +34,5 @@ MailingList: mailto:p...@perl.org bugtracker: https://rt.cpan.org/Dist/Display.html?Queue=Module-ScanDeps repository: git://github.com/rschupp/Module-ScanDeps.git -version: '1.27' +version: '1.28' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.27/lib/Module/ScanDeps.pm new/Module-ScanDeps-1.28/lib/Module/ScanDeps.pm --- old/Module-ScanDeps-1.27/lib/Module/ScanDeps.pm 2019-01-15 20:55:20.0 +0100 +++ new/Module-ScanDeps-1.28/lib/Module/ScanDeps.pm 2020-07-18 16:46:56.0 +0200 @@ -4,7 +4,7 @@ use warnings; use vars qw( $VERSION @EXPORT @EXPORT_OK @ISA $CurrentPackage @IncludeLibs $ScanFileRE ); -$VERSION = '1.27'; +$VERSION = '1.28'; @EXPORT= qw( scan_deps scan_deps_runtime ); @EXPORT_OK = qw( scan_line scan_chun
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2019-11-18 19:58:42 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.26869 (New) Package is "perl-Module-ScanDeps" Mon Nov 18 19:58:42 2019 rev:25 rq:748267 version:1.27 Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2019-01-24 14:01:53.400155897 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.26869/perl-Module-ScanDeps.changes 2019-11-18 19:58:51.097940481 +0100 @@ -1,0 +2,5 @@ +Mon Nov 11 12:45:44 UTC 2019 - Arjen de Korte + +- Change architecture to 'noarch' + +--- Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.7glkoI/_old 2019-11-18 19:58:53.881939084 +0100 +++ /var/tmp/diff_new_pack.7glkoI/_new 2019-11-18 19:58:53.909939069 +0100 @@ -34,6 +34,7 @@ BuildRequires: perl(version) Requires: perl(Module::Metadata) Requires: perl(version) +BuildArch: noarch %{perl_requires} %description
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2019-01-24 14:01:52 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.28833 (New) Package is "perl-Module-ScanDeps" Thu Jan 24 14:01:52 2019 rev:24 rq:666524 version:1.27 Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2018-12-27 00:23:48.371936899 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.28833/perl-Module-ScanDeps.changes 2019-01-24 14:01:53.400155897 +0100 @@ -1,0 +2,23 @@ +Wed Jan 16 06:19:04 UTC 2019 - Stephan Kulow + +- updated to 1.27 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.27 2019-01-15 + + - fixes by Shawn Laffan +- Process lines like "{ package foo; use if 1, "warnings"; } (#8) +- Also handle 'do {use module; ...}' + + - some clean ups +- scandeps.pl: sort output by module name +- add_deps(): use _gettype() instead of inline code +- _compile_or_execute(): require DynaLoader _before_ accessing + its variables +- t/7-check-dynaloader.t: improve diagnostics + + - drop Cwd from the list of potential XS modules + + - suppress warnings in some ancient Perls + +--- Old: Module-ScanDeps-1.26.tar.gz New: Module-ScanDeps-1.27.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.tSBkgl/_old 2019-01-24 14:01:53.920155304 +0100 +++ /var/tmp/diff_new_pack.tSBkgl/_new 2019-01-24 14:01:53.924155300 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.26 +Version:1.27 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies ++ Module-ScanDeps-1.26.tar.gz -> Module-ScanDeps-1.27.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.26/Changes new/Module-ScanDeps-1.27/Changes --- old/Module-ScanDeps-1.26/Changes2018-12-12 18:29:53.0 +0100 +++ new/Module-ScanDeps-1.27/Changes2019-01-15 21:02:01.0 +0100 @@ -1,3 +1,20 @@ +1.27 2019-01-15 + +- fixes by Shawn Laffan + - Process lines like "{ package foo; use if 1, "warnings"; } (#8) + - Also handle 'do {use module; ...}' + +- some clean ups + - scandeps.pl: sort output by module name + - add_deps(): use _gettype() instead of inline code + - _compile_or_execute(): require DynaLoader _before_ accessing +its variables + - t/7-check-dynaloader.t: improve diagnostics + +- drop Cwd from the list of potential XS modules + +- suppress warnings in some ancient Perls + 1.26 2018-12-12 - Glue DLLs of XS modules should have type "shared" rather than "data" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.26/META.json new/Module-ScanDeps-1.27/META.json --- old/Module-ScanDeps-1.26/META.json 2018-12-12 18:35:54.0 +0100 +++ new/Module-ScanDeps-1.27/META.json 2019-01-15 21:05:35.0 +0100 @@ -64,6 +64,6 @@ }, "x_MailingList" : "mailto:p...@perl.org"; }, - "version" : "1.26", + "version" : "1.27", "x_serialization_backend" : "JSON::PP version 2.97001" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.26/META.yml new/Module-ScanDeps-1.27/META.yml --- old/Module-ScanDeps-1.26/META.yml 2018-12-12 18:35:54.0 +0100 +++ new/Module-ScanDeps-1.27/META.yml 2019-01-15 21:05:35.0 +0100 @@ -34,5 +34,5 @@ MailingList: mailto:p...@perl.org bugtracker: https://rt.cpan.org/Dist/Display.html?Queue=Module-ScanDeps repository: git://github.com/rschupp/Module-ScanDeps.git -version: '1.26' +version: '1.27' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.26/lib/Module/ScanDeps.pm new/Module-ScanDeps-1.27/lib/Module/ScanDeps.pm --- old/Module-ScanDeps-1.26/lib/Module/ScanDeps.pm 2018-12-12 18:22:12.0 +0100 +++ new/Module-ScanDeps-1.27/lib/Module/ScanDeps.pm 2019-01-15 20:55:20.0 +0100 @@ -4,7 +4,7 @@ use w
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2018-12-27 00:23:47 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.28833 (New) Package is "perl-Module-ScanDeps" Thu Dec 27 00:23:47 2018 rev:23 rq:657870 version:1.26 Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2018-09-24 13:12:08.609824520 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new.28833/perl-Module-ScanDeps.changes 2018-12-27 00:23:48.371936899 +0100 @@ -1,0 +2,20 @@ +Thu Dec 13 06:13:38 UTC 2018 - Stephan Kulow + +- updated to 1.26 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.26 2018-12-12 + + - Glue DLLs of XS modules should have type "shared" rather than "data" + +Detection broke on Windows where nowadays $Config{dlext} = "xs.dll" +(i.e. it's not a simple suffix) + + - Mention some other modules: Module::ExtractUse and Perl::PrereqScanner::* family + + - Add %Preload rules for: +- JSON::MaybeXS +- HTTP::Entity::Parser +- FFI::Platypus + +--- Old: Module-ScanDeps-1.25.tar.gz New: Module-ScanDeps-1.26.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.SMTyrN/_old 2018-12-27 00:23:48.775936570 +0100 +++ /var/tmp/diff_new_pack.SMTyrN/_new 2018-12-27 00:23:48.775936570 +0100 @@ -17,13 +17,13 @@ Name: perl-Module-ScanDeps -Version:1.25 +Version:1.26 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url:http://search.cpan.org/dist/Module-ScanDeps/ +Url:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,11 +68,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++ Module-ScanDeps-1.25.tar.gz -> Module-ScanDeps-1.26.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.25/Changes new/Module-ScanDeps-1.26/Changes --- old/Module-ScanDeps-1.25/Changes2018-08-17 22:41:44.0 +0200 +++ new/Module-ScanDeps-1.26/Changes2018-12-12 18:29:53.0 +0100 @@ -1,3 +1,17 @@ +1.26 2018-12-12 + +- Glue DLLs of XS modules should have type "shared" rather than "data" + + Detection broke on Windows where nowadays $Config{dlext} = "xs.dll" + (i.e. it's not a simple suffix) + +- Mention some other modules: Module::ExtractUse and Perl::PrereqScanner::* family + +- Add %Preload rules for: + - JSON::MaybeXS + - HTTP::Entity::Parser + - FFI::Platypus + 1.25 2018-08-18 - Merge pull request #2 from shawnlaffan/master, thanx Shawn! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.25/META.json new/Module-ScanDeps-1.26/META.json --- old/Module-ScanDeps-1.25/META.json 2018-08-17 23:53:15.0 +0200 +++ new/Module-ScanDeps-1.26/META.json 2018-12-12 18:35:54.0 +0100 @@ -4,13 +4,13 @@ "Audrey Tang " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";, - "version" : "2" + "version" : 2 }, "name" : "Module-ScanDeps", "no_index" : { @@ -64,6 +64,6 @@ }, "x_MailingList" : "mailto:p...@perl.org"; }, - "version" : "1.25", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "1.26", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.25/META.yml new/Module-ScanDeps-1.26/META.yml --- old/Module-ScanDeps-1.25/META.yml 2018-08-17 23:53:15.0 +0200 +++ new/Module-ScanDeps-1.26/META.yml 2018-12-12 18:35:54.0 +0100 @@ -9,7 +9,7
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2018-09-24 13:11:57 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Mon Sep 24 13:11:57 2018 rev:22 rq:636833 version:1.25 Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2017-07-21 22:47:29.856823301 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2018-09-24 13:12:08.609824520 +0200 @@ -1,0 +2,25 @@ +Thu Sep 20 05:37:29 UTC 2018 - Stephan Kulow + +- updated to 1.25 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.25 2018-08-18 + + - Merge pull request #2 from shawnlaffan/master, thanx Shawn! + +continue scanning one-liners when use if, autouse or >5.010 found + + - Fix how data obtained from compiling or executing a file +is incorporated (_info2rv). + +Sanitize all pathnames to use slash (instead of backslash): +- members of @INC +- keys and values of %INC +- members of @dl_shared_objects +This should make stripping @INC prefixes finally work. + + - Add %Preload rule for FFI::Platypus + + - Add bugtracker to META.yml + +--- Old: Module-ScanDeps-1.24.tar.gz New: Module-ScanDeps-1.25.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.T8pZUy/_old 2018-09-24 13:12:09.053823737 +0200 +++ /var/tmp/diff_new_pack.T8pZUy/_new 2018-09-24 13:12:09.053823737 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# Copyright (c) 2017 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,16 +12,16 @@ # 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-Module-ScanDeps -Version:1.24 +Version:1.25 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies -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/Module-ScanDeps/ Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz ++ Module-ScanDeps-1.24.tar.gz -> Module-ScanDeps-1.25.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.24/Changes new/Module-ScanDeps-1.25/Changes --- old/Module-ScanDeps-1.24/Changes2017-06-28 19:08:23.0 +0200 +++ new/Module-ScanDeps-1.25/Changes2018-08-17 22:41:44.0 +0200 @@ -1,3 +1,22 @@ +1.25 2018-08-18 + +- Merge pull request #2 from shawnlaffan/master, thanx Shawn! + + continue scanning one-liners when use if, autouse or >5.010 found + +- Fix how data obtained from compiling or executing a file + is incorporated (_info2rv). + + Sanitize all pathnames to use slash (instead of backslash): + - members of @INC + - keys and values of %INC + - members of @dl_shared_objects + This should make stripping @INC prefixes finally work. + +- Add %Preload rule for FFI::Platypus + +- Add bugtracker to META.yml + 1.24 2017-06-28 - Merge pull request from Salvador Fandiño (salva), thx! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.24/MANIFEST new/Module-ScanDeps-1.25/MANIFEST --- old/Module-ScanDeps-1.24/MANIFEST 2017-06-28 19:09:15.0 +0200 +++ new/Module-ScanDeps-1.25/MANIFEST 2018-08-17 23:53:16.0 +0200 @@ -66,6 +66,5 @@ t/data/use_lib.pl t/rt90869.t t/Utils.pm -wip/scan_dlls.pl META.yml Module YAML meta-data (added by MakeMaker) META.jsonModule JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.24/META.json new/Module-ScanDeps-1.25/META.json --- old/Module-ScanDeps-1.24/META.json 2017-06-28 19:09:15.0 +0200 +++ new/Module-ScanDeps-1.25/META.json 2018-08-17 23:53:15.0 +0200 @@ -4,7 +4,7 @@ "Audrey Tang " ],
commit perl-Module-ScanDeps for openSUSE:Factory
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.0 +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 - co...@suse.com + +- 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/Changes2016-11-16 20:43:06.0 +0100 +++ new/Module-ScanDeps-1.24/Changes2017-06-28 19:08:23.0 +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.0 +0100 +++ new/Module-ScanDeps-1.24/META.json 2017-06-28 19:09:15.0 +0200 @@ -4,7 +4,7 @@ "Audrey Tang " ], "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" : "p...@perl.org" }, - "version" : "1.23", -
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2016-11-18 22:02:42 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2016-09-30 15:31:25.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2016-11-18 22:02:43.0 +0100 @@ -1,0 +2,12 @@ +Thu Nov 17 06:47:58 UTC 2016 - co...@suse.com + +- updated to 1.23 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.23 2016-11-16 + + - add %Preload rules for List::SomeUtils and Pod::Simple::Transcode + + - get rid of Module::Install, use ExtUtils::MakeMaker + +--- Old: Module-ScanDeps-1.22.tar.gz New: Module-ScanDeps-1.23.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.QkEuaG/_old 2016-11-18 22:02:44.0 +0100 +++ /var/tmp/diff_new_pack.QkEuaG/_new 2016-11-18 22:02:44.0 +0100 @@ -17,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.22 +Version:1.23 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies ++ Module-ScanDeps-1.22.tar.gz -> Module-ScanDeps-1.23.tar.gz ++ 3021 lines of diff (skipped)
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2016-09-30 15:31:24 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2016-04-12 19:35:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2016-09-30 15:31:25.0 +0200 @@ -1,0 +2,13 @@ +Sun Sep 18 05:41:16 UTC 2016 - co...@suse.com + +- updated to 1.22 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.22 2016-09-17 + + - Fix RT#117887: Not parsing new release of Net::DNS::Resolver +add %Preload rule for Net/DNS/Resolver.pm + + - Move to GitHub. Thanks, OpenFoundry, for years of service. + +--- Old: Module-ScanDeps-1.21.tar.gz New: Module-ScanDeps-1.22.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.xe7Vu5/_old 2016-09-30 15:31:26.0 +0200 +++ /var/tmp/diff_new_pack.xe7Vu5/_new 2016-09-30 15:31:26.0 +0200 @@ -17,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.21 +Version:1.22 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies @@ -81,6 +81,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc AUTHORS Changes README +%doc AUTHORS Changes LICENSE README %changelog ++ Module-ScanDeps-1.21.tar.gz -> Module-ScanDeps-1.22.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.21/Changes new/Module-ScanDeps-1.22/Changes --- old/Module-ScanDeps-1.21/Changes2016-04-05 12:07:12.0 +0200 +++ new/Module-ScanDeps-1.22/Changes2016-09-17 22:52:37.0 +0200 @@ -1,3 +1,10 @@ +1.22 2016-09-17 + +- Fix RT#117887: Not parsing new release of Net::DNS::Resolver + add %Preload rule for Net/DNS/Resolver.pm + +- Move to GitHub. Thanks, OpenFoundry, for years of service. + 1.21 2016-04-05 - %Preload: add rules for List::MoreUtils and Log::Dispatch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.21/LICENSE new/Module-ScanDeps-1.22/LICENSE --- old/Module-ScanDeps-1.21/LICENSE1970-01-01 01:00:00.0 +0100 +++ new/Module-ScanDeps-1.22/LICENSE2016-09-17 22:28:45.0 +0200 @@ -0,0 +1,201 @@ + The Artistic License 2.0 + + Copyright (c) 2000-2006, The Perl Foundation. + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Preamble + +This license establishes the terms under which a given free software +Package may be copied, modified, distributed, and/or redistributed. +The intent is that the Copyright Holder maintains some artistic +control over the development of that Package while still keeping the +Package available as open source and free software. + +You are always permitted to make arrangements wholly outside of this +license directly with the Copyright Holder of a given Package. If the +terms of this license do not permit the full use that you propose to +make of the Package, you should contact the Copyright Holder and seek +a different licensing arrangement. + +Definitions + +"Copyright Holder" means the individual(s) or organization(s) +named in the copyright notice for the entire Package. + +"Contributor" means any party that has contributed code or other +material to the Package, in accordance with the Copyright Holder's +procedures. + +"You" and "your" means any person who would like to copy, +distribute, or modify the Package. + +"Package" means the collection of files distributed by the +Copyright Holder, and derivatives of that collection and/or of +those files. A given Package may consist of either the Standard +Version, or a Modified Version. + +"Distribute" means providing a copy of the Package or making it +accessible to anyone else, or in the case of a company or +organization, to others outside of your company or organization. + +"Distributor Fee" means any fee that you charge for Distributing +this Package or providing support for this Package to another +party. It does not mean licensing fees. + +"Standard Version" refers to the Package if it has not been +modified, or has been modified only in ways explicitly requested +by the
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2016-04-12 19:35:20 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2015-10-12 10:01:52.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2016-04-12 19:35:21.0 +0200 @@ -1,0 +2,19 @@ +Thu Apr 7 09:40:30 UTC 2016 - co...@suse.com + +- updated to 1.21 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.21 2016-04-05 + + - %Preload: add rules for List::MoreUtils and Log::Dispatch + + - %Preload: make the following modules require the unicore stuff: +charnames.pm +Unicode/Normalize.pm +Unicode/UCD.pm + + - add helper _glob_in_inc_1() + + - remove all references to http://par.perl.org/, doesn't exist anymore + +--- Old: Module-ScanDeps-1.20.tar.gz New: Module-ScanDeps-1.21.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.6Fs8Vw/_old 2016-04-12 19:35:22.0 +0200 +++ /var/tmp/diff_new_pack.6Fs8Vw/_new 2016-04-12 19:35:22.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.20 +Version:1.21 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies @@ -61,8 +61,8 @@ my $packer = App::Packer->new( frontend => 'Module::ScanDeps' ); ... -Please see the App::Packer::Frontend manpage for detailed explanation on -the structure returned by 'get_files'. +Please see App::Packer::Frontend for detailed explanation on the structure +returned by 'get_files'. %prep %setup -q -n %{cpan_name}-%{version} ++ Module-ScanDeps-1.20.tar.gz -> Module-ScanDeps-1.21.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.20/Changes new/Module-ScanDeps-1.21/Changes --- old/Module-ScanDeps-1.20/Changes2015-10-04 15:12:33.0 +0200 +++ new/Module-ScanDeps-1.21/Changes2016-04-05 12:07:12.0 +0200 @@ -1,3 +1,16 @@ +1.21 2016-04-05 + +- %Preload: add rules for List::MoreUtils and Log::Dispatch + +- %Preload: make the following modules require the unicore stuff: + charnames.pm + Unicode/Normalize.pm + Unicode/UCD.pm + +- add helper _glob_in_inc_1() + +- remove all references to http://par.perl.org/, doesn't exist anymore + 1.20 2015-10-04 - Fix RT #107304: Newer versions of File::Path cause warning "_Inline for _Inline: No such file or directory at Module/ScanDeps.pm line 1339." @@ -37,8 +50,8 @@ ... ); - scan_deps_static() register a dependency on Bar.pm _and_ - Quux.pm when it saw "use Foo;" + scan_deps_static() registers a dependency on Bar.pm _and_ + Quux.pm when it has seen "use Foo;" - Minor changes: - drop dubious %Preload of utf8.pm for SOAP::Lite and XML::Parser::Expat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.20/META.yml new/Module-ScanDeps-1.21/META.yml --- old/Module-ScanDeps-1.20/META.yml 2015-10-04 15:16:02.0 +0200 +++ new/Module-ScanDeps-1.21/META.yml 2016-04-05 12:08:33.0 +0200 @@ -34,4 +34,4 @@ resources: license: http://dev.perl.org/licenses/ repository: https://www.openfoundry.org/svn/par/Module-ScanDeps/trunk -version: '1.20' +version: '1.21' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.20/lib/Module/ScanDeps.pm new/Module-ScanDeps-1.21/lib/Module/ScanDeps.pm --- old/Module-ScanDeps-1.20/lib/Module/ScanDeps.pm 2015-10-04 14:56:12.0 +0200 +++ new/Module-ScanDeps-1.21/lib/Module/ScanDeps.pm 2016-04-03 19:48:39.0 +0200 @@ -4,7 +4,7 @@ use warnings; use vars qw( $VERSION @EXPORT @EXPORT_OK @ISA $CurrentPackage @IncludeLibs $ScanFileRE ); -$VERSION = '1.20'; +$VERSION = '1.21'; @EXPORT= qw( scan_deps scan_deps_runtime ); @EXPORT_OK = qw( scan_line scan_chunk add_deps scan_deps_runtime path_to_inc_name ); @@ -258,9 +258,7 @@ 'Ca
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2015-10-12 10:01:51 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2015-06-11 08:22:55.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2015-10-12 10:01:52.0 +0200 @@ -1,0 +2,56 @@ +Tue Oct 6 08:54:47 UTC 2015 - co...@suse.com + +- updated to 1.20 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + + 1.20 2015-10-04 + + - Fix RT #107304: Newer versions of File::Path cause warning "_Inline for _Inline: No such file or directory at Module/ScanDeps.pm line 1339." +- drop the dubious call to rmtree() + + - Fix RT106142: Preload dependencies for PDL and PDL::NiceSlice +- adopted from a patch by Shawn Laffan, thanks Shawn! + + - Fix RT#106144: Preload dependencies for File::BOM) +- adopted from a patch by Shawn Laffan, thanks Shawn! + + - Revise our stance on utf8.pm: + +- 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 + like utf8::is_utf8(). + +- OTOH the innocently looking one-liner + +perl -ne 'print if /\pN/' + + implicitly loads utf8.pm and triggers the AUTOLAD(). + +- So prevent utf8.pm from being scanned and make utf8_heavy.pl + the indicator for "I need the Unicode stuff" instead. + +- Cache the results of _get_preload('utf8_heavy.pl'). + + - Make %Preload "transitive" so that given + + my %Preload = ( +'Foo.pm' => [ 'Bar.pm' ], +'Bar.pm' => [ 'Quux.pm' ], +... + ); + +scan_deps_static() register a dependency on Bar.pm _and_ +Quux.pm when it saw "use Foo;" + + - Minor changes: +- drop dubious %Preload of utf8.pm for SOAP::Lite and XML::Parser::Expat +- drop code for Perl < 5.008 as we require 5.8.1 already +- rework the implementation of -x/-c +- add add_preload_rule() to dynamically add a %Preload rule +- recognize constructs like "open FH, '<:via(Foo)', ..." +- upgrade to Module::Install 1.16 + +--- Old: Module-ScanDeps-1.19.tar.gz New: Module-ScanDeps-1.20.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.Fz3bZL/_old 2015-10-12 10:01:52.0 +0200 +++ /var/tmp/diff_new_pack.Fz3bZL/_new 2015-10-12 10:01:52.0 +0200 @@ -17,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.19 +Version:1.20 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies ++ Module-ScanDeps-1.19.tar.gz -> Module-ScanDeps-1.20.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.19/Changes new/Module-ScanDeps-1.20/Changes --- old/Module-ScanDeps-1.19/Changes2015-05-27 10:47:07.0 +0200 +++ new/Module-ScanDeps-1.20/Changes2015-10-04 15:12:33.0 +0200 @@ -1,3 +1,53 @@ +1.20 2015-10-04 + +- Fix RT #107304: Newer versions of File::Path cause warning "_Inline for _Inline: No such file or directory at Module/ScanDeps.pm line 1339." + - drop the dubious call to rmtree() + +- Fix RT106142: Preload dependencies for PDL and PDL::NiceSlice + - adopted from a patch by Shawn Laffan, thanks Shawn! + +- Fix RT#106144: Preload dependencies for File::BOM) + - adopted from a patch by Shawn Laffan, thanks Shawn! + +- Revise our stance on utf8.pm: + + - 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 +like utf8::is_utf8(). + + - OTOH the innocently looking one-liner + + perl -ne 'print if /\pN/' + +implicitly loads utf8.pm and triggers the AUTOLAD(). + + - So prevent utf8.pm from being scanned and make utf8_heavy.pl +the indicator for "I need the Unicode stuff" instead. + + - Cache the results of _get_preload('utf8_heavy.pl'
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2015-04-15 16:23:37 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2014-02-12 09:48:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2015-04-15 16:23:38.0 +0200 @@ -1,0 +2,6 @@ +Mon Apr 13 19:32:37 UTC 2015 - co...@suse.com + +- updated to 1.18 + see /usr/share/doc/packages/perl-Module-ScanDeps/Changes + +--- Old: Module-ScanDeps-1.13.tar.gz New: Module-ScanDeps-1.18.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.yiic2w/_old 2015-04-15 16:23:38.0 +0200 +++ /var/tmp/diff_new_pack.yiic2w/_new 2015-04-15 16:23:38.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.13 +Version:1.18 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies @@ -28,10 +28,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build::ModuleInfo) +BuildRequires: perl(Module::Metadata) BuildRequires: perl(Test::Requires) BuildRequires: perl(version) -Requires: perl(Module::Build::ModuleInfo) +Requires: perl(Module::Metadata) Requires: perl(version) %{perl_requires} ++ Module-ScanDeps-1.13.tar.gz -> Module-ScanDeps-1.18.tar.gz ++ 2210 lines of diff (skipped)
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2014-02-12 07:17:34 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2013-12-11 11:31:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2014-02-12 09:48:25.0 +0100 @@ -1,0 +2,7 @@ +Sun Feb 9 13:34:24 UTC 2014 - co...@suse.com + +- updated to 1.13 + * Fix recognition of (open() arguments) "<:encoding(klingon)", + implies modules PerlIO and PerlIO::encoding. + +--- Old: Module-ScanDeps-1.12.tar.gz New: Module-ScanDeps-1.13.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.YFXeh2/_old 2014-02-12 09:48:26.0 +0100 +++ /var/tmp/diff_new_pack.YFXeh2/_new 2014-02-12 09:48:26.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.12 +Version:1.13 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies @@ -31,37 +31,6 @@ BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(Test::Requires) BuildRequires: perl(version) -#BuildRequires: perl(chicken) -#BuildRequires: perl(CPANPLUS::Backend) -#BuildRequires: perl(Duplicated) -#BuildRequires: perl(egg) -#BuildRequires: perl(inc::Module::Install) >= 1.00 -#BuildRequires: perl(inner_diamond_E) -#BuildRequires: perl(inner_diamond_N) -#BuildRequires: perl(inner_diamond_S) -#BuildRequires: perl(inner_diamond_W) -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Module::Pluggable) -#BuildRequires: perl(Module::ScanDeps) -#BuildRequires: perl(Module::ScanDeps::Cache) -#BuildRequires: perl(Module::ScanDeps::DataFeed) -#BuildRequires: perl(outer_diamond_E) -#BuildRequires: perl(outer_diamond_S) -#BuildRequires: perl(outer_diamond_W) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(prefork) -#BuildRequires: perl(Scoped::Package) -#BuildRequires: perl(Some) -#BuildRequires: perl(test) -#BuildRequires: perl(TestA) -#BuildRequires: perl(TestB) -#BuildRequires: perl(TestC) -#BuildRequires: perl(TestD) -#BuildRequires: perl(Utils) -#BuildRequires: perl(YAML::Tiny) Requires: perl(Module::Build::ModuleInfo) Requires: perl(version) %{perl_requires} ++ Module-ScanDeps-1.12.tar.gz -> Module-ScanDeps-1.13.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.12/Changes new/Module-ScanDeps-1.13/Changes --- old/Module-ScanDeps-1.12/Changes2013-12-01 15:42:27.0 +0100 +++ new/Module-ScanDeps-1.13/Changes2013-12-21 12:58:35.0 +0100 @@ -1,3 +1,7 @@ +[Changes for 1.12 - 2013-12-21] +* Fix recognition of (open() arguments) "<:encoding(klingon)", + implies modules PerlIO and PerlIO::encoding. + [Changes for 1.12 - 2013-12-01] * Fix RT #90869: Use of uninitialized value $module in substitution (s///) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.12/META.yml new/Module-ScanDeps-1.13/META.yml --- old/Module-ScanDeps-1.12/META.yml 2013-12-01 15:47:07.0 +0100 +++ new/Module-ScanDeps-1.13/META.yml 2013-12-21 13:03:57.0 +0100 @@ -32,4 +32,4 @@ resources: license: http://dev.perl.org/licenses/ repository: http://svn.openfoundry.org/par/Module-ScanDeps/trunk/ -version: 1.12 +version: 1.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.12/lib/Module/ScanDeps.pm new/Module-ScanDeps-1.13/lib/Module/ScanDeps.pm --- old/Module-ScanDeps-1.12/lib/Module/ScanDeps.pm 2013-12-01 15:17:58.0 +0100 +++ new/Module-ScanDeps-1.13/lib/Module/ScanDeps.pm 2013-12-21 11:47:19.0 +0100 @@ -4,7 +4,7 @@ use warnings; use vars qw( $VERSION @EXPORT @EXPORT_OK @ISA $CurrentPackage @IncludeLibs $ScanFileRE ); -$VERSION = '1.12'; +$VERSION = '1.13';
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2013-12-11 11:31:57 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2013-10-10 10:37:22.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2013-12-11 11:31:57.0 +0100 @@ -1,0 +2,19 @@ +Mon Dec 9 11:18:14 UTC 2013 - co...@suse.com + +- updated to 1.12 + * Fix RT #90869: Use of uninitialized value $module in substitution (s///) + + * Fix RT #87775: typo fixes, thanks dsteinbrun...@pobox.com + + * new %Preload rule for B::Hooks::EndOfScope + + * new %Preload rule for Pod::Usage + + * add a fake %Preload rule that warns if use of Module::Implementation + or Module::Runtime is detected (coz' they're doing runtime loading) + + * change some tests to use Test::Requires instead of homegrown stuff; + hence add it to "test_requires" + * clean up some uses of Test::More + +--- Old: Module-ScanDeps-1.11.tar.gz New: Module-ScanDeps-1.12.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.qCS6Ry/_old 2013-12-11 11:31:58.0 +0100 +++ /var/tmp/diff_new_pack.qCS6Ry/_new 2013-12-11 11:31:58.0 +0100 @@ -17,7 +17,7 @@ Name: perl-Module-ScanDeps -Version:1.11 +Version:1.12 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies @@ -29,6 +29,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build::ModuleInfo) +BuildRequires: perl(Test::Requires) BuildRequires: perl(version) #BuildRequires: perl(chicken) #BuildRequires: perl(CPANPLUS::Backend) ++ Module-ScanDeps-1.11.tar.gz -> Module-ScanDeps-1.12.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.11/Changes new/Module-ScanDeps-1.12/Changes --- old/Module-ScanDeps-1.11/Changes2013-09-28 11:45:49.0 +0200 +++ new/Module-ScanDeps-1.12/Changes2013-12-01 15:42:27.0 +0100 @@ -1,3 +1,19 @@ +[Changes for 1.12 - 2013-12-01] +* Fix RT #90869: Use of uninitialized value $module in substitution (s///) + +* Fix RT #87775: typo fixes, thanks dsteinbrun...@pobox.com + +* new %Preload rule for B::Hooks::EndOfScope + +* new %Preload rule for Pod::Usage + +* add a fake %Preload rule that warns if use of Module::Implementation + or Module::Runtime is detected (coz' they're doing runtime loading) + +* change some tests to use Test::Requires instead of homegrown stuff; + hence add it to "test_requires" +* clean up some uses of Test::More + [Changes for 1.11 - 2013-09-28] * Fix RT #89000: test broken by indirect base.pm disuse - delete base.pm from list of expected deps, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.11/MANIFEST new/Module-ScanDeps-1.12/MANIFEST --- old/Module-ScanDeps-1.11/MANIFEST 2013-09-28 12:20:29.0 +0200 +++ new/Module-ScanDeps-1.12/MANIFEST 2013-12-01 15:47:46.0 +0100 @@ -48,6 +48,7 @@ t/data/pluggable/Foo.pm t/data/pluggable/Foo/Plugin/Bar.pm t/data/pluggable/Foo/Plugin/Baz.pm +t/data/rt90869.pl t/data/ScanFileRE/auto/example/example.h t/data/ScanFileRE/example.pm t/data/ScanFileRE/example_too.pm @@ -73,4 +74,5 @@ t/data/static/TestD.pm t/data/static/useVERSION.pm t/data/use_lib.pl +t/rt90869.t t/Utils.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.11/META.yml new/Module-ScanDeps-1.12/META.yml --- old/Module-ScanDeps-1.11/META.yml 2013-09-28 12:18:44.0 +0200 +++ new/Module-ScanDeps-1.12/META.yml 2013-12-01 15:47:07.0 +0100 @@ -5,6 +5,7 @@ build_requires: ExtUtils::MakeMaker: 6.59 Test::More: 0 + Test::Requires: 0 configure_requires: ExtUtils::MakeMaker: 6.59 distribution_type: module @@ -19,7 +20,7 @@ directory: - inc - t - module: + package: - Module::ScanDeps::Cache - Module::ScanDeps::DataFeed requires: @@ -31,4 +32,4 @@ resources: license: http://dev.perl.org/licenses/ repository: http://svn.openfoundry.org/par/Module-ScanDeps/trunk/ -version: 1.11 +version: 1.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.11/Makefile.PL new/Module-ScanDeps-1.12/Makefi
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2013-10-10 10:37:22 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2013-01-10 22:30:32.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2013-10-10 10:37:22.0 +0200 @@ -1,0 +2,15 @@ +Fri Oct 4 09:14:01 UTC 2013 - co...@suse.com + +- updated to 1.11 + * Fix RT #89000: test broken by indirect base.pm disuse + - delete base.pm from list of expected deps, + patch by Andrew Main (zef...@fysh.org) + + * new %Preload rule for Net::HTTPS (e.g. used by LWP::Protocol::https) + - look for IO::Socket::SSL or Net::SSL + + * new %Preload rule for YAML::Any + - try to figure out what YAML::Any would have used (using YAML::Any->implementation) + - as fallback, include anything below YAML + +--- Old: Module-ScanDeps-1.10.tar.gz New: Module-ScanDeps-1.11.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.H37AhZ/_old 2013-10-10 10:37:31.0 +0200 +++ /var/tmp/diff_new_pack.H37AhZ/_new 2013-10-10 10:37:31.0 +0200 @@ -17,26 +17,81 @@ Name: perl-Module-ScanDeps -Version:1.10 +Version:1.11 Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies -License:GPL-1.0+ or Artistic-1.0 +License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Module-ScanDeps/ Source: http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl >= 5.8.1 +BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(version) +#BuildRequires: perl(chicken) +#BuildRequires: perl(CPANPLUS::Backend) +#BuildRequires: perl(Duplicated) +#BuildRequires: perl(egg) +#BuildRequires: perl(inc::Module::Install) >= 1.00 +#BuildRequires: perl(inner_diamond_E) +#BuildRequires: perl(inner_diamond_N) +#BuildRequires: perl(inner_diamond_S) +#BuildRequires: perl(inner_diamond_W) +#BuildRequires: perl(JSON) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Module::Build) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Module::Pluggable) +#BuildRequires: perl(Module::ScanDeps) +#BuildRequires: perl(Module::ScanDeps::Cache) +#BuildRequires: perl(Module::ScanDeps::DataFeed) +#BuildRequires: perl(outer_diamond_E) +#BuildRequires: perl(outer_diamond_S) +#BuildRequires: perl(outer_diamond_W) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(prefork) +#BuildRequires: perl(Scoped::Package) +#BuildRequires: perl(Some) +#BuildRequires: perl(test) +#BuildRequires: perl(TestA) +#BuildRequires: perl(TestB) +#BuildRequires: perl(TestC) +#BuildRequires: perl(TestD) +#BuildRequires: perl(Utils) +#BuildRequires: perl(YAML::Tiny) Requires: perl(Module::Build::ModuleInfo) Requires: perl(version) %{perl_requires} %description This module scans potential modules used by perl programs, and returns a -hash reference. +hash reference; its keys are the module names as appears in '%INC' (e.g. +'Test/More.pm'); the values are hash references with this structure: + +{ +file=> '/usr/local/lib/perl5/5.8.0/Test/More.pm', +key => 'Test/More.pm', +type=> 'module',# or 'autoload', 'data', 'shared' +used_by => [ 'Test/Simple.pm', ... ], +uses=> [ 'Test/Other.pm', ... ], +} + +One function, 'scan_deps', is exported by default. Other functions such as +('scan_line', 'scan_chunk', 'add_deps', 'path_to_inc_name') are exported +upon request. + +Users of *App::Packer* may also use this module as the dependency-checking +frontend, by tweaking their _p2e.pl_ like below: + +use Module::ScanDeps; +... +my $packer = App::Packer->new( frontend => 'Module::ScanDeps' ); +... + +Please see the App::Packer::Frontend manpage for detailed explanation on +the structure returned by 'get_files'. %prep %setup -q -n %{cpan_name}-%{version} @@ -53,9 +108,6 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files -f %{name}.files %defattr(-,root,root,755) %doc AUTHORS Changes README ++ Module-ScanDeps-1.10.tar.gz -> Modu
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2013-01-10 22:30:30 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2011-12-06 13:52:50.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2013-01-10 22:30:32.0 +0100 @@ -1,0 +2,39 @@ +Thu Jan 10 12:13:29 CET 2013 - r...@suse.de + +- update to 1.10: + * add %Preload rule for Params::Validate to detect +its PP and XS implementations + + * Fix RT #80276 Module DateTime::Format::ISO8601 generates error +after being packaged +- caused by failing to pack DateTime::Format::Builder::Parser::XXX modules + needed by DateTime::Format::Builder::Parser +- add a corresponding %Preload rule + +- update to 1.09: + * teach Module::ScanDeps about "use if ..." constructs +- fixes CPAN Testers failures for PAR::Packer with perl 5.17.1 and up + (Roderich Schupp) + + * RT #79003: t/7-check-dynaloader.t failing when /usr/lib != /usr/lib64 +- scrap the test for "$entry{file} starts with $expected_prefix" as + its assumptions are flawed (Roderich Schupp) + + * Mojo::Base is a loader (Alexandr Ciornii) + * Special case for Class::Load (Alexandr Ciornii) + +- update to 1.08: + * RT #73785: scandeps -c fails on modules that depend on Getopt::Euclid +- for "scandeps -c ..." switch from an INIT block to a CHECK block + and call the augmented script with "perl -c" instaed of "perl" + + * RT#72954 ":encoding(UTF-8)" doesn't imply a dependency on Encode.pm +- if scan_chunk sees ":encoding(FOO)" or similar, it goes to some + length to find the "external" Encode module to handle FOO; but it + forgets that Encode.pm itself is needed at runtime (esp. if FOO + is an encoding "internally" handled by Encode.pm, e.g. "UTF-8") + + * %Preload: add rules for Gtk2.pm and Pango.pm + * %Preload: fix a problem with Image::ExifTool + +--- Old: Module-ScanDeps-1.07.tar.gz New: Module-ScanDeps-1.10.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.Yn4H0d/_old 2013-01-10 22:30:33.0 +0100 +++ /var/tmp/diff_new_pack.Yn4H0d/_new 2013-01-10 22:30:33.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-ScanDeps # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,14 @@ # - Name: perl-Module-ScanDeps -Version:1.07 -Release:1 -License:GPL-1.0+ or Artistic-1.0 +Version:1.10 +Release:0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies -Url:http://search.cpan.org/dist/Module-ScanDeps/ +License:GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url:http://search.cpan.org/dist/Module-ScanDeps/ Source: http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl >= 5.8.1 ++ Module-ScanDeps-1.07.tar.gz -> Module-ScanDeps-1.10.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-ScanDeps-1.07/Changes new/Module-ScanDeps-1.10/Changes --- old/Module-ScanDeps-1.07/Changes2011-11-29 18:43:08.0 +0100 +++ new/Module-ScanDeps-1.10/Changes2012-10-20 16:07:20.0 +0200 @@ -1,3 +1,41 @@ +[Changes for 1.10 - 2012-10-20] +* add %Preload rule for Params::Validate to detect + its PP and XS implementations + +* Fix RT #80276 Module DateTime::Format::ISO8601 generates error + after being packaged + - caused by failing to pack DateTime::Format::Builder::Parser::XXX modules +needed by DateTime::Format::Builder::Parser + - add a corresponding %Preload rule + +* update to Module::Install 1.06 + +[Changes for 1.09 - 2012-09-09] +* teach Module::ScanDeps about "use if ..." constructs + - fixes CPAN Testers failures for PAR::Packer with perl 5.17.1 and up +(Roderich Schupp) + +* RT #79003: t/7-check-dynaloader.t failing when /usr/lib != /usr/lib64 + - scrap the test for "$entry{file} starts with $e
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2011-12-06 18:44:34 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps", Maintainer is "" Changes: Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.caT6pK/_old 2011-12-06 19:14:04.0 +0100 +++ /var/tmp/diff_new_pack.caT6pK/_new 2011-12-06 19:14:04.0 +0100 @@ -20,7 +20,7 @@ Name: perl-Module-ScanDeps Version:1.07 Release:1 -License:GPL+ or Artistic +License:GPL-1.0+ or Artistic-1.0 %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies Url:http://search.cpan.org/dist/Module-ScanDeps/ -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2011-12-06 13:52:49 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2011-11-07 14:28:33.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2011-12-06 13:52:50.0 +0100 @@ -1,0 +2,12 @@ +Wed Nov 30 22:44:32 UTC 2011 - pascal.ble...@opensuse.org + +- update to 1.07: + * RT #72796: dynaloader test fails when the .so files are in the system lib +dirs and local::lib is involved? + * update Module::Install to 1.04 + +- changes from 1.06: + * RT #72211: pp includes way too much modules (when using 'use strict;')? + * bump Perl version requirement to 5.8.1 + +--- Old: Module-ScanDeps-1.05.tar.gz New: Module-ScanDeps-1.07.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.zZiYtB/_old 2011-12-06 13:52:51.0 +0100 +++ /var/tmp/diff_new_pack.zZiYtB/_new 2011-12-06 13:52:51.0 +0100 @@ -18,7 +18,7 @@ Name: perl-Module-ScanDeps -Version:1.05 +Version:1.07 Release:1 License:GPL+ or Artistic %define cpan_name Module-ScanDeps @@ -27,7 +27,7 @@ Group: Development/Libraries/Perl Source: http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl +BuildRequires: perl >= 5.8.1 BuildRequires: perl-macros BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(version) @@ -55,7 +55,7 @@ %perl_gen_filelist %clean -%{__rm} -rf %{buildroot} +%{?buildroot:%__rm -rf "%{buildroot}"} %files -f %{name}.files %defattr(-,root,root,755) ++ Module-ScanDeps-1.05.tar.gz -> Module-ScanDeps-1.07.tar.gz ++ 4549 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at 2011-11-07 14:28:26 Comparing /work/SRC/openSUSE:Factory/perl-Module-ScanDeps (Old) and /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new (New) Package is "perl-Module-ScanDeps", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2011-09-23 12:38:08.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes 2011-11-07 14:28:33.0 +0100 @@ -1,0 +2,32 @@ +Thu Nov 03 22:54:21 UTC 2011 - pascal.ble...@opensuse.org + +- update to 1.05: + * RT#72082: $FindBin::Bin issue on Moduel::ScanDeps 1.04: make FindBin work +(at least with option -c or -x) by spoofing $0 in the temp script generated +for M:SD::DataFeed + * RT #70134: patch suggestions for Module::ScanDeps 1.04: additional preload +rules, used_via_preload attribute; add suggested %Preload rules + * add %Preload rules for MozRepl + * special case for Package::Stash + * special case for Moose + +- changes from 1.04: + * brown paper bag bug: fix option -x (execute) (broken by changes for -c) + * honor option -I with -c + +- changes from 1.03: + * RT#69213: ScanDeps incompatible with AnyEvent (Perl 5.14, AnyEvent 5.34, +PAR 1.00.2); for option -c (compile) M:SD used to wrap the file in one big +sub and appended an END block where it dumps %INC etc; the outer sub causes +problems with certain contructs; instead we now use an INIT block prepended +to the file + * RT #69471: problem with "eval { require SomeModule }" constructions +Module::ScanDeps::DataFeed now omits %INC pairs with an undefined value +(these may be created by an unsuccessful "require" under certain +conditions); also omit CODE refs from @INC + * simplify Module::ScanDeps::DataFeed somewhat by localizing %INC around +"require Module::ScanDeps::DataFeed" and by using Data::Dumper for the +actual dump + * don't create the tempfiles for DataFeed in the working directory + +--- Old: Module-ScanDeps-1.02.tar.gz New: Module-ScanDeps-1.05.tar.gz Other differences: -- ++ perl-Module-ScanDeps.spec ++ --- /var/tmp/diff_new_pack.EHFwxL/_old 2011-11-07 14:28:34.0 +0100 +++ /var/tmp/diff_new_pack.EHFwxL/_new 2011-11-07 14:28:34.0 +0100 @@ -18,7 +18,7 @@ Name: perl-Module-ScanDeps -Version:1.02 +Version:1.05 Release:1 License:GPL+ or Artistic %define cpan_name Module-ScanDeps @@ -37,31 +37,7 @@ %description This module scans potential modules used by perl programs, and returns a -hash reference; its keys are the module names as appears in '%INC' (e.g. -'Test/More.pm'); the values are hash references with this structure: - -{ -file=> '/usr/local/lib/perl5/5.8.0/Test/More.pm', -key => 'Test/More.pm', -type=> 'module',# or 'autoload', 'data', 'shared' -used_by => [ 'Test/Simple.pm', ... ], -uses=> [ 'Test/Other.pm', ... ], -} - -One function, 'scan_deps', is exported by default. Other functions such as -('scan_line', 'scan_chunk', 'add_deps', 'path_to_inc_name') are exported -upon request. - -Users of *App::Packer* may also use this module as the dependency-checking -frontend, by tweaking their _p2e.pl_ like below: - -use Module::ScanDeps; -... -my $packer = App::Packer->new( frontend => 'Module::ScanDeps' ); -... - -Please see the App::Packer::Frontend manpage for detailed explanation on -the structure returned by 'get_files'. +hash reference. %prep %setup -q -n %{cpan_name}-%{version} ++ Module-ScanDeps-1.02.tar.gz -> Module-ScanDeps-1.05.tar.gz ++ 4760 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Module-ScanDeps for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-ScanDeps for openSUSE:Factory checked in at Tue Jul 19 16:05:54 CEST 2011. New Changes file: --- /dev/null 2010-08-26 16:28:41.0 +0200 +++ /mounts/work_src_done/STABLE/perl-Module-ScanDeps/perl-Module-ScanDeps.changes 2011-05-01 12:54:23.0 +0200 @@ -0,0 +1,37 @@ +--- +Sun May 1 10:53:30 UTC 2011 - co...@opensuse.org + +- updated to 1.02 + * %Preload: add _all_ *.pl file below .../unicore for utf8.pm + + * %Preload: add "unicore/version" for Unicode/UCD.pm +(because it contains a call openunicode(..., "version")) + +--- +Sat Feb 19 23:19:20 UTC 2011 - pascal.ble...@opensuse.org + +- update to 1.00: + * RT#65855: Special handling for POSIX requested + * RT#65252: Temp files left when execute fails + * add a %Preload rule for Log::Report::Dispatcher + * add %Preload rule for Date::Manip + * speed up scanning *significantly* by not re-constructing regexen for every +line of input and reducing the no. of sub calls + * RT#61027: "use lib" does not work + * fix URI special case + +--- +Wed Dec 1 06:55:40 UTC 2010 - co...@novell.com + +- switch to perl_requires macro + +--- +Mon Nov 29 18:30:34 UTC 2010 - co...@novell.com + +- remove /var/adm/perl-modules + +--- +Wed Sep 1 04:56:13 UTC 2010 - pascal.ble...@opensuse.org + +- initial package (0.98) + calling whatdependson for head-i586 New: Module-ScanDeps-1.02.tar.gz perl-Module-ScanDeps.changes perl-Module-ScanDeps.spec Other differences: -- ++ perl-Module-ScanDeps.spec ++ # # spec file for package perl-Module-ScanDeps # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: perl-Module-ScanDeps Version:1.02 Release:1 License:GPL+ or Artistic %define cpan_name Module-ScanDeps Summary:Recursively scan Perl code for dependencies Url:http://search.cpan.org/dist/Module-ScanDeps/ Group: Development/Libraries/Perl Source: http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(version) Requires: perl(Module::Build::ModuleInfo) Requires: perl(version) %{perl_requires} %description This module scans potential modules used by perl programs, and returns a hash reference; its keys are the module names as appears in '%INC' (e.g. 'Test/More.pm'); the values are hash references with this structure: { file=> '/usr/local/lib/perl5/5.8.0/Test/More.pm', key => 'Test/More.pm', type=> 'module',# or 'autoload', 'data', 'shared' used_by => [ 'Test/Simple.pm', ... ], uses=> [ 'Test/Other.pm', ... ], } One function, 'scan_deps', is exported by default. Other functions such as ('scan_line', 'scan_chunk', 'add_deps', 'path_to_inc_name') are exported upon request. Users of *App::Packer* may also use this module as the dependency-checking frontend, by tweaking their _p2e.pl_ like below: use Module::ScanDeps; ... my $packer = App::Packer->new( frontend => 'Module::ScanDeps' ); ... Please see the App::Packer::Frontend manpage for detailed explanation on the structure returned by 'get_files'. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,755) %doc AUTHORS Changes README %changelog Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: