Update to 0.31
- New upstream release 0.31
- Require Class::XSAccessor 1.17+ when trying to load it; earlier versions
cause test failures (GH#27)
- Use SPDX-format license tag
This commit is contained in:
parent
353eea0916
commit
731daddbfc
@ -1,3 +0,0 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US uncompromised -> ");
|
||||
addFilter("spelling-error Summary\(en_US\) validator -> ");
|
||||
@ -6,10 +6,10 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Params-ValidationCompiler
|
||||
Version: 0.30
|
||||
Release: 17%{?dist}
|
||||
Version: 0.31
|
||||
Release: 1%{?dist}
|
||||
Summary: Build an optimized subroutine parameter validator once, use it forever
|
||||
License: Artistic 2.0
|
||||
License: Artistic-2.0
|
||||
URL: https://metacpan.org/release/Params-ValidationCompiler
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Params/Params-ValidationCompiler-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -22,7 +22,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
|
||||
# Module
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Class::XSAccessor)
|
||||
BuildRequires: perl(Class::XSAccessor) >= 1.17
|
||||
BuildRequires: perl(Eval::Closure)
|
||||
BuildRequires: perl(Exception::Class)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -57,7 +57,7 @@ BuildRequires: perl(Types::Standard)
|
||||
%endif
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Recommends: perl(Class::XSAccessor)
|
||||
Recommends: perl(Class::XSAccessor) >= 1.17
|
||||
Recommends: perl(Sub::Util) >= 1.40
|
||||
|
||||
%description
|
||||
@ -87,6 +87,12 @@ make test
|
||||
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 8 2023 Paul Howarth <paul@city-fan.org> - 0.31-1
|
||||
- Update to 0.31
|
||||
- Require Class::XSAccessor 1.17+ when trying to load it; earlier versions
|
||||
cause test failures (GH#27)
|
||||
- Use SPDX-format license tag
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Params-ValidationCompiler-0.30.tar.gz) = 5911f9317f0b72e17c72435420a3b6b9f36780ab70715510c46e847970094e730169b9b3085f29cb23ee0aca2e78f7f9edd0d093859a1062869f35c90172bf05
|
||||
SHA512 (Params-ValidationCompiler-0.31.tar.gz) = e3265cc6a5fc9761dd6ae82c3875711c5766242ab0f1edd74cc74296fdac22b6c23e48ba4768e895701ca8a00bd81677056713124b8edaa0b340eae1b33cf9c4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user