Changelog for
libcmocka-devel-32bit-1.1.7-4.1.x86_64.rpm :
* Fri Jun 07 2024 Andreas Schneider
- Fix baselibs.conf for libcmocka-cmake subpackage
* Wed Aug 23 2023 Martin Wilck - split off -doc and -cmake subpackages, which aren\'t necessary for basic development with cmocka, to avoid pulling in the entire cmake-full package (38MB) with libcmocka-devel- minor simplifications in spec file
* Fri May 05 2023 Andreas Schneider - Add missing cmake config files for 32bit packages
* Mon Feb 27 2023 Andreas Schneider - Update to version 1.1.7
* Fixed tarball generation
* Fri Feb 17 2023 Andreas Schneider - Update to version 1.1.6
* Added new assert macros to compare 2 double given an epsilon
* Added meson build system
* Added header with version to TAP13 output
* Fixed issues with MSVC
* Fixed TAP output for skipped tests
* Fixed issue with fail_msg
* CMake generated configs for find_package(cmocka)
* Documentation improvements
* Wed Apr 24 2019 Martin Liška - Disable LTO (boo#1133122).
* Thu Mar 28 2019 Andreas Schneider - Update to version 1.1.5
* Added cmocka_set_skip_filter()
* cmocka version 1.1.4
* Added assert_float(_not)_equal()
* Added expect_any_always()
* Small bug fixes
* Thu Sep 27 2018 Andreas Schneider - Update to version 1.1.3
* Fixed subunit output on failures
* Do not abort if a test is skipped
* Switched to Modern CMake- Removed 0001-cmake-Only-support-building-docs-the-on-cmake-3.9.patch
* Thu Aug 30 2018 Andreas Schneider - Fix packaging the documentation- Added 0001-cmake-Only-support-building-docs-the-on-cmake-3.9.patch
* Wed Aug 29 2018 Andreas Schneider - Update to version 1.1.2
* Added function to filter tests (cmocka_set_test_filter)
* Added new mocking example (uptime)
* Fixed fixture error reporting
* Fixed compiler flags detection
* Some improvement for API documentation- Added HTML documentation