8
0

Accepting request 826621 from devel:languages:perl:autoupdate

- updated to 4.21
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.21 2020-08-13 (rurban)
          - Fix not enough HEK memory allocation for the new canonical tied hashes
            feature. (GH #168)
          - TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in
            125_shared_boolean.t
  4.20 2020-08-12 (rurban)
          - New feature: sort tied hashes with canonical. (GH #167)
          - Fix encode of threads::shared boolean (#166 Sam Bingner).
            This was broken with 4.00.
          - Fix some stringify overload cases via convert_blessed (GH #105)
          - Fix a compat case with JSON::XS, when convert_blessed is set, but
            allow_blessed not. (GH #105)
          - Improve blessed and stringify tests
          - Work on better inf/nan detection on AIX (#165 Peter Heuchert)
          - Fix documentation for booleans and their types (#162 by Karen Etheridge)

OBS-URL: https://build.opensuse.org/request/show/826621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=64
This commit is contained in:
Lars Vogdt
2020-08-16 23:40:00 +00:00
committed by Git OBS Bridge
parent 352963cd0c
commit daa3565bb1
4 changed files with 29 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Aug 14 03:07:29 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 4.21
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
4.21 2020-08-13 (rurban)
- Fix not enough HEK memory allocation for the new canonical tied hashes
feature. (GH #168)
- TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in
125_shared_boolean.t
4.20 2020-08-12 (rurban)
- New feature: sort tied hashes with canonical. (GH #167)
- Fix encode of threads::shared boolean (#166 Sam Bingner).
This was broken with 4.00.
- Fix some stringify overload cases via convert_blessed (GH #105)
- Fix a compat case with JSON::XS, when convert_blessed is set, but
allow_blessed not. (GH #105)
- Improve blessed and stringify tests
- Work on better inf/nan detection on AIX (#165 Peter Heuchert)
- Fix documentation for booleans and their types (#162 by Karen Etheridge)
-------------------------------------------------------------------
Fri Feb 7 03:11:42 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Cpanel-JSON-XS
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-Cpanel-JSON-XS
Version: 4.19
Version: 4.21
Release: 0
%define cpan_name Cpanel-JSON-XS
Summary: CPanel fork of JSON::XS, fast and correct serializing
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build