commit b00bff754cc070d326ccc3ec44b90950d65f9e8e
Author: Paul Howarth <p...@city-fan.org>
Date:   Thu Dec 12 12:11:17 2013 +0000

    Update to 0.049
    
    - New upstream release 0.049
      - Added 'subsumes' method
      - The 'chomp' option for 'lines' will remove any end-of-line sequences 
fully
        instead of just chomping the last character
      - Fixed locking test on AIX
      - Revised locking tests for portability again: locks are now tested from a
        separate process
      - The 'flock' package will no longer indexed by PAUSE
      - Hides warnings and fixes possible fatal errors from pure-perl Cwd,
        particularly on MSWin32
      - Generates filename for atomic writes independent of thread-ID, which 
fixes
        crashing bug on Win32 when fork() is called

 perl-Path-Tiny.spec |   20 +++++++++++++++++---
 sources             |    2 +-
 2 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index 8b3e524..00c4fb7 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:          perl-Path-Tiny
-Version:       0.044
+Version:       0.049
 Release:       1%{?dist}
 Summary:       File path utility
 Group:         Development/Libraries
@@ -11,6 +11,7 @@ BuildArch:    noarch
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
 # Module Runtime
 BuildRequires: perl(Carp)
+BuildRequires: perl(Config)
 BuildRequires: perl(constant)
 BuildRequires: perl(Cwd)
 BuildRequires: perl(Digest) >= 1.03
@@ -22,7 +23,7 @@ BuildRequires:        perl(File::Copy)
 BuildRequires: perl(File::Path) >= 2.07
 BuildRequires: perl(File::Spec) >= 3.40
 BuildRequires: perl(File::stat)
-BuildRequires: perl(File::Temp) >= 0.18
+BuildRequires: perl(File::Temp) >= 0.19
 BuildRequires: perl(if)
 BuildRequires: perl(overload)
 BuildRequires: perl(strict)
@@ -30,7 +31,6 @@ BuildRequires:        perl(threads)
 BuildRequires: perl(warnings)
 # Test Suite
 BuildRequires: perl(blib)
-BuildRequires: perl(Config)
 BuildRequires: perl(CPAN::Meta)
 BuildRequires: perl(CPAN::Meta::Requirements)
 BuildRequires: perl(File::Basename)
@@ -98,6 +98,20 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Thu Dec 12 2013 Paul Howarth <p...@city-fan.org> - 0.049-1
+- Update to 0.049
+  - Added 'subsumes' method
+  - The 'chomp' option for 'lines' will remove any end-of-line sequences fully
+    instead of just chomping the last character
+  - Fixed locking test on AIX
+  - Revised locking tests for portability again: locks are now tested from a
+    separate process
+  - The 'flock' package will no longer indexed by PAUSE
+  - Hides warnings and fixes possible fatal errors from pure-perl Cwd,
+    particularly on MSWin32
+  - Generates filename for atomic writes independent of thread-ID, which fixes
+    crashing bug on Win32 when fork() is called
+
 * Fri Oct 18 2013 Paul Howarth <p...@city-fan.org> - 0.044-1
 - Update to 0.044
   - Fixed child path construction against the root path
diff --git a/sources b/sources
index fd78e3a..fbedf04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-348efaf555b38bd5ecffbbfc8a82ee3b  Path-Tiny-0.044.tar.gz
+a4cda6f443033934eb557cbb8b1256af  Path-Tiny-0.049.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to