Update to 0.100
- New upstream release 0.100 - Fixed tests for eventual removal of '.' from @INC in Perl - Fixed filehandle mode doc typo - Fixed doc typo in relative() that mentioned rel2abs instead of abs2rel
This commit is contained in:
parent
d8046b42af
commit
96f6b40b79
@ -1,7 +1,7 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.098
|
||||
Version: 0.100
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
@ -94,7 +94,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -106,6 +106,12 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 15 2017 Paul Howarth <paul@city-fan.org> - 0.100-1
|
||||
- Update to 0.100
|
||||
- Fixed tests for eventual removal of '.' from @INC in Perl
|
||||
- Fixed filehandle mode doc typo
|
||||
- Fixed doc typo in relative() that mentioned rel2abs instead of abs2rel
|
||||
|
||||
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.098-1
|
||||
- Update to 0.098
|
||||
- Added 'realpath' option for 'tempfile' and 'tempdir' for situations where
|
||||
|
||||
Loading…
Reference in New Issue
Block a user