diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,18 +1,16 @@ name : cppcheck -version : '1.86' -release : 6 +version : '1.87' +release : 7 source : - - https://github.com/danmar/cppcheck/archive/1.86.tar.gz : 86ea85c2ee5ec31a7410bfc7c206b87e600d284089428750d66d1ce1ffa0c9a6 + - https://github.com/danmar/cppcheck/archive/1.87.tar.gz : ea7ac1cd2f5c00ecffd596fd0f7281cba44308e565a634fae02b77ecd927c153 license : GPL-3.0-or-later component : programming.tools summary : Static source code analysis tool for C and C++ code description: | Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives). setup : | - %cmake . -DBUILD_TESTS=ON -DHAVE_RULES=ON + %cmake_ninja . -DBUILD_TESTS=ON -DHAVE_RULES=ON build : | - %make + %ninja_build install : | - %make_install -check : | - ./bin/testrunner -q + %ninja_install \ No newline at end of file diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ cppcheck - Pierre-Yves - pyu@riseup.net + F. von Gellhorn + flinux@vongellhorn.ch GPL-3.0-or-later programming.tools @@ -21,6 +21,7 @@ /usr/bin/cppcheck /usr/share/Cppcheck/avr.cfg + /usr/share/Cppcheck/boost.cfg /usr/share/Cppcheck/bsd.cfg /usr/share/Cppcheck/cppcheck-lib.cfg /usr/share/Cppcheck/embedded_sql.cfg @@ -30,22 +31,25 @@ /usr/share/Cppcheck/microsoft_sal.cfg /usr/share/Cppcheck/motif.cfg /usr/share/Cppcheck/posix.cfg + /usr/share/Cppcheck/python.cfg /usr/share/Cppcheck/qt.cfg + /usr/share/Cppcheck/ruby.cfg /usr/share/Cppcheck/sdl.cfg /usr/share/Cppcheck/sfml.cfg /usr/share/Cppcheck/std.cfg + /usr/share/Cppcheck/tinyxml2.cfg /usr/share/Cppcheck/windows.cfg /usr/share/Cppcheck/wxwidgets.cfg /usr/share/Cppcheck/zlib.cfg - - 2018-12-08 - 1.86 + + 2019-02-09 + 1.87 Packaging update - Pierre-Yves - pyu@riseup.net + F. von Gellhorn + flinux@vongellhorn.ch \ No newline at end of file