Update to 0.104
- New upstream release 0.104
- The 'absolute' method now always returns an absolute path, even if a user
provided a relative path for the base path; the old, odd behavior was
documented, but people often don't read docs so the new behavior avoids
surprises
- Added 'cached_temp' method
This commit is contained in:
parent
a95fd1a8f2
commit
82be5f2e5f
@ -1,8 +1,8 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.100
|
||||
Release: 2%{?dist}
|
||||
Version: 0.104
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
URL: http://search.cpan.org/dist/Path-Tiny/
|
||||
@ -106,6 +106,14 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 18 2017 Paul Howarth <paul@city-fan.org> - 0.104-1
|
||||
- Update to 0.104
|
||||
- The 'absolute' method now always returns an absolute path, even if a user
|
||||
provided a relative path for the base path; the old, odd behavior was
|
||||
documented, but people often don't read docs so the new behavior avoids
|
||||
surprises
|
||||
- Added 'cached_temp' method
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Path-Tiny-0.100.tar.gz) = a1274d5caee59c9fda6fc5161cee3b4415d6d69104a7da1d5565060157546411466c135c80c2e9554313c3a0f18760c57d115b965f676b6e3622ceac747655bf
|
||||
SHA512 (Path-Tiny-0.104.tar.gz) = 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user