Update to 0.075
- New upstream release 0.075
- Tilde expansion on Windows was resulting in backslashes; now they are
correctly normalized to forward slashes
- Typos fixed
- Fixed spewing to a symlink that crosses a filesystem boundary
- Add Test::MockRandom to META as a recommended test prerequisite
This commit is contained in:
parent
1a4fa64436
commit
bebab80e22
@ -1,5 +1,7 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.072
|
||||
Version: 0.076
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -12,7 +14,7 @@ BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
@ -104,6 +106,14 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2015 Paul Howarth <paul@city-fan.org> - 0.076-1
|
||||
- Update to 0.075
|
||||
- Tilde expansion on Windows was resulting in backslashes; now they are
|
||||
correctly normalized to forward slashes
|
||||
- Typos fixed
|
||||
- Fixed spewing to a symlink that crosses a filesystem boundary
|
||||
- Add Test::MockRandom to META as a recommended test prerequisite
|
||||
|
||||
* Tue Jul 21 2015 Paul Howarth <paul@city-fan.org> - 0.072-1
|
||||
- Update to 0.072
|
||||
- Fixed incorrect error argument for File::Path functions (mkpath and
|
||||
|
||||
Loading…
Reference in New Issue
Block a user