Update to 2.8
- Remove z3-devel, see upstream: https://github.com/danmar/cppcheck/commit/8f386e1
This commit is contained in:
parent
84ec457e0a
commit
cbf882a9c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@ cppcheck-1.44.tar.bz2
|
|||||||
/cppcheck-2.7.tar.gz
|
/cppcheck-2.7.tar.gz
|
||||||
/cppcheck-2.7.3.tar.gz
|
/cppcheck-2.7.3.tar.gz
|
||||||
/cppcheck-2.7.4.tar.gz
|
/cppcheck-2.7.4.tar.gz
|
||||||
|
/cppcheck-2.8.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 2.7.4
|
Version: 2.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for static C/C++ code analysis
|
Summary: Tool for static C/C++ code analysis
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://cppcheck.wiki.sourceforge.net/
|
URL: http://cppcheck.wiki.sourceforge.net/
|
||||||
@ -24,7 +24,6 @@ BuildRequires: tinyxml2-devel >= 2.1.0
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: z3-devel >= 4.7.1
|
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qttools-devel
|
BuildRequires: qt5-qttools-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
@ -72,7 +71,7 @@ pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s --number-
|
|||||||
|
|
||||||
# Binaries
|
# Binaries
|
||||||
# Upstream doesn't support shared libraries (unversioned solib)
|
# 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
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -113,6 +112,9 @@ cd %{_vpath_builddir}/bin
|
|||||||
%{_bindir}/cppcheck-htmlreport
|
%{_bindir}/cppcheck-htmlreport
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 25 2022 Wolfgang Stöggl <c72578@yahoo.de> - 2.8-1
|
||||||
|
- Update to 2.8
|
||||||
|
|
||||||
* Thu May 19 2022 Jerry James <loganjerry@gmail.com> - 2.7.4-2
|
* Thu May 19 2022 Jerry James <loganjerry@gmail.com> - 2.7.4-2
|
||||||
- Rebuild for z3 4.8.17
|
- Rebuild for z3 4.8.17
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cppcheck-2.7.4.tar.gz) = 599101c2c5ffe8073849ca97dd99839af9d241dc10e0638d339aa919c2df98d48e3fbb882120c864647de97ed3f77434a2748eec489bfcebbebacb020fc32611
|
SHA512 (cppcheck-2.8.tar.gz) = 67a760c4205ca908b5992e05b5bdd5d67052ae12aff870ee94d445fba48d211bfdfffc9fce0fb65b9fd693e82930b6b93e32636d230a73b12e8df42c4f7d27a2
|
||||||
|
Loading…
Reference in New Issue
Block a user