Package Release Info

cppunit-1.15.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cppunit-devel-32bit
libcppunit-1_15-1-32bit

Change Logs

* Mon Jul 13 2020 elimat@opensuse.org
- Version update to 1.15.1
  Portability:
  * Fix Wdefaulted-function-deleted warning with clang
  * Remove old Visual Studio project files
- Changes in version 1.15.0
  * Report (un)signed character as intergers
  * add CPPUNIT_TEST_FIXTURE()
  * add message_to_string trait to allow custom string formatters
  Portability:
  * Fix build with gcc 9
  * Fix various compiler warnings
- Run spec-cleaner
  * remove rpm groups
- Drop patches fixed upstream:
  * gcc9-Wdeprecated-copy-1.patch
  * gcc9-Wdeprecated-copy-2.patch
* Mon Apr 29 2019 mliska@suse.cz
- Add gcc9-Wdeprecated-copy-1.patch and gcc9-Wdeprecated-copy-2.patch
  in order to fix boo#1121281.
* Wed Feb 07 2018 jengelh@inai.de
- Fix RPM group of shlib subpackage.
* Wed Feb 07 2018 tchvatal@suse.com
- Fix description bsc#1079783
* Sun Apr 16 2017 tchvatal@suse.com
- Version update to 1.14.0:
  * TestCaller supports any callable that can be put into
    std::function<void()>.
  * CPPUNIT_TEST_PARAMETERIZED executes a test for any value in
    an iteratable.
  * Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER,
    ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL
  * Remove QT test runner
* Thu Nov 14 2013 tchvatal@suse.com
- Avoid collisions with libcppunit.
* Wed Nov 13 2013 tchvatal@suse.com
- Fix the desktop file placement and help location within it.
* Tue Nov 12 2013 tchvatal@suse.com
- Fix baselibs.conf
- Run tests and split documentation in own devel-doc subpackage.
- Remove la file and do not build static lib.
* Mon Nov 11 2013 tbehrens@suse.com
- Version bump to 1.13.2
  * report dlopen errors now correctly
* Mon Dec 17 2012 tchvatal@suse.com
- Version bump to 1.13.1
  * remove unused patches that are incorporated in the build system
  * cleanup the spec file at least a bit