From c8df056543e97c9143ad4579facba1ea285b75398ce3fa4377af37469632b778 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 23 Jun 2024 05:16:35 +0000 Subject: [PATCH] Accepting request 1182636 from home:mathletic:branches:devel:tools - update to 2.14.2 * Justifications for warnings using comments in the code * Fix alignas handling OBS-URL: https://build.opensuse.org/request/show/1182636 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=136 --- cppcheck-2.14.1.tar.gz | 3 --- cppcheck-2.14.2.tar.gz | 3 +++ cppcheck.changes | 7 +++++++ cppcheck.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-2.14.1.tar.gz create mode 100644 cppcheck-2.14.2.tar.gz diff --git a/cppcheck-2.14.1.tar.gz b/cppcheck-2.14.1.tar.gz deleted file mode 100644 index f03dd39..0000000 --- a/cppcheck-2.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22d1403fbc3158f35b5216d7b0a50bbaf0c80bf6663933a71f65cc4fc307ff3d -size 3721460 diff --git a/cppcheck-2.14.2.tar.gz b/cppcheck-2.14.2.tar.gz new file mode 100644 index 0000000..c2d15d9 --- /dev/null +++ b/cppcheck-2.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3acea5f489336bd83a8ea33917a9a04a80c56d874bf270287e7de27acf2d00 +size 3723248 diff --git a/cppcheck.changes b/cppcheck.changes index 819810a..3839ff5 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jun 22 14:37:43 UTC 2024 - Christoph G + +- update to 2.14.2 + * Justifications for warnings using comments in the code + * Fix alignas handling + ------------------------------------------------------------------- Mon May 27 07:17:31 UTC 2024 - Christoph G diff --git a/cppcheck.spec b/cppcheck.spec index 82295ed..a7c9917 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.14.1 +Version: 2.14.2 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later