Fri, 03 May 2024 21:45:20 UTC | login

Information for build perl-Cpanel-JSON-XS-4.32-1.fc37.rvre0

ID200373
Package Nameperl-Cpanel-JSON-XS
Version4.32
Release1.fc37.rvre0
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/perl-Cpanel-JSON-XS.git#6ad479be42240be420d3f3b8aa417f8e3457b43e
SummaryJSON::XS for Cpanel, fast and correct serializing
DescriptionThis module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 11 Sep 2022 09:12:33 UTC
CompletedSun, 11 Sep 2022 10:11:04 UTC
Taskbuild (f37, /rpms/perl-Cpanel-JSON-XS.git:6ad479be42240be420d3f3b8aa417f8e3457b43e)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/perl-Cpanel-JSON-XS.git#6ad479be42240be420d3f3b8aa417f8e3457b43e'}}
Tags
f37
f38
RPMs
src
perl-Cpanel-JSON-XS-4.32-1.fc37.rvre0.src.rpm (info) (download)
riscv64
perl-Cpanel-JSON-XS-4.32-1.fc37.rvre0.riscv64.rpm (info) (download)
perl-Cpanel-JSON-XS-debuginfo-4.32-1.fc37.rvre0.riscv64.rpm (info) (download)
perl-Cpanel-JSON-XS-debugsource-4.32-1.fc37.rvre0.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Sep 11 2022 David Abdurachmanov <davidlt@rivosinc.com> - 4.32-1.rvre0 - Rebuilt for Fedora/RISCV (riscv64) * Sat Aug 13 2022 Paul Howarth <paul@city-fan.org> - 4.32-1 - Update to 4.32 - Fix new JSON::PP::Boolean overload redefinition warnings (GH#200) * Wed Aug 10 2022 Paul Howarth <paul@city-fan.org> - 4.31-1 - Update to 4.31 - Adjust t/20_unknown.t pp bool tests for native bool when supported (GH#198) * Tue Aug 02 2022 Paul Howarth <paul@city-fan.org> - 4.30-3 - Re-apply test fixes for t/20_unknown.t now that JSON::PP native bool support is back * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Paul Howarth <paul@city-fan.org> - 4.30-1 - Update to 4.30 - Fix perl 5.37 utf8n_to_uvuni deprecation (GH#196) * Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.29-3 - Perl 5.36 re-rebuild of bootstrapped packages * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.29-2 - Perl 5.36 rebuild * Fri May 27 2022 Paul Howarth <paul@city-fan.org> - 4.29-1 - Update to 4.29 - Hack: Revert native bool (unblessed) overloads via JSON::PP 4.08; JSON::PP ignores unblessed bools for now (GH#194) * Thu May 05 2022 Paul Howarth <paul@city-fan.org> - 4.28-1 - Update to 4.28 - Validate the JSON struct, which might get corrupted by wrong FREEZE/THAW methods, or other serializers, or corrupting our magic object (GH#192) - Improve our DESTROY and END methods to avoid NULL dereferences (https://github.com/rurban/perl-compiler/issues/438) - Fix 3 tests in t/20_unknown.t with the latest 5.35.10 bool enhancements and JSON::PP (GH#194) - Fix t/118_type.t with Windows ivtype long long (GH#178) - Added GitHub actions * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Oct 15 2021 Paul Howarth <paul@city-fan.org> - 4.27-1 - Update to 4.27 - Only add -Werror=declaration-after-statement for 5.035004 and earlier (GH#186) - Fix 125_shared_boolean.t for threads (GH#184) - Drop support for building for targets older than EL-7 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.26-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.26-3 - Perl 5.34 re-rebuild of bootstrapped packages * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.26-2 - Perl 5.34 rebuild * Mon Apr 12 2021 Paul Howarth <paul@city-fan.org> - 4.26-1 - Update to 4.26 - Fix compilation with C++ (GH#177) - Use %license unconditionally * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.25-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Oct 28 2020 Paul Howarth <paul@city-fan.org> - 4.25-1 - Update to 4.25 - Fix decode relaxed with comment at the end of the buffer (GH#174), a regression introduced with 3.0220, to fix n_number_then_00 - Possible fix for a gcc-9 optimizer bug (GH#172) * Fri Oct 02 2020 Paul Howarth <paul@city-fan.org> - 4.24-1 - Update to 4.24 - Fix decode_json(scalar, 0), check 2nd arg for true-ness (GH#171)