Update to 2.53
- new upstream release 2.53 - fixed to_json (CPAN RT#68359) - backport JSON::PP 2.27200 (fixed incr_parse decoding string more correctly - CPAN RT#68032) - made Makefile.PL skip an installing XS question when set $ENV{PERL_ONLY} or $ENV{NO_XS} (CPAN RT#66820)
This commit is contained in:
parent
b12e08dfdc
commit
b2871b9af9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/JSON-2.51.tar.gz
|
/JSON-[0-9.]*.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
||||||
Version: 2.51
|
Version: 2.53
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -57,6 +57,14 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 22 2011 Paul Howarth <paul@city-fan.org> 2.53-1
|
||||||
|
- update to 2.53
|
||||||
|
- fixed to_json (CPAN RT#68359)
|
||||||
|
- backport JSON::PP 2.27200 (fixed incr_parse decoding string more correctly
|
||||||
|
- CPAN RT#68032)
|
||||||
|
- made Makefile.PL skip an installing XS question when set $ENV{PERL_ONLY} or
|
||||||
|
$ENV{NO_XS} (CPAN RT#66820)
|
||||||
|
|
||||||
* Tue Mar 8 2011 Paul Howarth <paul@city-fan.org> 2.51-1
|
* Tue Mar 8 2011 Paul Howarth <paul@city-fan.org> 2.51-1
|
||||||
- update to 2.51 (#683052)
|
- update to 2.51 (#683052)
|
||||||
- import JSON::PP 2.27105 as BackportPP
|
- import JSON::PP 2.27105 as BackportPP
|
||||||
|
Loading…
Reference in New Issue
Block a user