Update to 0.096
- New upstream release 0.096 - Improved method for hiding some modules during tests - BR: perl-generators unconditionally
This commit is contained in:
parent
4cdc86024f
commit
8bb25b7dce
@ -1,7 +1,7 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.094
|
||||
Version: 0.096
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
@ -13,9 +13,7 @@ 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)
|
||||
@ -108,6 +106,11 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 3 2016 Paul Howarth <paul@city-fan.org> - 0.096-1
|
||||
- Update to 0.096
|
||||
- Improved method for hiding some modules during tests
|
||||
- BR: perl-generators unconditionally
|
||||
|
||||
* Mon May 23 2016 Paul Howarth <paul@city-fan.org> - 0.094-1
|
||||
- Update to 0.094
|
||||
- Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if
|
||||
|
||||
Loading…
Reference in New Issue
Block a user