commit 88fced6cbb254bc06de36475512c99f459ac2f71 Author: Paul Howarth <p...@city-fan.org> Date: Fri Oct 18 15:51:55 2013 +0100
Update to 0.044 - New upstream release 0.044 - Fixed child path construction against the root path - Fixed path construction when a relative volume is provided as the first argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"), not path("C:/lib") - On AIX, shared locking is replaced by exclusive locking on a R/W filehandle, as locking read handles is not supported perl-Path-Tiny.spec | 12 +++++++++++- sources | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) --- diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 0d6c4f8..8b3e524 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,5 +1,5 @@ Name: perl-Path-Tiny -Version: 0.043 +Version: 0.044 Release: 1%{?dist} Summary: File path utility Group: Development/Libraries @@ -31,6 +31,7 @@ BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(blib) BuildRequires: perl(Config) +BuildRequires: perl(CPAN::Meta) BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec::Functions) @@ -97,6 +98,15 @@ make test %{_mandir}/man3/Path::Tiny.3pm* %changelog +* 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 + - Fixed path construction when a relative volume is provided as the first + argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"), + not path("C:/lib") + - On AIX, shared locking is replaced by exclusive locking on a R/W + filehandle, as locking read handles is not supported + * Mon Oct 14 2013 Paul Howarth <p...@city-fan.org> - 0.043-1 - Update to 0.043 - Calling 'absolute' on Windows will add the volume if it is missing (e.g. diff --git a/sources b/sources index 6b0ea4d..fd78e3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -245c33c29729e65063a27402c6c67a9c Path-Tiny-0.043.tar.gz +348efaf555b38bd5ecffbbfc8a82ee3b Path-Tiny-0.044.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel