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
This commit is contained in:
Paul Howarth 2013-12-12 12:11:17 +00:00
parent 88fced6cbb
commit b00bff754c
2 changed files with 18 additions and 4 deletions

View File

@ -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 <paul@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 <paul@city-fan.org> - 0.044-1
- Update to 0.044
- Fixed child path construction against the root path

View File

@ -1 +1 @@
348efaf555b38bd5ecffbbfc8a82ee3b Path-Tiny-0.044.tar.gz
a4cda6f443033934eb557cbb8b1256af Path-Tiny-0.049.tar.gz