This site has been archived!!! Click here to visit the new openkoji buildsystem!

Information for build perl-JSON-MaybeXS-1.004004-1.fc37

ID1483
Package Nameperl-JSON-MaybeXS
Version1.004004
Release1.fc37
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-JSON-MaybeXS.git#5395e0860c5f67ac3b9a9a212cead13d9e668a82
SummaryUse Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
DescriptionThis module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error. It then exports the "encode_json" and "decode_json" functions from the loaded module, along with a "JSON" constant that returns the class name for calling "new" on. If you're writing fresh code rather than replacing JSON.pm usage, you might want to pass options as constructor args rather than calling mutators, so we provide our own "new" method that supports that.
Built byliuyang
State complete
Volume DEFAULT
StartedSat, 17 Dec 2022 22:37:53 CST
CompletedSat, 17 Dec 2022 22:51:49 CST
Taskbuild (f37, /rpms/perl-JSON-MaybeXS.git:5395e0860c5f67ac3b9a9a212cead13d9e668a82)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-JSON-MaybeXS.git#5395e0860c5f67ac3b9a9a212cead13d9e668a82'}}
Tags
f37
RPMs
src
perl-JSON-MaybeXS-1.004004-1.fc37.src.rpm (info) (download)
noarch
perl-JSON-MaybeXS-1.004004-1.fc37.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
installed_pkgs.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Sep 20 2022 Paul Howarth <paul@city-fan.org> - 1.004004-1 - Update to 1.004004 - Slight speed optimization for is_bool() - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.004003-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.004003-6 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.004003-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.004003-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.004003-3 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.004003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Nov 13 2020 Paul Howarth <paul@city-fan.org> - 1.004003-1 - Update to 1.004003 - Fix another test that fails when JSON::XS is installed, but below version 3.0