diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index bad8b5b..860c0c3 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Path-Tiny -Version: 0.068 -Release: 3%{?dist} +Version: 0.070 +Release: 1%{?dist} Summary: File path utility Group: Development/Libraries License: ASL 2.0 @@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/Path-Tiny/ Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-%{version}.tar.gz BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 # Module Runtime @@ -101,6 +104,12 @@ make test %{_mandir}/man3/Path::Tiny.3* %changelog +* Mon Jun 29 2015 Paul Howarth - 0.070-1 +- Update to 0.070 + - The 'copy' method now returns the object for the copied file + - The 'visit' method only dereferences the callback return value for scalar + refs, avoiding some common bugs + * Thu Jun 18 2015 Fedora Release Engineering - 0.068-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 5b47388..b75b383 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76e99fd1bb615f56954025ae636c6233 Path-Tiny-0.068.tar.gz +3f58e84a32109fe37d6dc4bafef6bf47 Path-Tiny-0.070.tar.gz