From da654849b38a3150d26b1f56cb3d6a2d847711025dbc22a2ceab00cb182a1d05 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 15 Mar 2023 21:53:56 +0000 Subject: [PATCH] Accepting request 1072190 from home:dirkmueller:Factory - update to 2.10.3: * SymbolDatabase: Fix handling of function pointer arguments OBS-URL: https://build.opensuse.org/request/show/1072190 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=107 --- cppcheck-2.10.2.tar.gz | 3 --- cppcheck-2.10.3.tar.gz | 3 +++ cppcheck.changes | 6 ++++++ cppcheck.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-2.10.2.tar.gz create mode 100644 cppcheck-2.10.3.tar.gz diff --git a/cppcheck-2.10.2.tar.gz b/cppcheck-2.10.2.tar.gz deleted file mode 100644 index e9ded45..0000000 --- a/cppcheck-2.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:915785d01fa6f5571e9d450102056466222b554525ce3ad67c61b75508a7a451 -size 3448020 diff --git a/cppcheck-2.10.3.tar.gz b/cppcheck-2.10.3.tar.gz new file mode 100644 index 0000000..8c8b6f1 --- /dev/null +++ b/cppcheck-2.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aae5e116daeaaf5d19f3efa61b91c06f161cb97412a1d1af6e1e20686e48967 +size 3447010 diff --git a/cppcheck.changes b/cppcheck.changes index 9c8daa7..a23ee38 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 15 20:23:58 UTC 2023 - Dirk Müller + +- update to 2.10.3: + * SymbolDatabase: Fix handling of function pointer arguments + ------------------------------------------------------------------- Mon Feb 27 21:39:54 UTC 2023 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index b859f8b..5afc333 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.10.2 +Version: 2.10.3 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later