Page MenuHomeSolus

D5325.diff
No OneTemporary

D5325.diff

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 @@
<Source>
<Name>cppcheck</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.tools</PartOf>
@@ -21,6 +21,7 @@
<Files>
<Path fileType="executable">/usr/bin/cppcheck</Path>
<Path fileType="data">/usr/share/Cppcheck/avr.cfg</Path>
+ <Path fileType="data">/usr/share/Cppcheck/boost.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/bsd.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/cppcheck-lib.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/embedded_sql.cfg</Path>
@@ -30,22 +31,25 @@
<Path fileType="data">/usr/share/Cppcheck/microsoft_sal.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/motif.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/posix.cfg</Path>
+ <Path fileType="data">/usr/share/Cppcheck/python.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/qt.cfg</Path>
+ <Path fileType="data">/usr/share/Cppcheck/ruby.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/sdl.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/sfml.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/std.cfg</Path>
+ <Path fileType="data">/usr/share/Cppcheck/tinyxml2.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/windows.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/wxwidgets.cfg</Path>
<Path fileType="data">/usr/share/Cppcheck/zlib.cfg</Path>
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2018-12-08</Date>
- <Version>1.86</Version>
+ <Update release="7">
+ <Date>2019-02-09</Date>
+ <Version>1.87</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 15, 9:27 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5795144
Default Alt Text
D5325.diff (3 KB)

Event Timeline