diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec index 07bff09..ed045d4 100644 --- a/perl-JSON-MaybeXS.spec +++ b/perl-JSON-MaybeXS.spec @@ -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 - 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 - 1.002006-1 - Update to 1.002006 - Add some additional test diagnostics, to help find bad version combinations diff --git a/sources b/sources index 41d87b4..2c6c882 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cd5a5f9504ee3c0cf5dd75770498804 JSON-MaybeXS-1.002006.tar.gz +753d8638d87cec4c8b8d5557c108f0a5 JSON-MaybeXS-1.003001.tar.gz