Hello community,

here is the log from the commit of package perl-Carton for openSUSE:Factory 
checked in at 2015-05-10 10:47:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02 
16:16:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carton.new/perl-Carton.changes     
2015-05-10 10:47:31.000000000 +0200
@@ -1,0 +2,10 @@
+Sat May  9 07:49:30 UTC 2015 - co...@suse.com
+
+- updated to 1.0.20
+   see /usr/share/doc/packages/perl-Carton/Changes
+
+  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
+
+-------------------------------------------------------------------

Old:
----
  Carton-v1.0.19.tar.gz

New:
----
  Carton-v1.0.20.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Carton.spec ++++++
--- /var/tmp/diff_new_pack.ktwrgw/_old  2015-05-10 10:47:32.000000000 +0200
+++ /var/tmp/diff_new_pack.ktwrgw/_new  2015-05-10 10:47:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Carton
-Version:        1.0.19
+Version:        1.0.20
 Release:        0
 %define cpan_name Carton
 Summary:        Perl module dependency manager (aka Bundler for Perl)

++++++ Carton-v1.0.19.tar.gz -> Carton-v1.0.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/Changes new/Carton-v1.0.20/Changes
--- old/Carton-v1.0.19/Changes  2015-05-02 02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/Changes  2015-05-09 01:21:33.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for 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
+
 v1.0.19  2015-05-01 17:48:06 PDT
         - Remove Module::Build and MakeMaker from prerequisite since cpanm will
           install them as required
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/MANIFEST new/Carton-v1.0.20/MANIFEST
--- old/Carton-v1.0.19/MANIFEST 2015-05-02 02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/MANIFEST 2015-05-09 01:21:33.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.035.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.036.
 Changes
 LICENSE
 MANIFEST
@@ -19,6 +19,7 @@
 lib/Carton/Doc/Check.pod
 lib/Carton/Doc/Exec.pod
 lib/Carton/Doc/FAQ.pod
+lib/Carton/Doc/Fatpack.pod
 lib/Carton/Doc/Install.pod
 lib/Carton/Doc/List.pod
 lib/Carton/Doc/Show.pod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/META.json new/Carton-v1.0.20/META.json
--- old/Carton-v1.0.19/META.json        2015-05-02 02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/META.json        2015-05-09 01:21:33.000000000 +0200
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.035, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001",
+   "generated_by" : "Dist::Zilla version 5.036, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001",
    "license" : [
       "perl_5"
    ],
@@ -74,7 +74,7 @@
          "web" : "https://github.com/perl-carton/carton";
       }
    },
-   "version" : "v1.0.19",
+   "version" : "v1.0.20",
    "x_contributors" : [
       "Christian Walde <walde.christ...@googlemail.com>",
       "David Golden <dagol...@cpan.org>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/META.yml new/Carton-v1.0.20/META.yml
--- old/Carton-v1.0.19/META.yml 2015-05-02 02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/META.yml 2015-05-09 01:21:33.000000000 +0200
@@ -7,7 +7,7 @@
   ExtUtils::MakeMaker: '0'
   version: '0.77'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.035, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001'
+generated_by: 'Dist::Zilla version 5.036, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -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.19
+version: v1.0.20
 x_contributors:
   - 'Christian Walde <walde.christ...@googlemail.com>'
   - 'David Golden <dagol...@cpan.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/Makefile.PL 
new/Carton-v1.0.20/Makefile.PL
--- old/Carton-v1.0.19/Makefile.PL      2015-05-02 02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/Makefile.PL      2015-05-09 01:21:33.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.035.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.036.
 use strict;
 use warnings;
 
@@ -34,7 +34,7 @@
     "Try::Tiny" => "0.09",
     "parent" => "0.223"
   },
-  "VERSION" => "v1.0.19",
+  "VERSION" => "v1.0.20",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/lib/Carton/CLI.pm 
new/Carton-v1.0.20/lib/Carton/CLI.pm
--- old/Carton-v1.0.19/lib/Carton/CLI.pm        2015-05-02 02:48:10.000000000 
+0200
+++ new/Carton-v1.0.20/lib/Carton/CLI.pm        2015-05-09 01:21:33.000000000 
+0200
@@ -145,12 +145,6 @@
 sub cmd_bundle {
     my($self, @args) = @_;
 
-    my $fatpack = 1;
-    $self->parse_options(
-        \@args,
-        "fatpack!" => \$fatpack,
-    );
-
     my $env = Carton::Environment->build;
     $env->snapshot->load;
 
@@ -162,14 +156,17 @@
     );
     $builder->bundle($env->install_path, $env->vendor_cache, $env->snapshot);
 
-    if ($fatpack) {
-        require Carton::Packer;
-        Carton::Packer->new->fatpack_carton($env->vendor_bin);
-    }
-
     $self->printf("Complete! Modules were bundled into %s\n", 
$env->vendor_cache, SUCCESS);
 }
 
+sub cmd_fatpack {
+    my($self, @args) = @_;
+
+    my $env = Carton::Environment->build;
+    require Carton::Packer;
+    Carton::Packer->new->fatpack_carton($env->vendor_bin);
+}
+
 sub cmd_install {
     my($self, @args) = @_;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/lib/Carton/Doc/Bundle.pod 
new/Carton-v1.0.20/lib/Carton/Doc/Bundle.pod
--- old/Carton-v1.0.19/lib/Carton/Doc/Bundle.pod        2015-05-02 
02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/lib/Carton/Doc/Bundle.pod        2015-05-09 
01:21:33.000000000 +0200
@@ -16,12 +16,5 @@
 transferred to another host with scp/rsync etc. to use with C<carton
 install --cached>.
 
-=head1 OPTIONS
-
-=over 4
-
-=item --no-fatpack
-
-Skip generating fatpacked C<carton> executable in C<vendor/bin>.
-
-=back
+See also C<carton fatpack> that generates C<carton> executable in
+C<vendor/bin>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/lib/Carton/Doc/Fatpack.pod 
new/Carton-v1.0.20/lib/Carton/Doc/Fatpack.pod
--- old/Carton-v1.0.19/lib/Carton/Doc/Fatpack.pod       1970-01-01 
01:00:00.000000000 +0100
+++ new/Carton-v1.0.20/lib/Carton/Doc/Fatpack.pod       2015-05-09 
01:21:33.000000000 +0200
@@ -0,0 +1,15 @@
+=head1 NAME
+
+Carton::Doc::Fatpack - Fatpack carton executable into vendor/bin
+
+=head1 SYNOPSIS
+
+  carton fatpack
+
+=head1 DESCRIPTION
+
+This command creates a fatpack executable of C<carton> in
+C<vendor/bin> directory, so that it can be used to bootstrap
+deployment process, combined with C<carton bundle> and C<carton
+install --cached>.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/lib/Carton.pm 
new/Carton-v1.0.20/lib/Carton.pm
--- old/Carton-v1.0.19/lib/Carton.pm    2015-05-02 02:48:10.000000000 +0200
+++ new/Carton-v1.0.20/lib/Carton.pm    2015-05-09 01:21:33.000000000 +0200
@@ -1,7 +1,7 @@
 package Carton;
 use strict;
 use 5.008_005;
-use version; our $VERSION = version->declare("v1.0.19");
+use version; our $VERSION = version->declare("v1.0.20");
 
 1;
 __END__


Reply via email to