Thu, 05 Oct 2023 02:13:38 UTC | login

Information for build cmocka-1.1.5-10.el9

ID9408
Package Namecmocka
Version1.1.5
Release10.el9
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/cmocka#534e821e0657e089087ad1fe2d0262d019781eb3
SummaryAn elegant unit testing framework for C with support for mock objects
DescriptionThere are a variety of C unit testing frameworks available however many of them are fairly complex and require the latest compiler technology. Some development requires the use of old compilers which makes it difficult to use some unit testing frameworks. In addition many unit testing frameworks assume the code being tested is an application or module that is targeted to the same platform that will ultimately execute the test. Because of this assumption many frameworks require the inclusion of standard C library headers in the code module being tested which may collide with the custom or incomplete implementation of the C library utilized by the code under test. Cmocka only requires a test application is linked with the standard C library which minimizes conflicts with standard C library headers. Also, CMocka tries to avoid the use of some of the newer features of C compilers. This results in CMocka being a relatively small library that can be used to test a variety of exotic code. If a developer wishes to simply test an application with the latest compiler then other unit testing frameworks may be preferable. This is the successor of Google's Cmockery.
Built byanschnei
State complete
Volume DEFAULT
StartedThu, 24 Jun 2021 14:43:30 UTC
CompletedThu, 24 Jun 2021 14:44:31 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/cmocka:534e821e0657e089087ad1fe2d0262d019781eb3)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/cmocka#534e821e0657e089087ad1fe2d0262d019781eb3'}}
Tags
c9s-candidate
c9s-gate
c9s-pending
c9s-pending-signed
RPMs
src
cmocka-1.1.5-10.el9.src.rpm (info) (download)
aarch64
libcmocka-1.1.5-10.el9.aarch64.rpm (info) (download)
libcmocka-devel-1.1.5-10.el9.aarch64.rpm (info) (download)
libcmocka-static-1.1.5-10.el9.aarch64.rpm (info) (download)
cmocka-debugsource-1.1.5-10.el9.aarch64.rpm (info) (download)
libcmocka-debuginfo-1.1.5-10.el9.aarch64.rpm (info) (download)
i686
libcmocka-1.1.5-10.el9.i686.rpm (info) (download)
libcmocka-devel-1.1.5-10.el9.i686.rpm (info) (download)
libcmocka-static-1.1.5-10.el9.i686.rpm (info) (download)
cmocka-debugsource-1.1.5-10.el9.i686.rpm (info) (download)
libcmocka-debuginfo-1.1.5-10.el9.i686.rpm (info) (download)
noarch
cmocka-doc-1.1.5-10.el9.noarch.rpm (info) (download)
ppc64le
libcmocka-1.1.5-10.el9.ppc64le.rpm (info) (download)
libcmocka-devel-1.1.5-10.el9.ppc64le.rpm (info) (download)
libcmocka-static-1.1.5-10.el9.ppc64le.rpm (info) (download)
cmocka-debugsource-1.1.5-10.el9.ppc64le.rpm (info) (download)
libcmocka-debuginfo-1.1.5-10.el9.ppc64le.rpm (info) (download)
s390x
libcmocka-1.1.5-10.el9.s390x.rpm (info) (download)
libcmocka-devel-1.1.5-10.el9.s390x.rpm (info) (download)
libcmocka-static-1.1.5-10.el9.s390x.rpm (info) (download)
cmocka-debugsource-1.1.5-10.el9.s390x.rpm (info) (download)
libcmocka-debuginfo-1.1.5-10.el9.s390x.rpm (info) (download)
x86_64
libcmocka-1.1.5-10.el9.x86_64.rpm (info) (download)
libcmocka-devel-1.1.5-10.el9.x86_64.rpm (info) (download)
libcmocka-static-1.1.5-10.el9.x86_64.rpm (info) (download)
cmocka-debugsource-1.1.5-10.el9.x86_64.rpm (info) (download)
libcmocka-debuginfo-1.1.5-10.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 * Thu Jun 24 2021 Andreas Schneider <asn@redhat.com> - 1.1.5-10 - resolves: rhbz#1915369 - Split out a cmocka-doc package * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-9 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Aug 05 2020 Andreas Schneider <asn@redhat.com> - 1.1.5-7 - Correctly build with new cmake macros * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 01 2020 Jeff Law <law@redhat.com> - 1.1.5-4 - Disable LTO * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild