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:
parent
3010953153
commit
b9882e050f
@ -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
3
JSON-2.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7aa086e4c5aecd641df5080e74e6f47be7d10143440f333e4fd87fa39c6113ef
|
||||||
|
size 51093
|
@ -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
|
Sat Jul 25 19:38:51 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
#Vendor: %vendor
|
#Vendor: %vendor
|
||||||
|
|
||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name JSON
|
||||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||||
Version: 2.15
|
Version: 2.17
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL/Artistic
|
License: GPL/Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
URL: http://search.cpan.org/dist/JSON/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user