[perl-Path-Tiny] Update to 0.057

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 23 15:04:15 UTC 2014


commit 360140b9fac98f4f4f2290e6cc708fb3cad48051
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 23 16:03:51 2014 +0100

    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

 perl-Path-Tiny.spec |   10 ++++++++--
 sources             |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index c2d7edf..3f2c59b 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -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 at 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 at redhat.com> - 0.056-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 817ca3d..2389861 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eec36446196606b3b55f4bd183a33f1e  Path-Tiny-0.056.tar.gz
+82654e02db71e4d3ce45a18d6e5e1645  Path-Tiny-0.057.tar.gz


More information about the scm-commits mailing list