diff --git a/cppcheck-2.13.0.tar.gz b/cppcheck-2.13.0.tar.gz deleted file mode 100644 index c8bf4d7..0000000 --- a/cppcheck-2.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8229afe1dddc3ed893248b8a723b428dc221ea014fbc76e6289840857c03d450 -size 3643744 diff --git a/cppcheck-2.13.1.tar.gz b/cppcheck-2.13.1.tar.gz new file mode 100644 index 0000000..c60e56d --- /dev/null +++ b/cppcheck-2.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ac191684d518a0a8aa44f48dabfba02daf6cd0f9a002e2d0735ed197b150b5 +size 3642653 diff --git a/cppcheck.changes b/cppcheck.changes index 1f3ffb0..e13b88f 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 22 09:54:31 UTC 2024 - Dirk Müller + +- update to 2.13.1: + * Show premium autosar/misra/cert style issues even if --enable + is not used + * Better validation of --premium options + * unsafe handling of unconditional #error + * unsafe suppressions of critical errors + * missing "misra-config" warning, calling unknown function in + condition + * If --premium=safety is used then go to "safety mode". Do not + override this in cppcheck.cfg + ------------------------------------------------------------------- Sun Dec 24 06:43:54 UTC 2023 - Christoph G diff --git a/cppcheck.spec b/cppcheck.spec index 8488b24..5335920 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,7 +1,7 @@ # # spec file for package cppcheck # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.13.0 +Version: 2.13.1 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later