From 160251d6f9575be620c8096b43c7ea12ff74dd405a5088b7dc4033915da1def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 9 Jan 2025 16:29:19 +0000 Subject: [PATCH] Accepting request 1235373 from devel:languages:perl:autoupdate - updated to 4.390.0 (4.39) see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes 4.39 2024-12-12 (rurban) - Fix Windows -Dusequadmath (sisyphus GH #235, GH #229) - Fix inconsistent behavior between decoding escaped and unescaped surrogates, and escaped non-characters vs non-escaped non-characters. Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227) - Add type_all_string tests (Bernhard Schmalhofer GH #236) - Silence UV to char cast warnings (bulk88 GH #232) - Fix MSVC preprocessor errors (bulk88 GH #232) - Fix -Wformat warnings on Windows (sisyphus GH #228) - Clarify BigInt decoding (GH #226) OBS-URL: https://build.opensuse.org/request/show/1235373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=89 --- Cpanel-JSON-XS-4.38.tar.gz | 3 --- Cpanel-JSON-XS-4.39.tar.gz | 3 +++ perl-Cpanel-JSON-XS.changes | 17 +++++++++++++++++ perl-Cpanel-JSON-XS.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 Cpanel-JSON-XS-4.38.tar.gz create mode 100644 Cpanel-JSON-XS-4.39.tar.gz diff --git a/Cpanel-JSON-XS-4.38.tar.gz b/Cpanel-JSON-XS-4.38.tar.gz deleted file mode 100644 index ed37318..0000000 --- a/Cpanel-JSON-XS-4.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80d6c1e6138b156596712ca35992ed01a610f1d80f9e264a0c105193210f968 -size 257943 diff --git a/Cpanel-JSON-XS-4.39.tar.gz b/Cpanel-JSON-XS-4.39.tar.gz new file mode 100644 index 0000000..e901561 --- /dev/null +++ b/Cpanel-JSON-XS-4.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a7929c85d76c82b1678e4536588774e1c5a16db49411490ee664131a35bb4e +size 260912 diff --git a/perl-Cpanel-JSON-XS.changes b/perl-Cpanel-JSON-XS.changes index 457a820..c457730 100644 --- a/perl-Cpanel-JSON-XS.changes +++ b/perl-Cpanel-JSON-XS.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Dec 13 05:33:30 UTC 2024 - Tina Müller + +- updated to 4.390.0 (4.39) + see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes + + 4.39 2024-12-12 (rurban) + - Fix Windows -Dusequadmath (sisyphus GH #235, GH #229) + - Fix inconsistent behavior between decoding escaped and unescaped + surrogates, and escaped non-characters vs non-escaped non-characters. + Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227) + - Add type_all_string tests (Bernhard Schmalhofer GH #236) + - Silence UV to char cast warnings (bulk88 GH #232) + - Fix MSVC preprocessor errors (bulk88 GH #232) + - Fix -Wformat warnings on Windows (sisyphus GH #228) + - Clarify BigInt decoding (GH #226) + ------------------------------------------------------------------- Sun Jun 23 16:13:17 UTC 2024 - Tina Müller diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index b6e509a..6ce7e02 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -18,10 +18,10 @@ %define cpan_name Cpanel-JSON-XS Name: perl-Cpanel-JSON-XS -Version: 4.380.0 +Version: 4.390.0 Release: 0 -# 4.38 -> normalize -> 4.380.0 -%define cpan_version 4.38 +# 4.39 -> normalize -> 4.390.0 +%define cpan_version 4.39 License: Artistic-1.0 OR GPL-1.0-or-later Summary: CPanel fork of JSON::XS, fast and correct serializing URL: https://metacpan.org/release/%{cpan_name}