8
0

Accepting request 655735 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=40
This commit is contained in:
2018-12-06 15:37:12 +00:00
committed by Git OBS Bridge
parent e175cdacce
commit 5ca4e74263
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b54bd6771ddf8293d71d9c85a5c6b6e7e0c5903e7f8db900e573a6c32be12c3
size 238152

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bc1475b698b5a419bb55127b07732794b495e2a6e0f4ed39bdcbd39a64e7c2d
size 238327

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 6 15:28:47 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 4.08
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.08 2018-11-28 (rurban)
- Add unblessed_bool property (PR #118 by Pali)
-------------------------------------------------------------------
Thu Nov 8 06:09:17 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Cpanel-JSON-XS
Version: 4.07
Version: 4.08
Release: 0
%define cpan_name Cpanel-JSON-XS
Summary: Cpanel Fork of Json::Xs, Fast and Correct Serializing
@@ -53,10 +53,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install