From de53c9c74bb793528f37a3466b2ac5664cca54553e8a75a55ca134a1d8699e38 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Jan 2024 09:10:09 +0000 Subject: [PATCH] - update to 2.13.2: * Fix premium version check * Fix 12375 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=126 --- cppcheck-2.13.1.tar.gz | 3 --- cppcheck-2.13.2.tar.gz | 3 +++ cppcheck.changes | 7 +++++++ cppcheck.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-2.13.1.tar.gz create mode 100644 cppcheck-2.13.2.tar.gz diff --git a/cppcheck-2.13.1.tar.gz b/cppcheck-2.13.1.tar.gz deleted file mode 100644 index c60e56d..0000000 --- a/cppcheck-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ac191684d518a0a8aa44f48dabfba02daf6cd0f9a002e2d0735ed197b150b5 -size 3642653 diff --git a/cppcheck-2.13.2.tar.gz b/cppcheck-2.13.2.tar.gz new file mode 100644 index 0000000..2633135 --- /dev/null +++ b/cppcheck-2.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918e34ec10c54ca06b5e3db617816ff29389816752ef7f3f95a5f3d6ed7cd6c7 +size 3644386 diff --git a/cppcheck.changes b/cppcheck.changes index e13b88f..bd6df4f 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 26 09:06:48 UTC 2024 - Dirk Müller + +- update to 2.13.2: + * Fix premium version check + * Fix 12375 + ------------------------------------------------------------------- Mon Jan 22 09:54:31 UTC 2024 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index 5335920..a8a241f 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.13.1 +Version: 2.13.2 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later