Update to 0.108
- New upstream release 0.108
- Fixed a bug where failure to load optional modules would trigger an
external $SIG{__DIE__} handler
This commit is contained in:
parent
09664620a3
commit
9de8a3be47
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.106
|
||||
Version: 0.108
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
@ -28,6 +28,7 @@ BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Digest) >= 1.03
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(Digest::SHA) >= 5.45
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Copy)
|
||||
@ -63,6 +64,7 @@ Requires: perl(Cwd)
|
||||
Requires: perl(Digest) >= 1.03
|
||||
Requires: perl(Digest::MD5)
|
||||
Requires: perl(Digest::SHA) >= 5.45
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(Fcntl)
|
||||
Requires: perl(File::Copy)
|
||||
Requires: perl(File::Glob)
|
||||
@ -73,6 +75,10 @@ Requires: perl(threads)
|
||||
Requires: perl(warnings::register)
|
||||
|
||||
# For performance and consistency
|
||||
%if !(0%{?rhel})
|
||||
BuildRequires: perl(PerlIO::utf8_strict) >= 0.003
|
||||
Requires: perl(PerlIO::utf8_strict) >= 0.003
|
||||
%endif
|
||||
BuildRequires: perl(Unicode::UTF8) >= 0.58
|
||||
Requires: perl(Unicode::UTF8) >= 0.58
|
||||
|
||||
@ -116,6 +122,11 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 1 2018 Paul Howarth <paul@city-fan.org> - 0.108-1
|
||||
- Update to 0.108
|
||||
- Fixed a bug where failure to load optional modules would trigger an
|
||||
external $SIG{__DIE__} handler
|
||||
|
||||
* Mon Jul 16 2018 Paul Howarth <paul@city-fan.org> - 0.106-1
|
||||
- Update to 0.106
|
||||
- The PERL_PATH_TINY_NO_FLOCK environment variable has been added to allow
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Path-Tiny-0.106.tar.gz) = 3543bf61619a837025d9ba7ff81961e4e6ed696441a5f124a56e8d49c25e65cb0e41870269586190b925c6cfe35e6ee278073b9c6f7cae3dc9aefc12ed12cad3
|
||||
SHA512 (Path-Tiny-0.108.tar.gz) = 21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13
|
||||
|
||||
Loading…
Reference in New Issue
Block a user