[perl-Path-Tiny] Update to 0.068

Paul Howarth pghmcfc at fedoraproject.org
Tue Mar 24 09:45:04 UTC 2015


commit 2d698d81bb9eda9cf22deea02b311a5e3ecc9fba
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Mar 24 09:44:36 2015 +0000

    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

 perl-Path-Tiny.spec | 9 +++++++--
 sources             | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 13423c3..6574a76 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -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 at 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 at 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
diff --git a/sources b/sources
index b0ad902..5b47388 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0cc4ebe40e639c5c2942fe3abb27fc8  Path-Tiny-0.065.tar.gz
+76e99fd1bb615f56954025ae636c6233  Path-Tiny-0.068.tar.gz


More information about the scm-commits mailing list