Hello community, here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory checked in at 2015-07-22 09:19:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Path-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Path-Tiny" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes 2015-06-30 10:19:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes 2015-07-22 09:19:47.000000000 +0200 @@ -1,0 +2,17 @@ +Tue Jul 21 09:08:05 UTC 2015 - [email protected] + +- updated to 0.072 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.072 2015-07-20 16:07:20-04:00 America/New_York + + - No changes from 0.071 + + 0.071 2015-07-17 13:40:08-04:00 America/New_York (TRIAL RELEASE) + + [FIXED] + + - Fixed incorrect error argument for File::Path functions + (mkpath and remove_tree) + +------------------------------------------------------------------- Old: ---- Path-Tiny-0.070.tar.gz New: ---- Path-Tiny-0.072.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Path-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.NayAdH/_old 2015-07-22 09:19:47.000000000 +0200 +++ /var/tmp/diff_new_pack.NayAdH/_new 2015-07-22 09:19:47.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.070 +Version: 0.072 Release: 0 %define cpan_name Path-Tiny Summary: File path utility ++++++ Path-Tiny-0.070.tar.gz -> Path-Tiny-0.072.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/Changes new/Path-Tiny-0.072/Changes --- old/Path-Tiny-0.070/Changes 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/Changes 2015-07-20 22:07:40.000000000 +0200 @@ -1,5 +1,16 @@ Revision history for Path-Tiny +0.072 2015-07-20 16:07:20-04:00 America/New_York + + - No changes from 0.071 + +0.071 2015-07-17 13:40:08-04:00 America/New_York (TRIAL RELEASE) + + [FIXED] + + - Fixed incorrect error argument for File::Path functions + (mkpath and remove_tree) + 0.070 2015-06-28 13:50:16-04:00 America/New_York - No changes from 0.069 @@ -8,7 +19,7 @@ [CHANGED] - - The 'copy' menthod now returns the object for the copied file + - The 'copy' method now returns the object for the copied file [FIXED] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/MANIFEST new/Path-Tiny-0.072/MANIFEST --- old/Path-Tiny-0.070/MANIFEST 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/MANIFEST 2015-07-20 22:07:40.000000000 +0200 @@ -43,9 +43,9 @@ xt/author/00-compile.t xt/author/critic.t xt/author/pod-spell.t +xt/author/test-version.t xt/release/distmeta.t xt/release/minimum-version.t xt/release/pod-coverage.t xt/release/pod-syntax.t xt/release/portability.t -xt/release/test-version.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/META.json new/Path-Tiny-0.072/META.json --- old/Path-Tiny-0.070/META.json 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/META.json 2015-07-20 22:07:40.000000000 +0200 @@ -100,11 +100,11 @@ "provides" : { "Path::Tiny" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.070" + "version" : "0.072" }, "Path::Tiny::Error" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.070" + "version" : "0.072" } }, "release_status" : "stable", @@ -119,7 +119,7 @@ "web" : "https://github.com/dagolden/Path-Tiny" } }, - "version" : "0.070", + "version" : "0.072", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Alex Efros <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/META.yml new/Path-Tiny-0.072/META.yml --- old/Path-Tiny-0.070/META.yml 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/META.yml 2015-07-20 22:07:40.000000000 +0200 @@ -35,10 +35,10 @@ provides: Path::Tiny: file: lib/Path/Tiny.pm - version: '0.070' + version: '0.072' Path::Tiny::Error: file: lib/Path/Tiny.pm - version: '0.070' + version: '0.072' recommends: Unicode::UTF8: '0.58' requires: @@ -64,7 +64,7 @@ bugtracker: https://github.com/dagolden/Path-Tiny/issues homepage: https://github.com/dagolden/Path-Tiny repository: https://github.com/dagolden/Path-Tiny.git -version: '0.070' +version: '0.072' x_authority: cpan:DAGOLDEN x_contributors: - 'Alex Efros <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/Makefile.PL new/Path-Tiny-0.072/Makefile.PL --- old/Path-Tiny-0.070/Makefile.PL 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/Makefile.PL 2015-07-20 22:07:40.000000000 +0200 @@ -47,7 +47,7 @@ "lib" => 0, "open" => 0 }, - "VERSION" => "0.070", + "VERSION" => "0.072", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/README new/Path-Tiny-0.072/README --- old/Path-Tiny-0.070/README 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/README 2015-07-20 22:07:40.000000000 +0200 @@ -2,7 +2,7 @@ Path::Tiny - File path utility VERSION - version 0.070 + version 0.072 SYNOPSIS use Path::Tiny; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/lib/Path/Tiny.pm new/Path-Tiny-0.072/lib/Path/Tiny.pm --- old/Path-Tiny-0.070/lib/Path/Tiny.pm 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/lib/Path/Tiny.pm 2015-07-20 22:07:40.000000000 +0200 @@ -5,7 +5,7 @@ package Path::Tiny; # ABSTRACT: File path utility -our $VERSION = '0.070'; +our $VERSION = '0.072'; # from Path-Tiny-0.072.tar.gz # Dependencies use Config; @@ -1112,7 +1112,7 @@ my ( $self, $args ) = @_; $args = {} unless ref $args eq 'HASH'; my $err; - $args->{err} = \$err unless defined $args->{err}; + $args->{error} = \$err unless defined $args->{error}; require File::Path; my @dirs = File::Path::make_path( $self->[PATH], $args ); if ( $err && @$err ) { @@ -1369,8 +1369,8 @@ return 0 if !-e $self->[PATH] && !-l $self->[PATH]; $args = {} unless ref $args eq 'HASH'; my $err; - $args->{err} = \$err unless defined $args->{err}; - $args->{safe} = 1 unless defined $args->{safe}; + $args->{error} = \$err unless defined $args->{error}; + $args->{safe} = 1 unless defined $args->{safe}; require File::Path; my $count = File::Path::remove_tree( $self->[PATH], $args ); @@ -1785,7 +1785,7 @@ =head1 VERSION -version 0.070 +version 0.072 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/xt/author/test-version.t new/Path-Tiny-0.072/xt/author/test-version.t --- old/Path-Tiny-0.070/xt/author/test-version.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Path-Tiny-0.072/xt/author/test-version.t 2015-07-20 22:07:40.000000000 +0200 @@ -0,0 +1,24 @@ +use strict; +use warnings; +use Test::More; + +# generated by Dist::Zilla::Plugin::Test::Version 1.05 +use Test::Version; + +my @imports = qw( version_all_ok ); + +my $params = { + is_strict => 0, + has_version => 1, + multiple => 0, + +}; + +push @imports, $params + if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); + + +Test::Version->import(@imports); + +version_all_ok; +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.070/xt/release/test-version.t new/Path-Tiny-0.072/xt/release/test-version.t --- old/Path-Tiny-0.070/xt/release/test-version.t 2015-06-28 19:50:34.000000000 +0200 +++ new/Path-Tiny-0.072/xt/release/test-version.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -use strict; -use warnings; -use Test::More; - -# generated by Dist::Zilla::Plugin::Test::Version 1.04 -use Test::Version; - -my @imports = qw( version_all_ok ); - -my $params = { - is_strict => 0, - has_version => 1, - multiple => 0, - -}; - -push @imports, $params - if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); - - -Test::Version->import(@imports); - -version_all_ok; -done_testing;
