Update to 2.12.1
This commit is contained in:
parent
54f3751719
commit
b0960f0581
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ cppcheck-1.44.tar.bz2
|
||||
/cppcheck-2.9.tar.gz
|
||||
/cppcheck-2.11.tar.gz
|
||||
/cppcheck-2.12.0.tar.gz
|
||||
/cppcheck-2.12.1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: cppcheck
|
||||
Version: 2.12.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.12.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for static C/C++ code analysis
|
||||
License: GPL-3.0
|
||||
URL: http://cppcheck.wiki.sourceforge.net/
|
||||
@ -112,6 +112,9 @@ cd %{_vpath_builddir}/bin
|
||||
%{_bindir}/cppcheck-htmlreport
|
||||
|
||||
%changelog
|
||||
* Wed Sep 20 2023 Wolfgang Stöggl <c72578@yahoo.de> - 2.12.1-1
|
||||
- Update to 2.12.1
|
||||
|
||||
* Tue Sep 12 2023 Wolfgang Stöggl <c72578@yahoo.de> - 2.12.0-2
|
||||
- Add "-fsigned-char" to CXXFLAGS, to make tests pass
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cppcheck-2.12.0.tar.gz) = 0352094443477f772944b4dd6a989e6df1dfcf332aa19b7610dad8c9f5371f4a49d4ca14fdcd9cdaf5579ba5a5fc8f25c2b2e0380b72380ea8fcfde1e51f50d5
|
||||
SHA512 (cppcheck-2.12.1.tar.gz) = b9779317d55ed7582344bdf0fedad17aa8a070452c9583836590cd5617f406fa2ec7896529d06b393e4d1f18f863aa687f2cc33ca0bd2ac727e888485acf3264
|
||||
|
Loading…
Reference in New Issue
Block a user