Accepting request 661440 from home:mathletic:branches:devel:tools

- Use Python 3 instad of Python 2
- Switch to CMake as the used build system, otherwise Python 3 could not be detected by plain make

OBS-URL: https://build.opensuse.org/request/show/661440
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=57
This commit is contained in:
Martin Pluskal
2018-12-27 08:40:19 +00:00
committed by Git OBS Bridge
parent 360f7317bb
commit 5e143cf72d
2 changed files with 26 additions and 19 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 20 13:40:09 UTC 2018 - Christoph G <foss@grueninger.de>
- Use Python 3 instad of Python 2
- Switch to CMake as the used build system, otherwise Python 3
could not be detected by plain make
-------------------------------------------------------------------
Wed Dec 19 21:31:18 UTC 2018 - Christoph G <foss@grueninger.de>