Hello community, here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory checked in at 2017-02-16 16:46:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-10-18 10:36:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes 2017-02-16 16:46:51.342595558 +0100 @@ -1,0 +2,22 @@ +Mon Feb 13 12:47:43 UTC 2017 - [email protected] + +- updated to 0.100 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.100 2017-01-14 22:47:55-05:00 America/New_York + + - No changes from 0.099-TRIAL. + + 0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE) + + [Tests] + + - Fixed tests for eventual removal of '.' from `@INC` in Perl. + + [Documentation] + + - Fixed filehandle mode typo. + + - Fixed typo in relative() that mentioned rel2abs instead of abs2rel. + +------------------------------------------------------------------- Old: ---- Path-Tiny-0.098.tar.gz New: ---- Path-Tiny-0.100.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Path-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.1tHcvB/_old 2017-02-16 16:46:51.770534791 +0100 +++ /var/tmp/diff_new_pack.1tHcvB/_new 2017-02-16 16:46:51.770534791 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Tiny # -# 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-Path-Tiny -Version: 0.098 +Version: 0.100 Release: 0 %define cpan_name Path-Tiny Summary: File path utility License: Apache-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Path-Tiny/ -Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -85,6 +85,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING.mkdn LICENSE README +%doc Changes CONTRIBUTING.mkdn README +%license LICENSE %changelog ++++++ Path-Tiny-0.098.tar.gz -> Path-Tiny-0.100.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/Changes new/Path-Tiny-0.100/Changes --- old/Path-Tiny-0.098/Changes 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/Changes 2017-01-15 04:48:32.000000000 +0100 @@ -1,5 +1,21 @@ Revision history for Path-Tiny +0.100 2017-01-14 22:47:55-05:00 America/New_York + + - No changes from 0.099-TRIAL. + +0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE) + + [Tests] + + - Fixed tests for eventual removal of '.' from `@INC` in Perl. + + [Documentation] + + - Fixed filehandle mode typo. + + - Fixed typo in relative() that mentioned rel2abs instead of abs2rel. + 0.098 2016-10-09 23:25:11-04:00 America/New_York - No changes from 0.097-TRIAL. @@ -91,8 +107,8 @@ [!!! INCOMPATIBLE CHANGES !!!] - (This warning repeated from 0.079-TRIAL) The relative() method no - longer uses File::Spec's buggy rel2bs method. The new Path::Tiny - algorithm should be comparable and passes File::Spec rel2abs test + longer uses File::Spec's buggy abs2rel method. The new Path::Tiny + algorithm should be comparable and passes File::Spec abs2rel test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops @@ -115,7 +131,7 @@ - The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes - File::Spec rel2abs test cases, except that it correctly accounts for + File::Spec abs2rel test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/META.json new/Path-Tiny-0.100/META.json --- old/Path-Tiny-0.098/META.json 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/META.json 2017-01-15 04:48:32.000000000 +0100 @@ -53,6 +53,7 @@ "Pod::Wordlist" : "0", "Software::License::Apache_2_0" : "0", "Test::CPAN::Meta" : "0", + "Test::MinimumVersion" : "0", "Test::More" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", @@ -110,11 +111,11 @@ "provides" : { "Path::Tiny" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.098" + "version" : "0.100" }, "Path::Tiny::Error" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.098" + "version" : "0.100" } }, "release_status" : "stable", @@ -129,7 +130,7 @@ "web" : "https://github.com/dagolden/Path-Tiny" } }, - "version" : "0.098", + "version" : "0.100", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Alex Efros <[email protected]>", @@ -160,6 +161,6 @@ "Yanick Champoux <[email protected]>", "\uae40\ub3c4\ud615 - Keedi Kim <[email protected]>" ], - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/META.yml new/Path-Tiny-0.100/META.yml --- old/Path-Tiny-0.098/META.yml 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/META.yml 2017-01-15 04:48:32.000000000 +0100 @@ -35,10 +35,10 @@ provides: Path::Tiny: file: lib/Path/Tiny.pm - version: '0.098' + version: '0.100' Path::Tiny::Error: file: lib/Path/Tiny.pm - version: '0.098' + version: '0.100' 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.098' +version: '0.100' x_authority: cpan:DAGOLDEN x_contributors: - 'Alex Efros <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/Makefile.PL new/Path-Tiny-0.100/Makefile.PL --- old/Path-Tiny-0.098/Makefile.PL 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/Makefile.PL 2017-01-15 04:48:32.000000000 +0100 @@ -46,7 +46,7 @@ "lib" => 0, "open" => 0 }, - "VERSION" => "0.098", + "VERSION" => "0.100", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/README new/Path-Tiny-0.100/README --- old/Path-Tiny-0.098/README 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/README 2017-01-15 04:48:32.000000000 +0100 @@ -2,7 +2,7 @@ Path::Tiny - File path utility VERSION - version 0.098 + version 0.100 SYNOPSIS use Path::Tiny; @@ -425,7 +425,7 @@ $fh = path("/tmp/foo.txt")->filehandle({ exclusive => 1 }, $mode, $binmode); Returns an open file handle. The $mode argument must be a Perl-style - read/write mode string ("<" ,">", "<<", etc.). If a $binmode is given, + read/write mode string ("<" ,">", ">>", etc.). If a $binmode is given, it is set during the "open" call. An optional hash reference may be used to pass options. @@ -657,7 +657,7 @@ will consist of updirs ("..") to reach the common prefix, followed by the original path less the common prefix. - Unlike "File::Spec::rel2abs", in the last case above, the calculation + Unlike "File::Spec::abs2rel", in the last case above, the calculation based on a common prefix takes into account symlinks that could affect the updir process. Given an original path "/A/B" and a new base "/A/C", (where "A", "B" and "C" could each have multiple path components): @@ -914,7 +914,7 @@ CAVEATS Subclassing not supported For speed, this class is implemented as an array based object and uses - many direction function calls internally. You must not subclass it and + many direct function calls internally. You must not subclass it and expect things to work properly. File locking diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/cpanfile new/Path-Tiny-0.100/cpanfile --- old/Path-Tiny-0.098/cpanfile 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/cpanfile 2017-01-15 04:48:32.000000000 +0100 @@ -63,6 +63,7 @@ requires "Pod::Wordlist" => "0"; requires "Software::License::Apache_2_0" => "0"; requires "Test::CPAN::Meta" => "0"; + requires "Test::MinimumVersion" => "0"; requires "Test::More" => "0"; requires "Test::Pod" => "1.41"; requires "Test::Pod::Coverage" => "1.08"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/lib/Path/Tiny.pm new/Path-Tiny-0.100/lib/Path/Tiny.pm --- old/Path-Tiny-0.098/lib/Path/Tiny.pm 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/lib/Path/Tiny.pm 2017-01-15 04:48:32.000000000 +0100 @@ -5,7 +5,7 @@ package Path::Tiny; # ABSTRACT: File path utility -our $VERSION = '0.098'; +our $VERSION = '0.100'; # Dependencies use Config; @@ -949,7 +949,7 @@ #pod $fh = path("/tmp/foo.txt")->filehandle({ exclusive => 1 }, $mode, $binmode); #pod #pod Returns an open file handle. The C<$mode> argument must be a Perl-style -#pod read/write mode string ("<" ,">", "<<", etc.). If a C<$binmode> +#pod read/write mode string ("<" ,">", ">>", etc.). If a C<$binmode> #pod is given, it is set during the C<open> call. #pod #pod An optional hash reference may be used to pass options. @@ -1513,7 +1513,7 @@ #pod consist of updirs (C<"..">) to reach the common prefix, followed by the #pod original path less the common prefix. #pod -#pod Unlike C<File::Spec::rel2abs>, in the last case above, the calculation based +#pod Unlike C<File::Spec::abs2rel>, in the last case above, the calculation based #pod on a common prefix takes into account symlinks that could affect the updir #pod process. Given an original path "/A/B" and a new base "/A/C", #pod (where "A", "B" and "C" could each have multiple path components): @@ -2107,7 +2107,7 @@ =head1 VERSION -version 0.098 +version 0.100 =head1 SYNOPSIS @@ -2557,7 +2557,7 @@ $fh = path("/tmp/foo.txt")->filehandle({ exclusive => 1 }, $mode, $binmode); Returns an open file handle. The C<$mode> argument must be a Perl-style -read/write mode string ("<" ,">", "<<", etc.). If a C<$binmode> +read/write mode string ("<" ,">", ">>", etc.). If a C<$binmode> is given, it is set during the C<open> call. An optional hash reference may be used to pass options. @@ -2803,7 +2803,7 @@ =back -Unlike C<File::Spec::rel2abs>, in the last case above, the calculation based +Unlike C<File::Spec::abs2rel>, in the last case above, the calculation based on a common prefix takes into account symlinks that could affect the updir process. Given an original path "/A/B" and a new base "/A/C", (where "A", "B" and "C" could each have multiple path components): @@ -3087,7 +3087,7 @@ =head2 Subclassing not supported For speed, this class is implemented as an array based object and uses many -direction function calls internally. You must not subclass it and expect +direct function calls internally. You must not subclass it and expect things to work properly. =head2 File locking diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/t/00-report-prereqs.dd new/Path-Tiny-0.100/t/00-report-prereqs.dd --- old/Path-Tiny-0.098/t/00-report-prereqs.dd 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/t/00-report-prereqs.dd 2017-01-15 04:48:32.000000000 +0100 @@ -26,6 +26,7 @@ 'Pod::Wordlist' => '0', 'Software::License::Apache_2_0' => '0', 'Test::CPAN::Meta' => '0', + 'Test::MinimumVersion' => '0', 'Test::More' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/t/input_output_no_PU_UU.t new/Path-Tiny-0.100/t/input_output_no_PU_UU.t --- old/Path-Tiny-0.098/t/input_output_no_PU_UU.t 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/t/input_output_no_PU_UU.t 2017-01-15 04:48:32.000000000 +0100 @@ -11,7 +11,7 @@ note "Hiding Unicode::UTF8 and PerlIO::utf8_strict"; -do "t/input_output.t"; +do "./t/input_output.t"; # # This file is part of Path-Tiny diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/t/input_output_no_UU.t new/Path-Tiny-0.100/t/input_output_no_UU.t --- old/Path-Tiny-0.098/t/input_output_no_UU.t 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/t/input_output_no_UU.t 2017-01-15 04:48:32.000000000 +0100 @@ -12,7 +12,7 @@ note "Hiding Unicode::UTF8"; -do "t/input_output.t"; +do "./t/input_output.t"; # # This file is part of Path-Tiny diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/xt/author/00-compile.t new/Path-Tiny-0.100/xt/author/00-compile.t --- old/Path-Tiny-0.098/xt/author/00-compile.t 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/xt/author/00-compile.t 2017-01-15 04:48:32.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.056 use Test::More; @@ -19,7 +19,9 @@ local $ENV{HOME} = File::Temp::tempdir( CLEANUP => 1 ); -my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; +my @switches = ( + -d 'blib' ? '-Mblib' : '-Ilib', +); use File::Spec; use IPC::Open3; @@ -33,7 +35,11 @@ # see L<perlfaq8/How can I capture STDERR from an external command?> my $stderr = IO::Handle->new; - my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} } + $^X, @switches, '-e', "require q[$lib]")) + if $ENV{PERL_COMPILE_TEST_DEBUG}; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.098/xt/author/pod-spell.t new/Path-Tiny-0.100/xt/author/pod-spell.t --- old/Path-Tiny-0.098/xt/author/pod-spell.t 2016-10-10 05:25:46.000000000 +0200 +++ new/Path-Tiny-0.100/xt/author/pod-spell.t 2017-01-15 04:48:32.000000000 +0100 @@ -2,7 +2,7 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007003 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007004 use Test::Spelling 0.12; use Pod::Wordlist;
