Update to 4.12
- New upstream release 4.12 - Call unimport overload first to silence warnings (GH#76) - Use SPDX-format license tag
This commit is contained in:
parent
5a6cfd13d8
commit
2d030bf8c3
@ -3,10 +3,10 @@
|
||||
|
||||
Name: perl-JSON-PP
|
||||
Epoch: 1
|
||||
Version: 4.11
|
||||
Version: 4.12
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON::XS compatible pure-Perl module
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/JSON-PP
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/JSON/JSON-PP-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -40,7 +40,7 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Tie::Array)
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
BuildRequires: perl(vars)
|
||||
# Optional tests
|
||||
# Optional Tests
|
||||
%if %{with perl_JSON_PP_enables_optional_test}
|
||||
# Note: t/rt_122270_old_xs_boolean.t is testing for compatibility with old
|
||||
# versions of JSON:XS and Types::Serialiser that we no longer use, so we
|
||||
@ -90,6 +90,11 @@ make test
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 10 2022 Paul Howarth <paul@city-fan.org> - 1:4.12-1
|
||||
- Update to 4.12
|
||||
- Call unimport overload first to silence warnings (GH#76)
|
||||
- Use SPDX-format license tag
|
||||
|
||||
* Sun Jul 31 2022 Paul Howarth <paul@city-fan.org> - 1:4.11-1
|
||||
- Update to 4.11
|
||||
- Restored core boolean support (GH#73, GH#74)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (JSON-PP-4.11.tar.gz) = 6124bb24345c8dcd68d3eaeb197c14ff08daaa2028a79f5ce793935314137a079a0c9b5c5fdb9da6776f443f103d8f676ca8683a3e82d95dc17b39b8354215a8
|
||||
SHA512 (JSON-PP-4.12.tar.gz) = b451bd086cb8ab1140ce29aab0c1e7e37188aedd726001cf025557fbc4f19ad1e571e9f9f2ec8cab6354c09db5a7c1ccd23ce33f441dafdcc578bbfcc1a3c744
|
||||
|
Loading…
Reference in New Issue
Block a user