Update to 1.003001

- New upstream release 1.003001
  - Add :legacy tag to support legacy apps
  - Fix boolean interoperability with older Cpanel::JSON::MaybeXS
This commit is contained in:
Paul Howarth 2014-11-13 17:31:09 +00:00
parent 81c667448c
commit 89a1b52d09
2 changed files with 8 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.002006
Version: 1.003001
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/JSON-MaybeXS/
@ -22,6 +22,7 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
# Module Runtime
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
@ -72,6 +73,11 @@ make test
%{_mandir}/man3/JSON::MaybeXS.3*
%changelog
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 1.003001-1
- Update to 1.003001
- Add :legacy tag to support legacy apps
- Fix boolean interoperability with older Cpanel::JSON::MaybeXS
* Wed Oct 22 2014 Paul Howarth <paul@city-fan.org> - 1.002006-1
- Update to 1.002006
- Add some additional test diagnostics, to help find bad version combinations

View File

@ -1 +1 @@
3cd5a5f9504ee3c0cf5dd75770498804 JSON-MaybeXS-1.002006.tar.gz
753d8638d87cec4c8b8d5557c108f0a5 JSON-MaybeXS-1.003001.tar.gz