diff --git a/cppcheck-2.3.tar.bz2 b/cppcheck-2.3.tar.bz2 deleted file mode 100644 index c0bcb6a..0000000 --- a/cppcheck-2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3a697f277bc9959c9ad4c2d04557d8cf283dc9f7ed556334e0f380cc4079c56 -size 2920800 diff --git a/cppcheck-2.4.tar.bz2 b/cppcheck-2.4.tar.bz2 new file mode 100644 index 0000000..0f0ec27 --- /dev/null +++ b/cppcheck-2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98624fa8e9b3d7fb220159300cfe565c5bf1dd3b43e4a4ff925722aa7684a02a +size 3048564 diff --git a/cppcheck.changes b/cppcheck.changes index 09759e1..52dd5bd 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 22 21:23:13 UTC 2021 - Dirk Müller + +- update to 2.4: + * Detect one definition rule violations + * MISRA improvements + * ImportProject fixes + * Various bug hunting improvements + * Fixes when importing AST from clang + ------------------------------------------------------------------- Sat Dec 12 15:28:36 UTC 2020 - Milan Savić diff --git a/cppcheck.spec b/cppcheck.spec index 954395b..62339ef 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,7 +1,7 @@ # # spec file for package cppcheck # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: cppcheck -Version: 2.3 +Version: 2.4 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later -URL: http://cppcheck.sourceforge.net/ +URL: https://github.com/danmar/cppcheck Source: https://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2 BuildRequires: cmake BuildRequires: docbook-xsl-stylesheets