forked from pool/perl-JSON-Parse
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:
committed by
Git OBS Bridge
parent
3fec526b84
commit
467ca55703
@@ -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
3
JSON-Parse-0.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71ecdfecaf5f58fdd8c2301f91eae63039608100df74f460af16c951d19f8c84
|
||||||
|
size 49514
|
||||||
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
||||||
@@ -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
|
Tue Apr 14 18:14:51 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON-Parse
|
Name: perl-JSON-Parse
|
||||||
Version: 0.31
|
Version: 0.32
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name JSON-Parse
|
%define cpan_name JSON-Parse
|
||||||
Summary: Read JSON into a Perl variable
|
Summary: Read JSON into a Perl variable
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/JSON-Parse/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -32,7 +33,7 @@ BuildRequires: perl-macros
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
JSON means "JavaScript Object Notation" and it is specified in the /RFC
|
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
|
JSON::Parse converts JSON into the nearest equivalent Perl. The function
|
||||||
the /parse_json manpage takes one argument, a string containing JSON, and
|
the /parse_json manpage takes one argument, a string containing JSON, and
|
||||||
|
|||||||
Reference in New Issue
Block a user