SHA256
8
0
forked from pool/cppunit

Accepting request 820766 from home:elimat:branches:devel:libraries:c_c++

- 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

OBS-URL: https://build.opensuse.org/request/show/820766
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=17
This commit is contained in:
2020-08-04 10:44:12 +00:00
committed by Git OBS Bridge
parent 5164c87fa9
commit bbad35ace4
7 changed files with 36 additions and 116 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 13 22:22:05 UTC 2020 - Matthias Eliasson <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 14:11:16 UTC 2019 - Martin Liška <mliska@suse.cz>