diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index cd33ba2..0b97622 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # TODO: BR: optional test dependency perl(Test::MockRandom) when available Name: perl-Path-Tiny -Version: 0.084 +Version: 0.086 Release: 1%{?dist} Summary: File path utility Group: Development/Libraries @@ -93,7 +93,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -106,6 +106,11 @@ make test %{_mandir}/man3/Path::Tiny.3* %changelog +* Mon Apr 4 2016 Paul Howarth - 0.086-1 +- Update to 0.086 + - Improved documentation of copy and move +- Simplify find command using -delete + * Fri Mar 4 2016 Paul Howarth - 0.084-1 - Update to 0.084 - Fixed relative() for the case with regex metacharacters in the path diff --git a/sources b/sources index 8e736ae..9901367 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91de357ef60ba1a86b1c68b6064321a9 Path-Tiny-0.084.tar.gz +03629b386517b8dc1256422742a8d6fa Path-Tiny-0.086.tar.gz