public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Cpanel-JSON-XS] rawhide: Update to 4.43
@ 2026-07-19 9:50 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-07-19 9:50 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-19 9:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-19 9:50 [rpms/perl-Cpanel-JSON-XS] rawhide: Update to 4.43 Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox