2.26
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=12
This commit is contained in:
parent
52f8e7e43b
commit
b4bb629054
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82b62441ad117dbde91aa222445ad1341a7213f8fbc85f02579cc925c9b93f27
|
|
||||||
size 55201
|
|
3
JSON-2.26.tar.bz2
Normal file
3
JSON-2.26.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13a8c12a31dc2f22958d78910b392980a71324e41a559bcd4361eab88ca4e765
|
||||||
|
size 55689
|
@ -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
|
Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,12 +22,12 @@
|
|||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
%define cpan_name JSON
|
%define cpan_name JSON
|
||||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||||
Version: 2.22
|
Version: 2.26
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/JSON/
|
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
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user