diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 08cebfd..24fd57c 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,5 +1,7 @@ +# TODO: BR: optional test dependency perl(Test::MockRandom) when available + Name: perl-Path-Tiny -Version: 0.072 +Version: 0.076 Release: 1%{?dist} Summary: File path utility Group: Development/Libraries @@ -12,7 +14,7 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 +BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Config) @@ -104,6 +106,14 @@ make test %{_mandir}/man3/Path::Tiny.3* %changelog +* Mon Nov 16 2015 Paul Howarth - 0.076-1 +- Update to 0.075 + - Tilde expansion on Windows was resulting in backslashes; now they are + correctly normalized to forward slashes + - Typos fixed + - Fixed spewing to a symlink that crosses a filesystem boundary + - Add Test::MockRandom to META as a recommended test prerequisite + * Tue Jul 21 2015 Paul Howarth - 0.072-1 - Update to 0.072 - Fixed incorrect error argument for File::Path functions (mkpath and diff --git a/sources b/sources index 37aa678..49f10d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -840696b295230682c727297c87fe42d6 Path-Tiny-0.072.tar.gz +495b965187a59af9b99c0f4709013746 Path-Tiny-0.076.tar.gz