Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cppcheck for openSUSE:Factory checked in at 2021-03-24 16:14:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cppcheck (Old) and /work/SRC/openSUSE:Factory/.cppcheck.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cppcheck" Wed Mar 24 16:14:26 2021 rev:15 rq:881016 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cppcheck/cppcheck.changes 2020-12-17 17:08:53.845946585 +0100 +++ /work/SRC/openSUSE:Factory/.cppcheck.new.2401/cppcheck.changes 2021-03-24 16:14:30.176036622 +0100 @@ -1,0 +2,16 @@ +Wed Mar 24 08:12:09 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.4.1: + * fix for windows installer, no other changes + +------------------------------------------------------------------- +Mon Mar 22 21:23:13 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.4: + * Detect one definition rule violations + * MISRA improvements + * ImportProject fixes + * Various bug hunting improvements + * Fixes when importing AST from clang + +------------------------------------------------------------------- Old: ---- cppcheck-2.3.tar.bz2 New: ---- cppcheck-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cppcheck.spec ++++++ --- /var/tmp/diff_new_pack.NunXcc/_old 2021-03-24 16:14:30.664037135 +0100 +++ /var/tmp/diff_new_pack.NunXcc/_new 2021-03-24 16:14:30.668037139 +0100 @@ -1,7 +1,7 @@ # # spec file for package cppcheck # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: cppcheck -Version: 2.3 +Version: 2.4.1 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later -URL: http://cppcheck.sourceforge.net/ -Source: https://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2 +URL: https://github.com/danmar/cppcheck +Source: https://github.com/danmar/cppcheck/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: docbook-xsl-stylesheets BuildRequires: gcc-c++