From f9284e8a9a1a055c1b0221a73c74a0713923c917963694c327bed32dd04cf181 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 10 Dec 2010 11:06:51 +0000 Subject: [PATCH 1/2] sync with O:F OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=17 --- perl-JSON.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-JSON.spec b/perl-JSON.spec index 84ca232..7b31bb3 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -23,7 +23,7 @@ Name: perl-JSON %define cpan_name JSON Summary: JSON (JavaScript Object Notation) encoder/decoder Version: 2.26 -Release: 1 +Release: 2 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/JSON/ From cc08831741d0dc5be29a339a53fac3229c14e8457561b264397976b18ebf9698 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 8 Mar 2011 11:49:18 +0000 Subject: [PATCH 2/2] 2.51 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=18 --- JSON-2.26.tar.bz2 | 3 --- JSON-2.51.tar.bz2 | 3 +++ perl-JSON.changes | 20 ++++++++++++++++---- perl-JSON.spec | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 JSON-2.26.tar.bz2 create mode 100644 JSON-2.51.tar.bz2 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