Sat, 27 Apr 2024 20:32:51 UTC | login

Information for build json-c-0.14-11.el9sbase_901

ID46514
Package Namejson-c
Version0.14
Release11.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/json-c#391500fb2a46f72180ba1353136c1b3327d71c55
SummaryJSON implementation in C
DescriptionJSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. It aims to conform to RFC 7159.
Built bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 21:27:12 UTC
CompletedWed, 14 Jun 2023 21:36:28 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/json-c:391500fb2a46f72180ba1353136c1b3327d71c55)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/json-c#391500fb2a46f72180ba1353136c1b3327d71c55'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
json-c-0.14-11.el9sbase_901.src.rpm (info) (download)
noarch
json-c-doc-0.14-11.el9sbase_901.noarch.rpm (info) (download)
x86_64
json-c-0.14-11.el9sbase_901.x86_64.rpm (info) (download)
json-c-devel-0.14-11.el9sbase_901.x86_64.rpm (info) (download)
json-c-debuginfo-0.14-11.el9sbase_901.x86_64.rpm (info) (download)
json-c-debugsource-0.14-11.el9sbase_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Tue Sep 14 2021 Tomas Korbar <tkorbar@redhat.com> - 0.14-11 - Start providing versioned symbols - Resolves: rhbz#2001067 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-9 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-7 - Use new cmake macros * Tue May 26 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-6 - Build using Ninja instead of Make - Add a patch to move Doxyfile into doc subdir - Remove pre-built html documentation - Update Doxyfile during %prep - Add a patch to apply some optimizations to arraylist - Hardlink the files in %_pkgdocdir * Mon May 25 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-5 - Run the testssuite with valgrind on %valgrind_arches * Mon May 18 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-4 - Add a patch to fix a test - Add a patch to fix generation of user-documentation * Mon May 11 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-3 - Add upstream patch fixing usage of errno in json_parse_uint64() * Sun May 10 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-2 - Add a patch to backport fixes applied on upstream master branch - Re-enable RDRAND as json-c can detect broken implementations in CPUs now - Disable -Werror during build * Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-1 - Update to 0.14 * Mon Apr 20 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.99-0.4.20200416gita911439 - Remove config.h file from installation - Drop hardlinking of the documentation files * Thu Apr 16 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.99-0.3.20200416gita911439 - Update to recent git snapshot * Tue Apr 14 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.99-0.2.20200414git7fb8d56 - Update to recent git snapshot * Tue Apr 14 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.99-0.1.20200414gitab5425a - Update to recent git snapshot using forge macros * Sun Apr 12 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.1-11 - Drop bootstrap logic, as the package is no dependency of @build anymore - Add some explicit BuildRequires, which were implicit - Small spec file cleanups * Sat Apr 11 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.1-10 - Add explicit configure switch to disable rdrand - Add explicit configure switch to enable linking with Bsymbolic - Do not use macros to invoke executables - Drop obsolete %pretrans scriptlet * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 28 2019 Petr Menšík <pemensik@redhat.com> - 0.13.1-8 - Remove empty doc dir from library package * Wed Nov 06 2019 Miroslav Lichvar <mlichvar@redhat.com> 0.13.1-7 - Disable rdrand support (#1745333)