public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Cpanel-JSON-XS] rawhide: Update to 4.43
Date: Sun, 19 Jul 2026 09:50:13 GMT	[thread overview]
Message-ID: <178445461356.1.15034285860628132513.rpms-perl-Cpanel-JSON-XS-81c84d830b15@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-Cpanel-JSON-XS
            Branch : rawhide
            Commit : 81c84d830b1506fea3c88ac05b6dcbfae84dbf4a
            Author : Paul Howarth <paul@city-fan.org>
            Date   : 2026-07-19T10:49:12+01:00
            Stats  : +16/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Cpanel-JSON-XS/c/81c84d830b1506fea3c88ac05b6dcbfae84dbf4a?branch=rawhide

            Log:
            Update to 4.43

- New upstream release 4.43
  - Fix canonical sort: Compare by UTF-16 code units per RFC 8785 (GH#248)
  - Fix canonical sort on Perl 5.8-5.18: utf16_cmp now always attempts UTF-8
    decoding instead of checking SvUTF8 flag, since older Perls may store valid
    UTF-8 hash keys without the flag set
  - Fix quadmath encode dropping ".0" for large floats (GH #246)
    - The .0 guard condition that suppressed appending for NV values > UV_MAX
      was incorrect on high-precision FP (quadmath, 128-bit long double on
      arm64) where %g uses fixed-point notation for values like 1.01e30
    - Guarded with #if NV_DIG < 31 to skip only on double/80-bit-ld where %g
      naturally uses %e for large values

---
diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index a285be3..d25bb85 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -7,8 +7,8 @@
 
 Name:		perl-Cpanel-JSON-XS
 Summary:	JSON::XS for Cpanel, fast and correct serializing
-Version:	4.42
-Release:	2%{?dist}
+Version:	4.43
+Release:	1%{?dist}
 License:	GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:		https://metacpan.org/release/Cpanel-JSON-XS
 Source0:	https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-%{version}.tar.gz
@@ -164,6 +164,19 @@ make test
 %{_mandir}/man3/Cpanel::JSON::XS::Type.3*
 
 %changelog
+* Sun Jul 19 2026 Paul Howarth <paul@city-fan.org> - 4.43-1
+- Update to 4.43
+  - Fix canonical sort: Compare by UTF-16 code units per RFC 8785 (GH#248)
+  - Fix canonical sort on Perl 5.8-5.18: utf16_cmp now always attempts UTF-8
+    decoding instead of checking SvUTF8 flag, since older Perls may store valid
+    UTF-8 hash keys without the flag set
+  - Fix quadmath encode dropping ".0" for large floats (GH #246)
+    - The .0 guard condition that suppressed appending for NV values > UV_MAX
+      was incorrect on high-precision FP (quadmath, 128-bit long double on
+      arm64) where %%g uses fixed-point notation for values like 1.01e30
+    - Guarded with #if NV_DIG < 31 to skip only on double/80-bit-ld where %%g
+      naturally uses %%e for large values
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.42-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 2552306..f820aa2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Cpanel-JSON-XS-4.42.tar.gz) = a9898810660bff56234b3c9296c88a2d3422793f053ffa76689d9141105d017d29efb479812cb255bc981f178fc6bba7e21ffbf7e3783975100fa33e38084b2d
+SHA512 (Cpanel-JSON-XS-4.43.tar.gz) = 42105fd0ee07fbd77e34572a9035e1e1837ce04e89bcd0191585eefdb2095b07f2c5a4ee0a64c261f63902cb7d25ce05edd11c9e66e14db46d06d28f8898e7ed

                 reply	other threads:[~2026-07-19  9:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178445461356.1.15034285860628132513.rpms-perl-Cpanel-JSON-XS-81c84d830b15@fedoraproject.org \
    --to=paul@city-fan.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox