diff --git a/JSON-Parse-0.31.tar.gz b/JSON-Parse-0.31.tar.gz deleted file mode 100644 index 9279088..0000000 --- a/JSON-Parse-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d645f0d8b1a02eff93f23152d361fe16a39d36b783f233a73f51849cbb16a9e -size 47830 diff --git a/JSON-Parse-0.32.tar.gz b/JSON-Parse-0.32.tar.gz new file mode 100644 index 0000000..7747c8b --- /dev/null +++ b/JSON-Parse-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ecdfecaf5f58fdd8c2301f91eae63039608100df74f460af16c951d19f8c84 +size 49514 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-JSON-Parse.changes b/perl-JSON-Parse.changes index 851133a..e449827 100644 --- a/perl-JSON-Parse.changes +++ b/perl-JSON-Parse.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 1 08:40:28 UTC 2015 - coolo@suse.com + +- updated to 0.32 + see /usr/share/doc/packages/perl-JSON-Parse/Changes + + 0.32 2015-07-29 + + * Update to accept bare values, per RFC 7159. + ------------------------------------------------------------------- Tue Apr 14 18:14:51 UTC 2015 - coolo@suse.com diff --git a/perl-JSON-Parse.spec b/perl-JSON-Parse.spec index ffcb056..ad2e46c 100644 --- a/perl-JSON-Parse.spec +++ b/perl-JSON-Parse.spec @@ -17,14 +17,15 @@ Name: perl-JSON-Parse -Version: 0.31 +Version: 0.32 Release: 0 %define cpan_name JSON-Parse Summary: Read JSON into a Perl variable License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/JSON-Parse/ -Source: http://www.cpan.org/authors/id/B/BK/BKB/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BK/BKB/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -32,7 +33,7 @@ BuildRequires: perl-macros %description JSON means "JavaScript Object Notation" and it is specified in the /RFC -4627 manpage. +7159 manpage. JSON::Parse converts JSON into the nearest equivalent Perl. The function the /parse_json manpage takes one argument, a string containing JSON, and