diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index acf301e..7efcb21 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,5 +1,5 @@ Name: perl-Path-Tiny -Version: 0.032 +Version: 0.033 Release: 1%{?dist} Summary: File path utility Group: Development/Libraries @@ -100,6 +100,13 @@ make test %{_mandir}/man3/Path::Tiny.3pm* %changelog +* Thu Sep 12 2013 Paul Howarth - 0.033-1 +- Update to 0.033 + - 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 + * Fri Sep 6 2013 Paul Howarth - 0.032-1 - Update to 0.032 - Removed several test dependencies; Path::Tiny now only needs core modules, diff --git a/sources b/sources index 14cd998..20e216d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -479c8df99831c83c5addb71e9609819d Path-Tiny-0.032.tar.gz +cb70291b1792998c4780eced3ca4d20a Path-Tiny-0.033.tar.gz