Hello community, here is the log from the commit of package perl-Carton for openSUSE:Factory checked in at 2015-05-18 22:23:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Carton (Old) and /work/SRC/openSUSE:Factory/.perl-Carton.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Carton" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Carton/perl-Carton.changes 2015-05-10 10:47:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Carton.new/perl-Carton.changes 2015-05-18 22:23:38.000000000 +0200 @@ -1,0 +2,10 @@ +Sat May 16 08:05:49 UTC 2015 - [email protected] + +- updated to 1.0.21 + see /usr/share/doc/packages/perl-Carton/Changes + + v1.0.21 2015-05-15 12:21:47 PDT + - Changed Module::Reader dependency to requires for now, since it will be required + on the runtime by the fatpacked carton. + +------------------------------------------------------------------- Old: ---- Carton-v1.0.20.tar.gz New: ---- Carton-v1.0.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Carton.spec ++++++ --- /var/tmp/diff_new_pack.5kfmN9/_old 2015-05-18 22:23:39.000000000 +0200 +++ /var/tmp/diff_new_pack.5kfmN9/_new 2015-05-18 22:23:39.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Carton -Version: 1.0.20 +Version: 1.0.21 Release: 0 %define cpan_name Carton Summary: Perl module dependency manager (aka Bundler for Perl) @@ -39,6 +39,7 @@ BuildRequires: perl(Module::CPANfile) >= 0.9031 BuildRequires: perl(Module::CoreList) BuildRequires: perl(Module::Metadata) >= 1.000003 +BuildRequires: perl(Module::Reader) >= 0.002 BuildRequires: perl(Path::Tiny) >= 0.033 BuildRequires: perl(Try::Tiny) >= 0.09 BuildRequires: perl(parent) >= 0.223 @@ -52,12 +53,12 @@ Requires: perl(Module::CPANfile) >= 0.9031 Requires: perl(Module::CoreList) Requires: perl(Module::Metadata) >= 1.000003 +Requires: perl(Module::Reader) >= 0.002 Requires: perl(Path::Tiny) >= 0.033 Requires: perl(Try::Tiny) >= 0.09 Requires: perl(parent) >= 0.223 Recommends: perl(App::FatPacker) >= 0.009018 Recommends: perl(File::pushd) -Recommends: perl(Module::Reader) >= 0.002 %{perl_requires} %description ++++++ Carton-v1.0.20.tar.gz -> Carton-v1.0.21.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/Changes new/Carton-v1.0.21/Changes --- old/Carton-v1.0.20/Changes 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/Changes 2015-05-15 21:21:51.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for carton +v1.0.21 2015-05-15 12:21:47 PDT + - Changed Module::Reader dependency to requires for now, since it will be required + on the runtime by the fatpacked carton. + v1.0.20 2015-05-08 16:20:37 PDT - INCOMPATIBLE: Disable fatpack generation in carton bundle by default. Use the new standalone command carton fatpack, to generate vendor/bin/carton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/META.json new/Carton-v1.0.21/META.json --- old/Carton-v1.0.20/META.json 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/META.json 2015-05-15 21:21:51.000000000 +0200 @@ -42,8 +42,7 @@ "runtime" : { "recommends" : { "App::FatPacker" : "0.009018", - "File::pushd" : "0", - "Module::Reader" : "0.002" + "File::pushd" : "0" }, "requires" : { "App::cpanminus" : "1.703", @@ -55,6 +54,7 @@ "Module::CPANfile" : "0.9031", "Module::CoreList" : "0", "Module::Metadata" : "1.000003", + "Module::Reader" : "0.002", "Path::Tiny" : "0.033", "Try::Tiny" : "0.09", "parent" : "0.223", @@ -74,7 +74,7 @@ "web" : "https://github.com/perl-carton/carton" } }, - "version" : "v1.0.20", + "version" : "v1.0.21", "x_contributors" : [ "Christian Walde <[email protected]>", "David Golden <[email protected]>", @@ -86,6 +86,7 @@ "NAKAGAWA Masaki <[email protected]>", "Olaf Alders <[email protected]>", "Pedro Figueiredo <[email protected]>", + "Peter Oliver <[email protected]>", "shiba_yu36 <[email protected]>", "Tatsuhiko Miyagawa <[email protected]>", "Tatsuhiko Miyagawa <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/META.yml new/Carton-v1.0.21/META.yml --- old/Carton-v1.0.20/META.yml 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/META.yml 2015-05-15 21:21:51.000000000 +0200 @@ -24,7 +24,6 @@ recommends: App::FatPacker: '0.009018' File::pushd: '0' - Module::Reader: '0.002' requires: App::cpanminus: '1.703' CPAN::Meta: '2.120921' @@ -35,6 +34,7 @@ Module::CPANfile: '0.9031' Module::CoreList: '0' Module::Metadata: '1.000003' + Module::Reader: '0.002' Path::Tiny: '0.033' Try::Tiny: '0.09' parent: '0.223' @@ -43,7 +43,7 @@ bugtracker: https://github.com/perl-carton/carton/issues homepage: https://github.com/perl-carton/carton repository: https://github.com/perl-carton/carton.git -version: v1.0.20 +version: v1.0.21 x_contributors: - 'Christian Walde <[email protected]>' - 'David Golden <[email protected]>' @@ -55,6 +55,7 @@ - 'NAKAGAWA Masaki <[email protected]>' - 'Olaf Alders <[email protected]>' - 'Pedro Figueiredo <[email protected]>' + - 'Peter Oliver <[email protected]>' - 'shiba_yu36 <[email protected]>' - 'Tatsuhiko Miyagawa <[email protected]>' - 'Tatsuhiko Miyagawa <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/Makefile.PL new/Carton-v1.0.21/Makefile.PL --- old/Carton-v1.0.20/Makefile.PL 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/Makefile.PL 2015-05-15 21:21:51.000000000 +0200 @@ -30,11 +30,12 @@ "Module::CPANfile" => "0.9031", "Module::CoreList" => 0, "Module::Metadata" => "1.000003", + "Module::Reader" => "0.002", "Path::Tiny" => "0.033", "Try::Tiny" => "0.09", "parent" => "0.223" }, - "VERSION" => "v1.0.20", + "VERSION" => "v1.0.21", "test" => { "TESTS" => "t/*.t" } @@ -52,6 +53,7 @@ "Module::CPANfile" => "0.9031", "Module::CoreList" => 0, "Module::Metadata" => "1.000003", + "Module::Reader" => "0.002", "Path::Tiny" => "0.033", "Try::Tiny" => "0.09", "parent" => "0.223", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/cpanfile new/Carton-v1.0.21/cpanfile --- old/Carton-v1.0.20/cpanfile 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/cpanfile 2015-05-15 21:21:51.000000000 +0200 @@ -21,7 +21,7 @@ requires 'Module::CoreList'; # for fatpack -recommends 'Module::Reader', 0.002; +requires 'Module::Reader', 0.002; recommends 'File::pushd'; recommends 'App::FatPacker', 0.009018; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/lib/Carton/Doc/Install.pod new/Carton-v1.0.21/lib/Carton/Doc/Install.pod --- old/Carton-v1.0.20/lib/Carton/Doc/Install.pod 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/lib/Carton/Doc/Install.pod 2015-05-15 21:21:51.000000000 +0200 @@ -78,7 +78,7 @@ B<NOTE>: this option, as of version 1.0, is not preserved across multiple runs of C<carton install> or other commands such as C<carton list> or C<carton exec>. You can choose to set the path in -C<PERL_CARTON_PATH> envrionment variable to persist it across +C<PERL_CARTON_PATH> environment variable to persist it across commands. =item --without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/lib/Carton/Packer.pm new/Carton-v1.0.21/lib/Carton/Packer.pm --- old/Carton-v1.0.20/lib/Carton/Packer.pm 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/lib/Carton/Packer.pm 2015-05-15 21:21:51.000000000 +0200 @@ -84,7 +84,9 @@ } }; - File::Find::find({ wanted => $finder, no_chdir => 1 }, grep -d, map "$_/.meta", @INC); + my @meta_dirs = grep -d, map "$_/.meta", @INC; + File::Find::find({ wanted => $finder, no_chdir => 1 }, @meta_dirs) + if @meta_dirs; # return the latest version @meta = sort { version->new($b->version) cmp version->new($a->version) } @meta; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.20/lib/Carton.pm new/Carton-v1.0.21/lib/Carton.pm --- old/Carton-v1.0.20/lib/Carton.pm 2015-05-09 01:21:33.000000000 +0200 +++ new/Carton-v1.0.21/lib/Carton.pm 2015-05-15 21:21:51.000000000 +0200 @@ -1,7 +1,7 @@ package Carton; use strict; use 5.008_005; -use version; our $VERSION = version->declare("v1.0.20"); +use version; our $VERSION = version->declare("v1.0.21"); 1; __END__
