Update to 1.004002

- New upstream release 1.004002
  - Fix test that fails when JSON::XS is installed, but below version 3.0
    (CPAN RT#132578)
epel9
Paul Howarth 5 years ago
parent d655a80fed
commit fde7cb6b1e

@ -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

@ -1 +1 @@
SHA512 (JSON-MaybeXS-1.004001.tar.gz) = d19f5029d02b615ce4545fb95584309c7609bc76239c0f86c55cb89bcb88fb6e4c7c69d8f180bdae15e3148b854ca219b5290e21b45c6ccbc3fb06fc48358dd8 SHA512 (JSON-MaybeXS-1.004002.tar.gz) = 5e8965323051f34e8b0f2ad9ed2eb7ec05a6479112c1c56c450f7d3224e82bf382f643e897c33f11218e2fb7d8807ad3c5306f83b7eb53081602d9d8fafc4fbe

Loading…
Cancel
Save