From 8dd2cfec4082eded90bb54174405add6fbf753dc28ae22f06c7510c10ca5349b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Dec 2022 22:59:57 +0000 Subject: [PATCH] - update to 2.9.3: * various GUI and premium feature handling bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=100 --- cppcheck-2.9.3.tar.gz | 3 +++ cppcheck-2.9.tar.gz | 3 --- cppcheck.changes | 6 ++++++ cppcheck.spec | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 cppcheck-2.9.3.tar.gz delete mode 100644 cppcheck-2.9.tar.gz diff --git a/cppcheck-2.9.3.tar.gz b/cppcheck-2.9.3.tar.gz new file mode 100644 index 0000000..4acea20 --- /dev/null +++ b/cppcheck-2.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46319ca73e33e4b2bd91981a76a0d4f184cd3f86b62dc18e8938eabacd3ad2e3 +size 3918291 diff --git a/cppcheck-2.9.tar.gz b/cppcheck-2.9.tar.gz deleted file mode 100644 index 9c06d83..0000000 --- a/cppcheck-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56aee8b5bdf936ab7adc9ab43903ba2052f088695c80f047682024a1ed0ef3f3 -size 3916529 diff --git a/cppcheck.changes b/cppcheck.changes index 899da4e..4b53494 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 7 22:39:58 UTC 2022 - Dirk Müller + +- update to 2.9.3: + * various GUI and premium feature handling bugfixes + ------------------------------------------------------------------- Sat Sep 17 16:28:54 UTC 2022 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index e64b810..ab7fc34 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.9 +Version: 2.9.3 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later @@ -34,6 +34,7 @@ BuildRequires: z3-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Help) +BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets)