Information for build cmocka-1.1.3-1.fc30

ID1148084
Package Namecmocka
Version1.1.3
Release1.fc30
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/cmocka.git#ae7ba6fedef87807f46c0081b7e7b244df976aca
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 byasn
State complete
Volume fedora_koji_archive04
StartedThu, 27 Sep 2018 14:59:51 UTC
CompletedThu, 27 Sep 2018 15:03:43 UTC
Taskbuild (rawhide, /rpms/cmocka.git:ae7ba6fedef87807f46c0081b7e7b244df976aca)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cmocka.git#ae7ba6fedef87807f46c0081b7e7b244df976aca'}}
Tags
f30
RPMs
src
cmocka-1.1.3-1.fc30.src.rpm (info) (download)
aarch64
libcmocka-1.1.3-1.fc30.aarch64.rpm (info) (download)
libcmocka-devel-1.1.3-1.fc30.aarch64.rpm (info) (download)
libcmocka-static-1.1.3-1.fc30.aarch64.rpm (info) (download)
cmocka-debugsource-1.1.3-1.fc30.aarch64.rpm (info) (download)
libcmocka-debuginfo-1.1.3-1.fc30.aarch64.rpm (info) (download)
armv7hl
libcmocka-1.1.3-1.fc30.armv7hl.rpm (info) (download)
libcmocka-devel-1.1.3-1.fc30.armv7hl.rpm (info) (download)
libcmocka-static-1.1.3-1.fc30.armv7hl.rpm (info) (download)
cmocka-debugsource-1.1.3-1.fc30.armv7hl.rpm (info) (download)
libcmocka-debuginfo-1.1.3-1.fc30.armv7hl.rpm (info) (download)
i686
libcmocka-1.1.3-1.fc30.i686.rpm (info) (download)
libcmocka-devel-1.1.3-1.fc30.i686.rpm (info) (download)
libcmocka-static-1.1.3-1.fc30.i686.rpm (info) (download)
cmocka-debugsource-1.1.3-1.fc30.i686.rpm (info) (download)
libcmocka-debuginfo-1.1.3-1.fc30.i686.rpm (info) (download)
ppc64le
libcmocka-1.1.3-1.fc30.ppc64le.rpm (info) (download)
libcmocka-devel-1.1.3-1.fc30.ppc64le.rpm (info) (download)
libcmocka-static-1.1.3-1.fc30.ppc64le.rpm (info) (download)
cmocka-debugsource-1.1.3-1.fc30.ppc64le.rpm (info) (download)
libcmocka-debuginfo-1.1.3-1.fc30.ppc64le.rpm (info) (download)
s390x
libcmocka-1.1.3-1.fc30.s390x.rpm (info) (download)
libcmocka-devel-1.1.3-1.fc30.s390x.rpm (info) (download)
libcmocka-static-1.1.3-1.fc30.s390x.rpm (info) (download)
cmocka-debugsource-1.1.3-1.fc30.s390x.rpm (info) (download)
libcmocka-debuginfo-1.1.3-1.fc30.s390x.rpm (info) (download)
x86_64
libcmocka-1.1.3-1.fc30.x86_64.rpm (info) (download)
libcmocka-devel-1.1.3-1.fc30.x86_64.rpm (info) (download)
libcmocka-static-1.1.3-1.fc30.x86_64.rpm (info) (download)
cmocka-debugsource-1.1.3-1.fc30.x86_64.rpm (info) (download)
libcmocka-debuginfo-1.1.3-1.fc30.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
root.log
state.log
build.log
mock_output.log
ppc64le
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
root.log
build.log
mock_output.log
i686
root.log
build.log
hw_info.log
state.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
armv7hl
hw_info.log
build.log
state.log
root.log
mock_output.log
Changelog * Thu Sep 27 2018 Andreas Schneider <asn@redhat.com> - 1.1.3-1 - Update to version 1.1.3 * Wed Aug 29 2018 Andreas Schneider <asn@redhat.com> - 1.1.2-1 - Update to version 1.1.2 * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Mar 28 2017 Than Ngo <than@redhat.com> - 1.1.0-5 - added workaround for gcc7 bug on ppc64le temporary * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild