Accepting request 29494 from home:jnweiger:branches:devel:languages:perl

Copy from home:jnweiger:branches:devel:languages:perl/perl-JSON via accept of submit request 29494 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/29494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2010-01-15 19:17:42 +00:00 committed by Git OBS Bridge
parent 3010953153
commit b9882e050f
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60753f111a84c4d3683571e7fda0685ff5b66519ca943d318f8a7afcd30ca884
size 50589

3
JSON-2.17.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aa086e4c5aecd641df5080e74e6f47be7d10143440f333e4fd87fa39c6113ef
size 51093

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 13 23:15:16 UTC 2010 - jw@novell.com
- updated to 2.17
* fixed a problem caused by JSON::XS backend and support_by_pp option
(rt#52842, rt#52847 by ikegami)
[JSON::PP]
* made compatible with JSON::XS 2.27
* patched decode for incr_parse (rt#52820 by ikegami)
* relaxed option caused an infinite loop in some condition.
-------------------------------------------------------------------
Sat Jul 25 19:38:51 CEST 2009 - chris@computersalat.de

View File

@ -22,14 +22,14 @@
#Vendor: %vendor
Name: perl-JSON
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
%define cpan_name JSON
Summary: JSON (JavaScript Object Notation) encoder/decoder
Version: 2.15
Version: 2.17
Release: 1
License: GPL/Artistic
Group: Development/Libraries/Perl
URL: http://search.cpan.org/dist/JSON/
Source: %{cpan_name}-%{version}.tar.bz2
Source: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/%{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros