Update to 1.86.
This commit is contained in:
parent
fc0d5ec626
commit
a9e97c12b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ cppcheck-1.44.tar.bz2
|
||||
/cppcheck-1.83.tar.gz
|
||||
/cppcheck-1.84.tar.gz
|
||||
/cppcheck-1.85.tar.gz
|
||||
/cppcheck-1.86.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global gui 1
|
||||
|
||||
Name: cppcheck
|
||||
Version: 1.85
|
||||
Release: 2%{?dist}
|
||||
Version: 1.86
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for static C/C++ code analysis
|
||||
License: GPLv3+
|
||||
URL: http://cppcheck.wiki.sourceforge.net/
|
||||
@ -25,6 +25,7 @@ BuildRequires: libxslt
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: tinyxml2-devel >= 2.1.0
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
%if %{gui}
|
||||
%if 0%{?rhel} == 7
|
||||
@ -131,6 +132,9 @@ cd objdir-%{_target_platform}/bin
|
||||
%{_bindir}/cppcheck-htmlreport
|
||||
|
||||
%changelog
|
||||
* Sun Dec 16 2018 Steve Grubb <sgrubb@redhat.com> - 1.86-1
|
||||
- Update to 1.86.
|
||||
|
||||
* Tue Nov 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.85-2
|
||||
- Rebuild for tinyxml2 7.x
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cppcheck-1.85.tar.gz) = cc984c751d87150839782e96b3762dbf918d9e3687562eabaff6473e48e3254995dd3bffe8605842f867d7ad76845ca2248a53bbd54b5c367281db8a1c1c7fad
|
||||
SHA512 (cppcheck-1.86.tar.gz) = 59cec55b8408e8f2e2e7172bce69350c248bc3185a0938b523c44a58f98b344e11aef957ec1b7a7b2bc7a876660b2683e51f54b76f0b550f9549497c29453655
|
||||
|
Loading…
Reference in New Issue
Block a user