diff --git a/Module-ScanDeps-1.07.tar.gz b/Module-ScanDeps-1.07.tar.gz deleted file mode 100644 index 1d22a0b..0000000 --- a/Module-ScanDeps-1.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11ebb311811807932989e7c6185ad111df35c33007c8af5c26f163d6ad18fc65 -size 57936 diff --git a/Module-ScanDeps-1.10.tar.gz b/Module-ScanDeps-1.10.tar.gz new file mode 100644 index 0000000..0e3db1b --- /dev/null +++ b/Module-ScanDeps-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3c966a6677c04ec4e0cb5b05881e156192ecaf3024ae019a4cc88b37fe057d +size 58946 diff --git a/perl-Module-ScanDeps.changes b/perl-Module-ScanDeps.changes index 02c7f08..1d35141 100644 --- a/perl-Module-ScanDeps.changes +++ b/perl-Module-ScanDeps.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Jan 10 12:13:29 CET 2013 - ro@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 + ------------------------------------------------------------------- Wed Nov 30 22:44:32 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-Module-ScanDeps.spec b/perl-Module-ScanDeps.spec index 15798f4..09c3dce 100644 --- a/perl-Module-ScanDeps.spec +++ b/perl-Module-ScanDeps.spec @@ -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+ or Artistic +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