Sat, 20 Apr 2024 00:24:53 UTC | login

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

ID14229
Package Namejson-c
Version0.14
Release11.el9
Epoch
DraftFalse
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 bytkorbar
State complete
Volume DEFAULT
StartedTue, 14 Sep 2021 10:56:26 UTC
CompletedTue, 14 Sep 2021 10:57:42 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/json-c:391500fb2a46f72180ba1353136c1b3327d71c55)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/json-c#391500fb2a46f72180ba1353136c1b3327d71c55'}}
Tags
c9s-candidate
c9s-gate
c9s-pending
c9s-pending-signed
c9s-released
RPMs
src
json-c-0.14-11.el9.src.rpm (info) (download)
aarch64
json-c-0.14-11.el9.aarch64.rpm (info) (download)
json-c-devel-0.14-11.el9.aarch64.rpm (info) (download)
json-c-debuginfo-0.14-11.el9.aarch64.rpm (info) (download)
json-c-debugsource-0.14-11.el9.aarch64.rpm (info) (download)
i686
json-c-0.14-11.el9.i686.rpm (info) (download)
json-c-devel-0.14-11.el9.i686.rpm (info) (download)
json-c-debuginfo-0.14-11.el9.i686.rpm (info) (download)
json-c-debugsource-0.14-11.el9.i686.rpm (info) (download)
noarch
json-c-doc-0.14-11.el9.noarch.rpm (info) (download)
ppc64le
json-c-0.14-11.el9.ppc64le.rpm (info) (download)
json-c-devel-0.14-11.el9.ppc64le.rpm (info) (download)
json-c-debuginfo-0.14-11.el9.ppc64le.rpm (info) (download)
json-c-debugsource-0.14-11.el9.ppc64le.rpm (info) (download)
s390x
json-c-0.14-11.el9.s390x.rpm (info) (download)
json-c-devel-0.14-11.el9.s390x.rpm (info) (download)
json-c-debuginfo-0.14-11.el9.s390x.rpm (info) (download)
json-c-debugsource-0.14-11.el9.s390x.rpm (info) (download)
x86_64
json-c-0.14-11.el9.x86_64.rpm (info) (download)
json-c-devel-0.14-11.el9.x86_64.rpm (info) (download)
json-c-debuginfo-0.14-11.el9.x86_64.rpm (info) (download)
json-c-debugsource-0.14-11.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
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)