Update to 1.003003

- New upstream release 1.003003
  - Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
    always be used in preference to JSON::XS
  - Avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS
    loaded at the same time as a newer Cpanel::JSON::XS
This commit is contained in:
Paul Howarth 2014-12-08 14:52:56 +00:00
parent b519b05720
commit 44f9bfe1c8
2 changed files with 9 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Name: perl-JSON-MaybeXS
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
Version: 1.003002
Version: 1.003003
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/JSON-MaybeXS/
@ -73,6 +73,13 @@ make test
%{_mandir}/man3/JSON::MaybeXS.3*
%changelog
* Mon Dec 8 2014 Paul Howarth <paul@city-fan.org> - 1.003003-1
- Update to 1.003003
- Ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
always be used in preference to JSON::XS
- Avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS
loaded at the same time as a newer Cpanel::JSON::XS
* Sun Nov 16 2014 Paul Howarth <paul@city-fan.org> - 1.003002-1
- Update to 1.003002
- Correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

View File

@ -1 +1 @@
afdeefd49dee9177c283de816b7264a7 JSON-MaybeXS-1.003002.tar.gz
2780e19be87f56078f990a16361ed51b JSON-MaybeXS-1.003003.tar.gz