[perl-Path-Tiny] Update to 0.065

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 6 12:33:22 UTC 2015


commit dee36f85d16b0271f4adac26134cedf21083908a
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Mar 6 12:31:03 2015 +0000

    Update to 0.065
    
    - New upstream release 0.065
      - Added 'assert' method
      - Added 'visit' method
      - Added support for a negative count for 'lines' to get the last lines of a
        file
      - 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
      - Work around File::Temp bugs on older ActiveState Windows Perls
        https://bugs.activestate.com/show_bug.cgi?id=104767
      - Fixed SYNOPSIS example

 perl-Path-Tiny.spec | 20 ++++++++++++++++++--
 sources             |  2 +-
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index f60b88d..13423c3 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.061
+Version:	0.065
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -21,6 +21,7 @@ BuildRequires:	perl(Digest::SHA) >= 5.45
 BuildRequires:	perl(Exporter) >= 5.57
 BuildRequires:	perl(Fcntl)
 BuildRequires:	perl(File::Copy)
+BuildRequires:	perl(File::Glob)
 BuildRequires:	perl(File::Path) >= 2.07
 BuildRequires:	perl(File::Spec) >= 3.40
 BuildRequires:	perl(File::stat)
@@ -50,6 +51,7 @@ Requires:	perl(Digest::MD5)
 Requires:	perl(Digest::SHA) >= 5.45
 Requires:	perl(Fcntl)
 Requires:	perl(File::Copy)
+Requires:	perl(File::Glob)
 Requires:	perl(File::Path) >= 2.07
 Requires:	perl(File::stat)
 Requires:	perl(File::Temp) >= 0.18
@@ -96,9 +98,23 @@ make test
 %license LICENSE
 %doc Changes CONTRIBUTING.mkdn README
 %{perl_vendorlib}/Path/
-%{_mandir}/man3/Path::Tiny.3pm*
+%{_mandir}/man3/Path::Tiny.3*
 
 %changelog
+* Fri Mar  6 2015 Paul Howarth <paul at city-fan.org> - 0.065-1
+- Update to 0.065
+  - Added 'assert' method
+  - Added 'visit' method
+  - Added support for a negative count for 'lines' to get the last lines of a
+    file
+  - 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
+  - Work around File::Temp bugs on older ActiveState Windows Perls
+    https://bugs.activestate.com/show_bug.cgi?id=104767
+  - Fixed SYNOPSIS example
+
 * Fri Nov 14 2014 Paul Howarth <paul at city-fan.org> - 0.061-1
 - Update to 0.061
   - Fixed append_utf8 and append_raw with 'truncate' option
diff --git a/sources b/sources
index 49c447a..b0ad902 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b82cb206a44b7408b11b991001c45e49  Path-Tiny-0.061.tar.gz
+d0cc4ebe40e639c5c2942fe3abb27fc8  Path-Tiny-0.065.tar.gz


More information about the scm-commits mailing list