From a198a5ba61d8d794c572085f03d651b03309d460c628948b584dc12eceaf4b19 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Feb 2023 21:49:18 +0000 Subject: [PATCH] - update to 2.10.2: * GUI: Set proper title for compliance report dialog * GUI: Generate compliance report * Tokenizer: tweaked simplification of function pointers OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=105 --- cppcheck-2.10.2.tar.gz | 3 +++ cppcheck-2.10.tar.gz | 3 --- cppcheck.changes | 8 ++++++++ cppcheck.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 cppcheck-2.10.2.tar.gz delete mode 100644 cppcheck-2.10.tar.gz diff --git a/cppcheck-2.10.2.tar.gz b/cppcheck-2.10.2.tar.gz new file mode 100644 index 0000000..e9ded45 --- /dev/null +++ b/cppcheck-2.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915785d01fa6f5571e9d450102056466222b554525ce3ad67c61b75508a7a451 +size 3448020 diff --git a/cppcheck-2.10.tar.gz b/cppcheck-2.10.tar.gz deleted file mode 100644 index 2f92276..0000000 --- a/cppcheck-2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785dcbf711048dfe43ae920b6eff2eeebb4a096e88188a40e173ca4c030f57c3 -size 3442586 diff --git a/cppcheck.changes b/cppcheck.changes index a9faf18..9c8daa7 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 27 21:39:54 UTC 2023 - Dirk Müller + +- update to 2.10.2: + * GUI: Set proper title for compliance report dialog + * GUI: Generate compliance report + * Tokenizer: tweaked simplification of function pointers + ------------------------------------------------------------------- Tue Jan 31 18:24:47 UTC 2023 - PragmaticLinux diff --git a/cppcheck.spec b/cppcheck.spec index eb5a4be..b859f8b 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.10 +Version: 2.10.2 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later