forked from pool/perl-JSON
- update to 2.53
- made Makefile.PL skipping a installing XS question when set $ENV{PERL_ONLY} or $ENV{NO_XS} (rt#66820) - fixed to_json (pointed and patched by mmcleric in rt#68359) - backport JSON::PP 2.27200 * fixed incr_parse docodeing string more correctly (rt#68032 by LCONS) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
ba0ccc6f29
commit
89d3c1b078
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:97226d9000c04d47966603ab36531679a9fe12576ca0e6867e109238840cba02
|
|
||||||
size 83804
|
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 13:41:56 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- update to 2.53
|
||||||
|
- made Makefile.PL skipping a installing XS question
|
||||||
|
when set $ENV{PERL_ONLY} or $ENV{NO_XS} (rt#66820)
|
||||||
|
- fixed to_json (pointed and patched by mmcleric in rt#68359)
|
||||||
|
- backport JSON::PP 2.27200
|
||||||
|
* fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 5 08:17:48 UTC 2011 - coolo@novell.com
|
Tue Apr 5 08:17:48 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
Version: 2.51
|
Version: 2.53
|
||||||
Release: 4
|
Release: 4
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name JSON
|
%define cpan_name JSON
|
||||||
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
Summary: JSON (JavaScript Object Notation) encoder/decoder
|
||||||
Url: http://search.cpan.org/dist/JSON/
|
Url: http://search.cpan.org/dist/JSON/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Patch0: fix_provides.diff
|
Patch0: fix_provides.diff
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Reference in New Issue
Block a user