diff --git a/JSON-2.26.tar.bz2 b/JSON-2.26.tar.bz2 deleted file mode 100644 index 751a72f..0000000 --- a/JSON-2.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a8c12a31dc2f22958d78910b392980a71324e41a559bcd4361eab88ca4e765 -size 55689 diff --git a/JSON-2.51.tar.bz2 b/JSON-2.51.tar.bz2 new file mode 100644 index 0000000..696acb7 --- /dev/null +++ b/JSON-2.51.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cc638b2c5204d4a6946be8c051cf988764f630da9d47816047fe31d9eaf9b6 +size 57606 diff --git a/perl-JSON.changes b/perl-JSON.changes index af45c27..480d4d7 100644 --- a/perl-JSON.changes +++ b/perl-JSON.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 08 11:45:09 UTC 2011 - pascal.bleser@opensuse.org + +- update to 2.51: + * import JSON::PP 2.27105 as BackportPP + * JSON::PP is split away JSON distributino for perl 5.14 + * JSON::backportPP is included in instead + ------------------------------------------------------------------- Wed Dec 1 13:33:09 UTC 2010 - coolo@novell.com @@ -10,7 +18,8 @@ Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org * JSON::PP: cleaned up code and enhanced sort option efficiency in encode - changes from 2.25: - * JSON: JSON::Backend::XS::Supportable always executed a needless process with JSON::XS backend; this made encode/decode a bit slower + * JSON: JSON::Backend::XS::Supportable always executed a needless process + with JSON::XS backend; this made encode/decode a bit slower - changes from 2.24: * JSON::PP: @@ -19,8 +28,10 @@ Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org - changes from 2.23: * JSON::PP - + modified tied object handling in encode; it made encoding speed faster (RT#61604) - + modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev version + + modified tied object handling in encode; it made encoding speed faster + (RT#61604) + + modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev + version ------------------------------------------------------------------- Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de @@ -49,7 +60,8 @@ Wed Aug 25 07:04:25 UTC 2010 - pascal.bleser@opensuse.org * added eg/bench_pp_xs.pl for benchmark sample * updated 'INCREMENTAL PARSING' section * decode_prefix() didn't count a consumed text length properly - * enhanced XS compatibilty in the case of decoding a white space garbaged text + * enhanced XS compatibilty in the case of decoding a white space garbaged + text - changes from 2.19: * fixed typo (rt#53535 by Angel Abad) * added a recommendation refering to (en|de)code_json to pod diff --git a/perl-JSON.spec b/perl-JSON.spec index 7b31bb3..9374c54 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -22,7 +22,7 @@ Name: perl-JSON %define cpan_name JSON Summary: JSON (JavaScript Object Notation) encoder/decoder -Version: 2.26 +Version: 2.51 Release: 2 License: GPL+ or Artistic Group: Development/Libraries/Perl