Update to 0.068

- New upstream release 0.068
  - Added exclusive locking option to filehandle opens; spew now exclusively
    locks tempfile used for atomic writes
This commit is contained in:
Paul Howarth 2015-03-24 09:44:36 +00:00
parent dee36f85d1
commit 2d698d81bb
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.065
Version: 0.068
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -101,6 +101,11 @@ make test
%{_mandir}/man3/Path::Tiny.3*
%changelog
* Tue Mar 24 2015 Paul Howarth <paul@city-fan.org> - 0.068-1
- Update to 0.068
- Added exclusive locking option to filehandle opens; spew now exclusively
locks tempfile used for atomic writes
* Fri Mar 6 2015 Paul Howarth <paul@city-fan.org> - 0.065-1
- Update to 0.065
- Added 'assert' method
@ -110,7 +115,7 @@ make test
- Fixed tilde expansion if path has spaces
- Make realpath non-fatal if the parent path exists and only the final path
component does not (was fatal on Windows and some Unixes)
- Removed rendundant locking on tempfile use for spewing
- Removed redundant locking on tempfile use for spewing
- Work around File::Temp bugs on older ActiveState Windows Perls
https://bugs.activestate.com/show_bug.cgi?id=104767
- Fixed SYNOPSIS example

View File

@ -1 +1 @@
d0cc4ebe40e639c5c2942fe3abb27fc8 Path-Tiny-0.065.tar.gz
76e99fd1bb615f56954025ae636c6233 Path-Tiny-0.068.tar.gz