Update to 0.057

- New upstream release 0.057
  - On AIX, reads that default to locking would fail without write permissions,
    because locking needs write permissions; the fix is only to lock reads if
    write permissions exist, otherwise locking is skipped
This commit is contained in:
Paul Howarth 2014-09-23 16:03:51 +01:00
parent e49333040b
commit 360140b9fa
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Path-Tiny
Version: 0.056
Release: 2%{?dist}
Version: 0.057
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
License: ASL 2.0
@ -99,6 +99,12 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.057-1
- Update to 0.057
- On AIX, reads that default to locking would fail without write permissions,
because locking needs write permissions; the fix is only to lock reads if
write permissions exist, otherwise locking is skipped
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.056-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
eec36446196606b3b55f4bd183a33f1e Path-Tiny-0.056.tar.gz
82654e02db71e4d3ce45a18d6e5e1645 Path-Tiny-0.057.tar.gz