Update to 0.120
- New upstream release 0.120
- The 'tempdir' and 'tempfile' methods may be called on a Path::Tiny object
representing a directory, in which case the directory will be used as the
container for the temporary object (as if the 'DIR' argument were used)
This commit is contained in:
parent
fd8fe3f75b
commit
476791589f
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.118
|
||||
Release: 4%{?dist}
|
||||
Version: 0.120
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
URL: https://metacpan.org/release/Path-Tiny
|
||||
@ -121,6 +121,12 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 25 2021 Paul Howarth <paul@city-fan.org> - 0.120-1
|
||||
- Update to 0.120
|
||||
- The 'tempdir' and 'tempfile' methods may be called on a Path::Tiny object
|
||||
representing a directory, in which case the directory will be used as the
|
||||
container for the temporary object (as if the 'DIR' argument were used)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.118-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Path-Tiny-0.118.tar.gz) = cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61
|
||||
SHA512 (Path-Tiny-0.120.tar.gz) = 3900fed77950154de60f0596b31f16c653597135d944a54a7e67d77254e0fe77f870defa76ab0c11f895c6d2de4cf0e340726074cf58aa83297f6b3aa30d7b12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user