|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-JSON-MaybeXS
|
|
|
|
Name: perl-JSON-MaybeXS
|
|
|
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
|
|
|
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
|
|
|
|
Version: 1.002006
|
|
|
|
Version: 1.003001
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/JSON-MaybeXS/
|
|
|
|
URL: http://search.cpan.org/dist/JSON-MaybeXS/
|
|
|
@ -22,6 +22,7 @@ BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
# Module Runtime
|
|
|
|
# Module Runtime
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
|
|
|
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
@ -72,6 +73,11 @@ make test
|
|
|
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
|
|
|
%{_mandir}/man3/JSON::MaybeXS.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Wed Oct 22 2014 Paul Howarth <paul@city-fan.org> - 1.002006-1
|
|
|
|
- Update to 1.002006
|
|
|
|
- Update to 1.002006
|
|
|
|
- Add some additional test diagnostics, to help find bad version combinations
|
|
|
|
- Add some additional test diagnostics, to help find bad version combinations
|
|
|
|