Page MenuHomeSolus

D1959.diff
No OneTemporary

D1959.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,5 @@
libc.so.6
libgcc_s.so.1
libm.so.6
+libpcre.so.1
libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,18 @@
name : cppcheck
-version : 1.76.1
-release : 1
+version : 1.82
+release : 2
source :
- - https://pilotfiber.dl.sourceforge.net/project/cppcheck/cppcheck/1.76.1/cppcheck-1.76.1.tar.bz2 : 5bc70fdc59e242ee882ec9c98738b43e7b46919c78015a6acaceeb527f5d86d0
+ - https://pilotfiber.dl.sourceforge.net/project/cppcheck/cppcheck/1.82/cppcheck-1.82.tar.bz2 : e02b29d18eaa38bed19e80dcf59b06d450d5e20c30732d6bad64af9ea58d694e
license : GPL-3.0
component : programming.tools
summary : Static source code analysis tool for C and C++ code
description: |
- Static source code analysis tool for C and C++ code
+ 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 .
+ %cmake . -DBUILD_TESTS=ON -DHAVE_RULES=ON
build : |
%make
install : |
%make_install
+check : |
+ ./bin/testrunner -q
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,43 +2,48 @@
<Source>
<Name>cppcheck</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-3.0</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Static source code analysis tool for C and C++ code</Summary>
- <Description xml:lang="en">Static source code analysis tool for C and C++ code
+ <Description xml:lang="en">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).
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>cppcheck</Name>
<Summary xml:lang="en">Static source code analysis tool for C and C++ code</Summary>
- <Description xml:lang="en">Static source code analysis tool for C and C++ code
+ <Description xml:lang="en">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).
</Description>
<PartOf>programming.tools</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/CppCheck/avr.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>
<Path fileType="data">/usr/share/CppCheck/gnu.cfg</Path>
<Path fileType="data">/usr/share/CppCheck/gtk.cfg</Path>
<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/qt.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/windows.cfg</Path>
<Path fileType="data">/usr/share/CppCheck/wxwidgets.cfg</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-12-24</Date>
- <Version>1.76.1</Version>
+ <Update release="2">
+ <Date>2018-01-14</Date>
+ <Version>1.82</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 28, 1:04 PM (2 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800372
Default Alt Text
D1959.diff (4 KB)

Event Timeline