9
0

Accepting request 319875 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/319875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Parse?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-08-02 05:06:24 +00:00
committed by Git OBS Bridge
parent 3fec526b84
commit 467ca55703
5 changed files with 40 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d645f0d8b1a02eff93f23152d361fe16a39d36b783f233a73f51849cbb16a9e
size 47830

3
JSON-Parse-0.32.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71ecdfecaf5f58fdd8c2301f91eae63039608100df74f460af16c951d19f8c84
size 49514

23
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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

View File

@@ -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