From 46f504db66f94c7e84f4e083c3a85804edcd9f779c01a23b178033fc308fe38b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Feb 2024 09:44:15 +0000 Subject: [PATCH] - update to 2.13.3: * settings.cpp: Update autosar+cert+misra checkers mappings * Fix #12389 (GUI: premiumaddon is not executed properly anymore) OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=128 --- cppcheck-2.13.2.tar.gz | 3 --- cppcheck-2.13.3.tar.gz | 3 +++ cppcheck.changes | 7 +++++++ cppcheck.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-2.13.2.tar.gz create mode 100644 cppcheck-2.13.3.tar.gz diff --git a/cppcheck-2.13.2.tar.gz b/cppcheck-2.13.2.tar.gz deleted file mode 100644 index 2633135..0000000 --- a/cppcheck-2.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:918e34ec10c54ca06b5e3db617816ff29389816752ef7f3f95a5f3d6ed7cd6c7 -size 3644386 diff --git a/cppcheck-2.13.3.tar.gz b/cppcheck-2.13.3.tar.gz new file mode 100644 index 0000000..3c18a01 --- /dev/null +++ b/cppcheck-2.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8c526d19496038c09bf4781bd804ab1f7aaadee4c3b699629830d24742dd81 +size 3645677 diff --git a/cppcheck.changes b/cppcheck.changes index bd6df4f..7f78420 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 5 09:43:34 UTC 2024 - Dirk Müller + +- update to 2.13.3: + * settings.cpp: Update autosar+cert+misra checkers mappings + * Fix #12389 (GUI: premiumaddon is not executed properly anymore) + ------------------------------------------------------------------- Fri Jan 26 09:06:48 UTC 2024 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index a8a241f..7704b97 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.13.2 +Version: 2.13.3 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later