diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 01bd117..56a245e 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,10 +1,9 @@ # TODO: BR: optional test dependency perl(Test::MockRandom) when available Name: perl-Path-Tiny -Version: 0.090 -Release: 2%{?dist} +Version: 0.094 +Release: 1%{?dist} Summary: File path utility -Group: Development/Libraries License: ASL 2.0 URL: http://search.cpan.org/dist/Path-Tiny/ Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-%{version}.tar.gz @@ -14,6 +13,9 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl +%if 0%{?fedora} > 20 || 0%{?rhel} > 7 +BuildRequires: perl-generators +%endif BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) @@ -106,6 +108,18 @@ make test %{_mandir}/man3/Path::Tiny.3* %changelog +* Mon May 23 2016 Paul Howarth - 0.094-1 +- Update to 0.094 + - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if + available and Unicode::UTF8 is not installed + - The 'touch' method can now set the current time on files that aren't owned, + as long as they are writeable + - Improved consistency of symlink support inspection; now always looks at + $Config{d_symlink} + - Skips impossible test on 'msys' platform. +- BR: perl-generators where possible +- Drop redundant Group: tag + * Mon May 16 2016 Jitka Plesnikova - 0.090-2 - Perl 5.24 rebuild diff --git a/sources b/sources index 43798af..4362acf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -970c6a98bd4d012df485b0eabce0bf27 Path-Tiny-0.090.tar.gz +23cece1c109e38760d5ade7a2ead895c Path-Tiny-0.094.tar.gz