SHA256
1
0
forked from pool/cppcheck

- update to 2.5:

* checked that all features in c++11, c++14, c++17 are supported
  * c++20 support is improved but not complete yet
  * improved library files, better knowledge about APIs
  * improved checks to detect more bugs
  * fixed checks to avoid unwanted warnings
  * suspicious container/iterator assignment in condition
  * rethrow without current handled exception
- drop 0002-Another-gcc11-fix-3179.patch, 0001-Fix-gcc11-build-errors.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=81
This commit is contained in:
2021-07-17 13:11:33 +00:00
committed by Git OBS Bridge
parent 6b3188e605
commit 3fa349d3a3
6 changed files with 17 additions and 80 deletions

View File

@@ -17,16 +17,13 @@
Name: cppcheck
Version: 2.4.1
Version: 2.5
Release: 0
Summary: A tool for static C/C++ code analysis
License: GPL-3.0-or-later
URL: https://github.com/danmar/cppcheck
Source: https://github.com/danmar/cppcheck/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: fix-i586.patch
# PATCH-FIX-UPSTREAM
Patch1: 0001-Fix-gcc11-build-errors.patch
Patch2: 0002-Another-gcc11-fix-3179.patch
BuildRequires: cmake
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gcc-c++