Changelog for
libcmocka0-1.1.5-150400.1.8.x86_64.rpm :
* Wed Apr 24 2019 mliskaAATTsuse.cz- Disable LTO (boo#1133122).
* Thu Mar 28 2019 asnAATTcryptomilk.org- 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 asnAATTcryptomilk.org- 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 asnAATTcryptomilk.org- Fix packaging the documentation- Added 0001-cmake-Only-support-building-docs-the-on-cmake-3.9.patch
* Wed Aug 29 2018 asnAATTcryptomilk.org- 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
* Thu Mar 12 2015 asnAATTcryptomilk.org- Update to version 1.0.1
* Added a macro for assert_ptr_equal().
* Fixed test_realloc() if 0 size is passed.
* Fixed objects packaging bug.
* Fixed building with newer gcc versions.
* Tue Feb 17 2015 asnAATTcryptomilk.org- Add missing requires for cmake and pkg-config
* Tue Feb 17 2015 asnAATTcryptomilk.org- Turn on unit tests
* Mon Feb 16 2015 asnAATTcryptomilk.org- Update to version 1.0.0
* Added new test runner with group fixtures. The old runner is deprecated
* Added an extensible message output formatter
* Added jUnit XML message output
* Added subunit message output
* Added Test Anything Protocol message output
* Added skip() command
* Added test_realloc()
* Added a cmockery compat header
* Fixed a lot of bugs on Windows