diff --git a/JSON-2.51.tar.gz b/JSON-2.51.tar.gz deleted file mode 100644 index ce6ed27..0000000 --- a/JSON-2.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97226d9000c04d47966603ab36531679a9fe12576ca0e6867e109238840cba02 -size 83804 diff --git a/perl-JSON.changes b/perl-JSON.changes index 1aa8598..d26d112 100644 --- a/perl-JSON.changes +++ b/perl-JSON.changes @@ -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 diff --git a/perl-JSON.spec b/perl-JSON.spec index 9312177..1f24fc8 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -18,15 +18,14 @@ Name: perl-JSON -Version: 2.51 +Version: 2.53 Release: 4 License: GPL+ or Artistic %define cpan_name JSON Summary: JSON (JavaScript Object Notation) encoder/decoder Url: http://search.cpan.org/dist/JSON/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz Patch0: fix_provides.diff BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build