Update to 4.08
- New upstream release 4.08 - Remove unneeded utf8::upgrade and downgrade (GH#59) - Core boolean support (GH#62, GH#63) - EBCDIC support (GH#64) - Shorten a test name (GH#65)
This commit is contained in:
parent
a6c5f37c81
commit
f79b222170
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Name: perl-JSON-PP
|
Name: perl-JSON-PP
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.07
|
Version: 4.08
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JSON::XS compatible pure-Perl module
|
Summary: JSON::XS compatible pure-Perl module
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/JSON-PP
|
URL: https://metacpan.org/release/JSON-PP
|
||||||
@ -35,12 +35,17 @@ BuildRequires: perl(warnings)
|
|||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
# Test Suite
|
# Test Suite
|
||||||
|
BuildRequires: perl(charnames)
|
||||||
BuildRequires: perl(Test)
|
BuildRequires: perl(Test)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Tie::Array)
|
BuildRequires: perl(Tie::Array)
|
||||||
BuildRequires: perl(Tie::Hash)
|
BuildRequires: perl(Tie::Hash)
|
||||||
%if %{with perl_JSON_PP_enables_optional_test}
|
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
|
||||||
|
# don't include those modules as optional test dependencies
|
||||||
%if !%{defined perl_bootstrap}
|
%if !%{defined perl_bootstrap}
|
||||||
# Disable non-core dependencies when bootstrapping a core module
|
# Disable non-core dependencies when bootstrapping a core module
|
||||||
BuildRequires: perl(Tie::IxHash)
|
BuildRequires: perl(Tie::IxHash)
|
||||||
@ -86,6 +91,13 @@ make test
|
|||||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2022 Paul Howarth <paul@city-fan.org> - 1:4.08-1
|
||||||
|
- Update to 4.08
|
||||||
|
- Remove unneeded utf8::upgrade and downgrade (GH#59)
|
||||||
|
- Core boolean support (GH#62, GH#63)
|
||||||
|
- EBCDIC support (GH#64)
|
||||||
|
- Shorten a test name (GH#65)
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.07-2
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.07-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (JSON-PP-4.07.tar.gz) = 0c117f0d8eb03f6ebda25af9bae98ea07809ff5c1c7ce0393bd1c112c084b94372219e22e23b3617e7aae1eadd4d415d8bc04af8830ff1916247db58b593c112
|
SHA512 (JSON-PP-4.08.tar.gz) = 78791a636ded047270d2835bc4973281dbc531783539bf7e8c41a33268c7cf8c193c895ff2d88bcd46ec9f4853dc2c03764d831741d4e461b0eccddf7050bb5d
|
||||||
|
Loading…
Reference in New Issue
Block a user