Dirk Stoecker 2013-09-25 07:49:14 +00:00 committed by Git OBS Bridge
parent 7008affcb7
commit 486c3d57ed
4 changed files with 37 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d1d66d162346c2b0dbe1eb6cb472fb28e0b11b006f9b031c341112a3efada7e
size 40573

3
Path-Tiny-0.035.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68e49e087dcc16ffdec2f9b1233c613413f70e4b288d80778c2d6b0630ccd934
size 44291

View File

@ -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

View File

@ -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}