Page MenuHomeSolus

D9755.id23505.diff
No OneTemporary

D9755.id23505.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -3,3 +3,4 @@
libm.so.6
libpcre.so.1
libstdc++.so.6
+libz3.so.4.8
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,17 @@
name : cppcheck
-version : '1.90'
-release : 9
+version : '2.1'
+release : 10
source :
- - https://github.com/danmar/cppcheck/archive/1.90.tar.gz : c4864d3e09359214efdd503b52e241f4f56ba7ce26f8c11939fd9dcfac1fd105
+ - https://github.com/danmar/cppcheck/archive/2.1.tar.gz : 447d44bbaa555fa78b89dd2cb0203fd4c6f18269db8a78638b968ba7c72cb02e
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).
+builddeps :
+ - pkgconfig(z3)
setup : |
- %cmake_ninja . -DBUILD_TESTS=ON -DHAVE_RULES=ON
+ %cmake_ninja . -DBUILD_TESTS=ON -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON -DUSE_Z3=yes
build : |
%ninja_build
install : |
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>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.tools</PartOf>
@@ -80,12 +80,12 @@
</Files>
</Package>
<History>
- <Update release="9">
- <Date>2019-12-21</Date>
- <Version>1.90</Version>
+ <Update release="10">
+ <Date>2020-09-30</Date>
+ <Version>2.1</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:15 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799343
Default Alt Text
D9755.id23505.diff (2 KB)

Event Timeline