|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-JSON-MaybeXS
|
|
|
|
Name: perl-JSON-MaybeXS
|
|
|
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
|
|
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
|
|
|
Version: 1.004001
|
|
|
|
Version: 1.004002
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/JSON-MaybeXS
|
|
|
|
URL: https://metacpan.org/release/JSON-MaybeXS
|
|
|
@ -42,6 +42,7 @@ BuildRequires: perl(if)
|
|
|
|
BuildRequires: perl(JSON::PP) >= 2.27300
|
|
|
|
BuildRequires: perl(JSON::PP) >= 2.27300
|
|
|
|
BuildRequires: perl(JSON::XS) >= 3.0
|
|
|
|
BuildRequires: perl(JSON::XS) >= 3.0
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Needs) >= 0.002006
|
|
|
|
# Runtime
|
|
|
|
# Runtime
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(Cpanel::JSON::XS) >= 2.3310
|
|
|
|
Requires: perl(Cpanel::JSON::XS) >= 2.3310
|
|
|
@ -81,6 +82,11 @@ make test
|
|
|
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
|
|
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 18 2020 Paul Howarth <paul@city-fan.org> - 1.004002-1
|
|
|
|
|
|
|
|
- Update to 1.004002
|
|
|
|
|
|
|
|
- Fix test that fails when JSON::XS is installed, but below version 3.0
|
|
|
|
|
|
|
|
(CPAN RT#132578)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 2 2020 Paul Howarth <paul@city-fan.org> - 1.004001-1
|
|
|
|
* Sat May 2 2020 Paul Howarth <paul@city-fan.org> - 1.004001-1
|
|
|
|
- Update to 1.004001
|
|
|
|
- Update to 1.004001
|
|
|
|
- Document when is_bool became available
|
|
|
|
- Document when is_bool became available
|
|
|
|