Changelog for
libcmocka0-1.1.5-1.1.x86_64.rpm :
* 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
* Fri Apr 07 2017 asnAATTcryptomilk.org- Update to version 1.1.1
* Fixed TAP output
* Fixed cmocka on Windows x64
* Fixed xUnit output durations
* Tue Oct 25 2016 asnAATTcryptomilk.org- Fix url for Source0
* Wed Sep 21 2016 asnAATTcryptomilk.org- Update to version 1.1.0
* Added support to catch multiple exceptions
* Added support to verify call ordering
* Added support to pass initial data to test cases
* Added will_return_maybe() for ignoring mock returns
* Added subtests for groups using TAP output
* Added support to write multiple XML files for groups
* Improved documentation
* Fixed XML output generataion
* Fixed Windows builds with VS2015
* Wed Jul 15 2015 asnAATTcryptomilk.org- Do not turn of rpath support
* Tue Jul 14 2015 tchvatalAATTsuse.com- Use properly %cmake macro to build nicely with all the linker/cflags- Use proper Url and Source- Properly fails on crashing tests instead of finishing build- Enable cmockery support