Update to 0.128
- New upstream release 0.128
- Added 'mkdir' to replace 'mkpath', but returning the path object for
chaining
- The 'mkpath' method is deprecated in favor of 'mkdir'
- Added 'has_same_bytes' to efficiently compare the contents of two files
- Edited SYNOPSIS in the POD
This commit is contained in:
parent
971cc4bf32
commit
7ca17f45d2
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.124
|
||||
Version: 0.128
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: Apache-2.0
|
||||
@ -30,6 +30,7 @@ BuildRequires: perl(Digest::SHA) >= 5.45
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Compare)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Glob)
|
||||
BuildRequires: perl(File::Path) >= 2.07
|
||||
@ -65,6 +66,7 @@ Requires: perl(Digest) >= 1.03
|
||||
Requires: perl(Digest::SHA) >= 5.45
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(Fcntl)
|
||||
Requires: perl(File::Compare)
|
||||
Requires: perl(File::Copy)
|
||||
Requires: perl(File::Glob)
|
||||
Requires: perl(File::Path) >= 2.07
|
||||
@ -121,6 +123,14 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 20 2022 Paul Howarth <paul@city-fan.org> - 0.128-1
|
||||
- Update to 0.128
|
||||
- Added 'mkdir' to replace 'mkpath', but returning the path object for
|
||||
chaining
|
||||
- The 'mkpath' method is deprecated in favor of 'mkdir'
|
||||
- Added 'has_same_bytes' to efficiently compare the contents of two files
|
||||
- Edited SYNOPSIS in the POD
|
||||
|
||||
* Fri Sep 2 2022 Paul Howarth <paul@city-fan.org> - 0.124-1
|
||||
- Update to 0.124
|
||||
- Added link to 'touchpath' in the 'mkpath' docs
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Path-Tiny-0.124.tar.gz) = f5a8637108c52e24a88fef8148127bd2221be93bd029cb7622b3a3cfdea6c41e7cb5198de4d47551217dc8e87e6d0a8ba47a378218f92dcec2983641801a03bb
|
||||
SHA512 (Path-Tiny-0.128.tar.gz) = 0b5b670e1bd2b76a0766591801fbd582c250bf531f57e847564ad66f77633c342a2c451a27d3ff79cac9f4d669b25b926ee13f4df4237c5d2dbced1483d5d6b4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user