From 486c3d57eda1f4d45c3606b3d87c768718f3777fda54c69194373281f2fefb40 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 25 Sep 2013 07:49:14 +0000 Subject: [PATCH] update to version 0.035 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=3 --- Path-Tiny-0.027.tar.gz | 3 --- Path-Tiny-0.035.tar.gz | 3 +++ perl-Path-Tiny.changes | 32 ++++++++++++++++++++++++++++++++ perl-Path-Tiny.spec | 8 ++------ 4 files changed, 37 insertions(+), 9 deletions(-) delete mode 100644 Path-Tiny-0.027.tar.gz create mode 100644 Path-Tiny-0.035.tar.gz diff --git a/Path-Tiny-0.027.tar.gz b/Path-Tiny-0.027.tar.gz deleted file mode 100644 index e2e21c6..0000000 --- a/Path-Tiny-0.027.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d1d66d162346c2b0dbe1eb6cb472fb28e0b11b006f9b031c341112a3efada7e -size 40573 diff --git a/Path-Tiny-0.035.tar.gz b/Path-Tiny-0.035.tar.gz new file mode 100644 index 0000000..acd355c --- /dev/null +++ b/Path-Tiny-0.035.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e49e087dcc16ffdec2f9b1233c613413f70e4b288d80778c2d6b0630ccd934 +size 44291 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 1e47de2..256486a 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Sep 25 07:34:04 UTC 2013 - opensuse@dstoecker.de + +- update to 0.035 + [INCOMPATIBLE CHANGE] + - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; + this removes the last dependency on autodie, which allows us to + support Perls as far back as v5.8.1 + + - Fixed flock warning on BSD that was broken with the autodie + removal; now also applies to all BSD flavors + - BSD/NFS flock fix was not backwards compatible before v5.14. This + fixes it harder. + - dropped autodie + - lowered ExtUtils::MakeMaker configure_requires version to 6.17 + - Perl on BSD may not support locking on an NFS filesystem. If this is + detected, Path::Tiny warns and continues in an unsafe mode. The + 'flock' warning category may be fatalized to die instead. + - Added 'iterator' example showing defaults + - Removed several test dependencies. Path::Tiny now only needs + core modules, though some must be upgraded on old Perls + - parent() on paths with internal double dots (e.g. /foo..bar.txt) now works + correctly + - t/zzz-spec.t used getcwd() instead of getdcwd(), which breaks + on Windows if the build directory isn't on the 'C' drive + - On Win32, "C:/" no longer is changed to "C:". Also, "C:" is + converted to the absolute path of cwd on the "C:" volume. UNC paths + ("//server/share/") now retain their trailing slash to correctly + distinguish volume and directory paths when split + - The 'children()' method now takes an optional regular expression to + filter the results + ------------------------------------------------------------------- Tue Jul 30 05:43:48 UTC 2013 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 3a1662a..ac9d959 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.027 +Version: 0.035 Release: 0 %define cpan_name Path-Tiny Summary: File path utility @@ -39,15 +39,11 @@ BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::FailWarnings) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 -BuildRequires: perl(autodie::exception) >= 2.14 -#BuildRequires: perl(Path::Class) -#BuildRequires: perl(Path::Tiny) -#BuildRequires: perl(Unicode::UTF8) >= 0.58 Requires: perl(Digest::SHA) >= 5.45 +Requires: perl(File::Copy) Requires: perl(File::Path) >= 2.07 Requires: perl(File::Spec) >= 3.40 Requires: perl(File::Temp) >= 0.18 -Requires: perl(autodie::exception) >= 2.14 Recommends: perl(Unicode::UTF8) >= 0.58 %{perl_requires}