Update to 0.094
- New upstream release 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
This commit is contained in:
parent
d5e39fa4a0
commit
4cdc86024f
@ -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 <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 0.090-2
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user