From b4bb629054a17ae079d6816d0d7290acd8df078723a1e28a6d1687ae217de25d Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 28 Sep 2010 12:38:30 +0000 Subject: [PATCH] 2.26 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=12 --- JSON-2.22.tar.bz2 | 3 --- JSON-2.26.tar.bz2 | 3 +++ perl-JSON.changes | 19 +++++++++++++++++++ perl-JSON.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 JSON-2.22.tar.bz2 create mode 100644 JSON-2.26.tar.bz2 diff --git a/JSON-2.22.tar.bz2 b/JSON-2.22.tar.bz2 deleted file mode 100644 index 4ce3695..0000000 --- a/JSON-2.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82b62441ad117dbde91aa222445ad1341a7213f8fbc85f02579cc925c9b93f27 -size 55201 diff --git a/JSON-2.26.tar.bz2 b/JSON-2.26.tar.bz2 new file mode 100644 index 0000000..751a72f --- /dev/null +++ b/JSON-2.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a8c12a31dc2f22958d78910b392980a71324e41a559bcd4361eab88ca4e765 +size 55689 diff --git a/perl-JSON.changes b/perl-JSON.changes index 0ab98fb..d6391e2 100644 --- a/perl-JSON.changes +++ b/perl-JSON.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org + +- update to 2.26: + * 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 + +- changes from 2.24: + * JSON::PP: + + tweaked code. + + optimized code in hash object encoding + +- 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 + ------------------------------------------------------------------- Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de diff --git a/perl-JSON.spec b/perl-JSON.spec index 195c564..2126472 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-JSON (Version 2.22) +# spec file for package perl-JSON (Version 2.26) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,12 +22,12 @@ Name: perl-JSON %define cpan_name JSON Summary: JSON (JavaScript Object Notation) encoder/decoder -Version: 2.22 +Version: 2.26 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/JSON/ -#Source: http://www.cpan.org/modules/by-module/JSON/JSON-%{version}.tar.gz +# http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build