8
0

Accepting request 401546 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/401546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2016-06-24 04:53:58 +00:00
committed by Git OBS Bridge
parent 5fd7891df6
commit a00121c6be
5 changed files with 63 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:973390baf49da89dcbe7ed9bb38dba251e4271615221ca803e53526524e251fe
size 169092

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d6f19647e297faa7bc3f7e5a2233e547a408b061d47de5ade4a687a08375fdc
size 170389

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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,33 @@
-------------------------------------------------------------------
Mon Jun 13 06:51:23 UTC 2016 - coolo@suse.com
- updated to 3.0216
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
3.0216 2016-06-12 (rurban)
- Fix wrong test 117 for 5.10.0 (pghmcfc)
3.0215 2016-06-03 (rurban)
- Fix wrong test 117 (pghmcfc)
- TODO the fragile mojo boolean interop test.
- Improve error message with class based method calls,
when forgetting ->new. #66
3.0214 2016-06-02 (rurban)
- Fix a off-by-one IV_MIN -> NV overflow in decode_json. #67 (xdg)
- Avoid encode_sv SEGV with -Dusequadmath #62
Fix quadmath NV stringification.
3.0213_02 2016-04-13 (rurban)
- Remove author-only Pod::Usage dependency (karenetheridge).
3.0213_01 2016-04-11 (rurban)
- Preserve numbers as numbers, enforce an added .0 (dagolden).
Also note that 42+"bar" will result >=5.10 in numbers not integers,
=> 42.0
- 5.6 compilation fixes
- add yaml-tiny formats to cpanel_json_xs
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 2 04:55:17 UTC 2016 - coolo@suse.com Thu Jun 2 04:55:17 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Cpanel-JSON-XS Name: perl-Cpanel-JSON-XS
Version: 3.0213 Version: 3.0216
Release: 0 Release: 0
%define cpan_name Cpanel-JSON-XS %define cpan_name Cpanel-JSON-XS
Summary: Cpanel Fork of Json::Xs, Fast and Correct Serializing Summary: Cpanel Fork of Json::Xs, Fast and Correct Serializing
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Cpanel-JSON-XS/ Url: http://search.cpan.org/dist/Cpanel-JSON-XS/
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/%{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