Hello community, here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory checked in at 2020-02-03 11:27:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Path-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Path-Tiny" Mon Feb 3 11:27:00 2020 rev:22 rq:768756 version:0.112 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes 2020-01-20 22:47:53.779169288 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new.26092/perl-Path-Tiny.changes 2020-02-03 11:27:00.458138214 +0100 @@ -1,0 +2,15 @@ +Thu Jan 30 03:14:53 UTC 2020 - <[email protected]> + +- updated to 0.112 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.112 2020-01-28 22:12:16-05:00 America/New_York + + - No changes from 0.111-TRIAL. + + 0.111 2020-01-23 10:54:48-05:00 America/New_York (TRIAL RELEASE) + + - Another test fix on Windows, possibly due to a behavior change in + Cwd::getdcwd. + +------------------------------------------------------------------- Old: ---- Path-Tiny-0.110.tar.gz New: ---- Path-Tiny-0.112.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Path-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.2ZzXb4/_old 2020-02-03 11:27:01.190138246 +0100 +++ /var/tmp/diff_new_pack.2ZzXb4/_new 2020-02-03 11:27:01.194138245 +0100 @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.110 +Version: 0.112 Release: 0 %define cpan_name Path-Tiny Summary: File path utility ++++++ Path-Tiny-0.110.tar.gz -> Path-Tiny-0.112.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/Changes new/Path-Tiny-0.112/Changes --- old/Path-Tiny-0.110/Changes 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/Changes 2020-01-29 04:12:46.000000000 +0100 @@ -1,5 +1,14 @@ Revision history for Path-Tiny +0.112 2020-01-28 22:12:16-05:00 America/New_York + + - No changes from 0.111-TRIAL. + +0.111 2020-01-23 10:54:48-05:00 America/New_York (TRIAL RELEASE) + + - Another test fix on Windows, possibly due to a behavior change in + Cwd::getdcwd. + 0.110 2020-01-13 13:11:38-05:00 America/New_York - No changes from 0.109-TRIAL. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/META.json new/Path-Tiny-0.112/META.json --- old/Path-Tiny-0.110/META.json 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/META.json 2020-01-29 04:12:46.000000000 +0100 @@ -112,11 +112,11 @@ "provides" : { "Path::Tiny" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.110" + "version" : "0.112" }, "Path::Tiny::Error" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.110" + "version" : "0.112" } }, "release_status" : "stable", @@ -131,7 +131,7 @@ "web" : "https://github.com/dagolden/Path-Tiny" } }, - "version" : "0.110", + "version" : "0.112", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Alex Efros <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/META.yml new/Path-Tiny-0.112/META.yml --- old/Path-Tiny-0.110/META.yml 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/META.yml 2020-01-29 04:12:46.000000000 +0100 @@ -36,10 +36,10 @@ provides: Path::Tiny: file: lib/Path/Tiny.pm - version: '0.110' + version: '0.112' Path::Tiny::Error: file: lib/Path/Tiny.pm - version: '0.110' + version: '0.112' recommends: Unicode::UTF8: '0.58' requires: @@ -66,7 +66,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.110' +version: '0.112' x_authority: cpan:DAGOLDEN x_contributors: - 'Alex Efros <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/Makefile.PL new/Path-Tiny-0.112/Makefile.PL --- old/Path-Tiny-0.110/Makefile.PL 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/Makefile.PL 2020-01-29 04:12:46.000000000 +0100 @@ -48,7 +48,7 @@ "lib" => 0, "open" => 0 }, - "VERSION" => "0.110", + "VERSION" => "0.112", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/README new/Path-Tiny-0.112/README --- old/Path-Tiny-0.110/README 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/README 2020-01-29 04:12:46.000000000 +0100 @@ -2,7 +2,7 @@ Path::Tiny - File path utility VERSION - version 0.110 + version 0.112 SYNOPSIS use Path::Tiny; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/lib/Path/Tiny.pm new/Path-Tiny-0.112/lib/Path/Tiny.pm --- old/Path-Tiny-0.110/lib/Path/Tiny.pm 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/lib/Path/Tiny.pm 2020-01-29 04:12:46.000000000 +0100 @@ -5,7 +5,7 @@ package Path::Tiny; # ABSTRACT: File path utility -our $VERSION = '0.110'; +our $VERSION = '0.112'; # Dependencies use Config; @@ -2156,7 +2156,7 @@ =head1 VERSION -version 0.110 +version 0.112 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.110/t/zzz-spec.t new/Path-Tiny-0.112/t/zzz-spec.t --- old/Path-Tiny-0.110/t/zzz-spec.t 2020-01-13 19:12:08.000000000 +0100 +++ new/Path-Tiny-0.112/t/zzz-spec.t 2020-01-29 04:12:46.000000000 +0100 @@ -113,7 +113,9 @@ [ "path('//d1','d2')", '//d1/d2/' ], ); # These test require no "A:" drive mapped - if ( Cwd::getdcwd("A:") eq '' ) { + my $drive_a_cwd = Cwd::getdcwd("A:"); + $drive_a_cwd = "" unless defined $drive_a_cwd; + if ( $drive_a_cwd eq "" ) { push @win32_tests, [ "path('A:/d1','d2','d3')", 'A:/d1/d2/d3' ], [ "path('A:/')", 'A:/' ], @@ -125,77 +127,6 @@ } } -# XXX not sure how to adapt this sanely for use with Path::Tiny testing, so -# I'll punt for now - -## -### FakeWin32 subclass (see below) just sets CWD to C:\one\two and getdcwd('D') to D:\alpha\beta -## -##[ "FakeWin32->abs2rel('/t1/t2/t3','/t1/t2/t3')", '.' ], -##[ "FakeWin32->abs2rel('/t1/t2/t4','/t1/t2/t3')", '..\\t4' ], -##[ "FakeWin32->abs2rel('/t1/t2','/t1/t2/t3')", '..' ], -##[ "FakeWin32->abs2rel('/t1/t2/t3/t4','/t1/t2/t3')", 't4' ], -##[ "FakeWin32->abs2rel('/t4/t5/t6','/t1/t2/t3')", '..\\..\\..\\t4\\t5\\t6' ], -##[ "FakeWin32->abs2rel('../t4','/t1/t2/t3')", '..\\..\\..\\one\\t4' ], # Uses _cwd() -##[ "FakeWin32->abs2rel('/','/t1/t2/t3')", '..\\..\\..' ], -##[ "FakeWin32->abs2rel('///','/t1/t2/t3')", '..\\..\\..' ], -##[ "FakeWin32->abs2rel('/.','/t1/t2/t3')", '..\\..\\..' ], -##[ "FakeWin32->abs2rel('/./','/t1/t2/t3')", '..\\..\\..' ], -##[ "FakeWin32->abs2rel('\\\\a/t1/t2/t4','/t2/t3')", '\\\\a\\t1\\t2\\t4' ], -##[ "FakeWin32->abs2rel('//a/t1/t2/t4','/t2/t3')", '\\\\a\\t1\\t2\\t4' ], -##[ "FakeWin32->abs2rel('A:/t1/t2/t3','A:/t1/t2/t3')", '.' ], -##[ "FakeWin32->abs2rel('A:/t1/t2/t3/t4','A:/t1/t2/t3')", 't4' ], -##[ "FakeWin32->abs2rel('A:/t1/t2/t3','A:/t1/t2/t3/t4')", '..' ], -##[ "FakeWin32->abs2rel('A:/t1/t2/t3','B:/t1/t2/t3')", 'A:\\t1\\t2\\t3' ], -##[ "FakeWin32->abs2rel('A:/t1/t2/t3/t4','B:/t1/t2/t3')", 'A:\\t1\\t2\\t3\\t4' ], -##[ "FakeWin32->abs2rel('E:/foo/bar/baz')", 'E:\\foo\\bar\\baz' ], -##[ "FakeWin32->abs2rel('C:/one/two/three')", 'three' ], -##[ "FakeWin32->abs2rel('C:\\Windows\\System32', 'C:\\')", 'Windows\System32' ], -##[ "FakeWin32->abs2rel('\\\\computer2\\share3\\foo.txt', '\\\\computer2\\share3')", 'foo.txt' ], -##[ "FakeWin32->abs2rel('C:\\one\\two\\t\\asd1\\', 't\\asd\\')", '..\\asd1' ], -##[ "FakeWin32->abs2rel('\\one\\two', 'A:\\foo')", 'C:\\one\\two' ], -## -##[ "FakeWin32->rel2abs('temp','C:/')", 'C:\\temp' ], -##[ "FakeWin32->rel2abs('temp','C:/a')", 'C:\\a\\temp' ], -##[ "FakeWin32->rel2abs('temp','C:/a/')", 'C:\\a\\temp' ], -##[ "FakeWin32->rel2abs('../','C:/')", 'C:\\' ], -##[ "FakeWin32->rel2abs('../','C:/a')", 'C:\\' ], -##[ "FakeWin32->rel2abs('\\foo','C:/a')", 'C:\\foo' ], -##[ "FakeWin32->rel2abs('temp','//prague_main/work/')", '\\\\prague_main\\work\\temp' ], -##[ "FakeWin32->rel2abs('../temp','//prague_main/work/')", '\\\\prague_main\\work\\temp' ], -##[ "FakeWin32->rel2abs('temp','//prague_main/work')", '\\\\prague_main\\work\\temp' ], -##[ "FakeWin32->rel2abs('../','//prague_main/work')", '\\\\prague_main\\work' ], -##[ "FakeWin32->rel2abs('D:foo.txt')", 'D:\\alpha\\beta\\foo.txt' ], - -## -##can_ok('File::Spec::Win32', '_cwd'); -## -##{ -## package File::Spec::FakeWin32; -## use vars qw(@ISA); -## @ISA = qw(File::Spec::Win32); -## -## sub _cwd { 'C:\\one\\two' } -## -## # Some funky stuff to override Cwd::getdcwd() for testing purposes, -## # in the limited scope of the rel2abs() method. -## if ($Cwd::VERSION && $Cwd::VERSION gt '2.17') { # Avoid a 'used only once' warning -## local $^W; -## *rel2abs = sub { -## my $self = shift; -## local $^W; -## local *Cwd::getdcwd = sub { -## return 'D:\alpha\beta' if $_[0] eq 'D:'; -## return 'C:\one\two' if $_[0] eq 'C:'; -## return; -## }; -## *Cwd::getdcwd = *Cwd::getdcwd; # Avoid a 'used only once' warning -## return $self->SUPER::rel2abs(@_); -## }; -## *rel2abs = *rel2abs; # Avoid a 'used only once' warning -## } -##} - # Tries a named function with the given args and compares the result against # an expected result. Works with functions that return scalars or arrays. for ( @tests, $IS_WIN32 ? @win32_tests : () ) {
