From 84ec457e0acd9cfd10398071a8e83d5973254af4 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 19 May 2022 13:41:06 -0600 Subject: [PATCH 1/5] Rebuild for z3 4.8.17 --- cppcheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cppcheck.spec b/cppcheck.spec index 98ff3eb..9f812e2 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -2,7 +2,7 @@ Name: cppcheck Version: 2.7.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -113,6 +113,9 @@ cd %{_vpath_builddir}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Thu May 19 2022 Jerry James - 2.7.4-2 +- Rebuild for z3 4.8.17 + * Fri Mar 25 2022 Wolfgang Stöggl - 2.7.4-1 - Update to 2.7.4 From cbf882a9c7d667d65361040e7b02c71a85f68088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 25 May 2022 06:14:16 +0200 Subject: [PATCH 2/5] Update to 2.8 - Remove z3-devel, see upstream: https://github.com/danmar/cppcheck/commit/8f386e1 --- .gitignore | 1 + cppcheck.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index fe00c3b..17661b2 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-2.7.tar.gz /cppcheck-2.7.3.tar.gz /cppcheck-2.7.4.tar.gz +/cppcheck-2.8.tar.gz diff --git a/cppcheck.spec b/cppcheck.spec index 9f812e2..20ccc5e 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: cppcheck -Version: 2.7.4 -Release: 2%{?dist} +Version: 2.8 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -24,7 +24,6 @@ BuildRequires: tinyxml2-devel >= 2.1.0 BuildRequires: zlib-devel BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: z3-devel >= 4.7.1 BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel BuildRequires: qt5-linguist @@ -72,7 +71,7 @@ pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s --number- # Binaries # Upstream doesn't support shared libraries (unversioned solib) -%cmake -DCMAKE_BUILD_TYPE=Release -DUSE_MATCHCOMPILER=yes -DUSE_Z3=yes -DHAVE_RULES=yes -DBUILD_GUI=1 -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTS=yes -DFILESDIR=%{_datadir}/Cppcheck -DUSE_BUNDLED_TINYXML2=OFF -DENABLE_OSS_FUZZ=OFF +%cmake -DCMAKE_BUILD_TYPE=Release -DUSE_MATCHCOMPILER=yes -DHAVE_RULES=yes -DBUILD_GUI=1 -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTS=yes -DFILESDIR=%{_datadir}/Cppcheck -DUSE_BUNDLED_TINYXML2=OFF -DENABLE_OSS_FUZZ=OFF %cmake_build %install @@ -113,6 +112,9 @@ cd %{_vpath_builddir}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Wed May 25 2022 Wolfgang Stöggl - 2.8-1 +- Update to 2.8 + * Thu May 19 2022 Jerry James - 2.7.4-2 - Rebuild for z3 4.8.17 diff --git a/sources b/sources index 622803d..e455f7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cppcheck-2.7.4.tar.gz) = 599101c2c5ffe8073849ca97dd99839af9d241dc10e0638d339aa919c2df98d48e3fbb882120c864647de97ed3f77434a2748eec489bfcebbebacb020fc32611 +SHA512 (cppcheck-2.8.tar.gz) = 67a760c4205ca908b5992e05b5bdd5d67052ae12aff870ee94d445fba48d211bfdfffc9fce0fb65b9fd693e82930b6b93e32636d230a73b12e8df42c4f7d27a2 From 69bb397641a460ec2c47b4d2679e6d8496592842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Sat, 16 Jul 2022 06:22:17 +0200 Subject: [PATCH 3/5] Update to 2.8.2 --- .gitignore | 1 + cppcheck.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 17661b2..a791c82 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-2.7.3.tar.gz /cppcheck-2.7.4.tar.gz /cppcheck-2.8.tar.gz +/cppcheck-2.8.2.tar.gz diff --git a/cppcheck.spec b/cppcheck.spec index 20ccc5e..25e656e 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build Name: cppcheck -Version: 2.8 +Version: 2.8.2 Release: 1%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ @@ -112,6 +112,9 @@ cd %{_vpath_builddir}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Sat Jul 16 2022 Wolfgang Stöggl - 2.8.2-1 +- Update to 2.8.2 + * Wed May 25 2022 Wolfgang Stöggl - 2.8-1 - Update to 2.8 diff --git a/sources b/sources index e455f7d..26a829b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cppcheck-2.8.tar.gz) = 67a760c4205ca908b5992e05b5bdd5d67052ae12aff870ee94d445fba48d211bfdfffc9fce0fb65b9fd693e82930b6b93e32636d230a73b12e8df42c4f7d27a2 +SHA512 (cppcheck-2.8.2.tar.gz) = 595645cede2d1b801127747cf19c66ebc73a97c4c3f5c9af1fbf865a995f9b7ab4027a16d73cf2aa638e51569be275a26b92909d548ddb40e185978a247fb5cd From 411869e6e337cbf18eb88d509acebce5402a9bb6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 23:39:47 +0000 Subject: [PATCH 4/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cppcheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cppcheck.spec b/cppcheck.spec index 25e656e..4e40c15 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -2,7 +2,7 @@ Name: cppcheck Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -112,6 +112,9 @@ cd %{_vpath_builddir}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 2.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jul 16 2022 Wolfgang Stöggl - 2.8.2-1 - Update to 2.8.2 From c375328a313642dcd7e6e25df41dd0df4ecbbec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Sun, 28 Aug 2022 16:34:32 +0200 Subject: [PATCH 5/5] Update to 2.9 --- .gitignore | 1 + cppcheck.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a791c82..40d15a3 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-2.7.4.tar.gz /cppcheck-2.8.tar.gz /cppcheck-2.8.2.tar.gz +/cppcheck-2.9.tar.gz diff --git a/cppcheck.spec b/cppcheck.spec index 4e40c15..4d2495b 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: cppcheck -Version: 2.8.2 -Release: 2%{?dist} +Version: 2.9 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -112,6 +112,9 @@ cd %{_vpath_builddir}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Sun Aug 28 2022 Wolfgang Stöggl - 2.9-1 +- Update to 2.9 + * Wed Jul 20 2022 Fedora Release Engineering - 2.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 26a829b..0999ab9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cppcheck-2.8.2.tar.gz) = 595645cede2d1b801127747cf19c66ebc73a97c4c3f5c9af1fbf865a995f9b7ab4027a16d73cf2aa638e51569be275a26b92909d548ddb40e185978a247fb5cd +SHA512 (cppcheck-2.9.tar.gz) = 69204a7ceac087470201482894e6422b99d0849f08641e80b2e341c9d164a1d2095e3a08a1fba2e9fa681783d07fe7277b30ea0cc0bf582431b5d13ab2f58c1f