[perl-Path-Tiny] Update to 0.052

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 15 12:56:25 UTC 2014


commit 3487eeae740ea480dc176845a9711eb50d7c5711
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 15 12:56:07 2014 +0000

    Update to 0.052
    
    - New upstream release 0.052
      - Backslash-to-slash conversion now only happens on Windows (since backslash
        is legal on Unix, we must allow it)

 perl-Path-Tiny.spec |    7 ++++++-
 sources             |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index ab24a41..127304f 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.051
+Version:	0.052
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -98,6 +98,11 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Wed Jan 15 2014 Paul Howarth <paul at city-fan.org> - 0.052-1
+- Update to 0.052
+  - Backslash-to-slash conversion now only happens on Windows (since backslash
+    is legal on Unix, we must allow it)
+
 * Sat Dec 21 2013 Paul Howarth <paul at city-fan.org> - 0.051-1
 - Update to 0.051
   - Recursive iteration won't throw an exception if a directory is removed or
diff --git a/sources b/sources
index 197bb19..cbc9ee6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7047068ee6df8b0378d885bca1c6a614  Path-Tiny-0.051.tar.gz
+348e1ba505b26a5037f05e1b5059f21d  Path-Tiny-0.052.tar.gz


More information about the scm-commits mailing list