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:
parent
e49333040b
commit
360140b9fa
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user