Hello community,

here is the log from the commit of package cppcheck for openSUSE:Factory 
checked in at 2017-03-24 02:22:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppcheck (Old)
 and      /work/SRC/openSUSE:Factory/.cppcheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppcheck"

Fri Mar 24 02:22:21 2017 rev:4 rq:481721 version:1.77

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppcheck/cppcheck.changes        2016-02-23 
16:59:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cppcheck.new/cppcheck.changes   2017-03-24 
02:22:23.645786246 +0100
@@ -1,0 +2,23 @@
+Tue Mar 21 10:28:21 UTC 2017 - [email protected]
+
+- Use qmake macros
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Mar 21 08:09:22 UTC 2017 - [email protected]
+
+- Update to version 1.77:
+  * Added flag --cppcheck-build-dir to allow incremental analysis and 
inter-file checking
+  * Improved --project support for Visual Studio solutions
+  * Detect pointer overflow
+  * Detect usage of variable after std::move or std::forward
+  * Warn about number and char literals in boolean expressions
+  * Improved checking for variables modified but not used again
+  * Libraries: Added support to specify <returnValue>
+  * Improved ValueFlow, especially related to function return values and casts
+  * Improved simplification of Null values to allow more accurate checking
+  * Several improvements to windows.cfg, posix.cfg, gnu.cfg and std.cfg
+  * Reimplemented check for using iterators of mismatching containers... read 
more
+- Always build Qt5 GUI
+
+-------------------------------------------------------------------

Old:
----
  cppcheck-1.70.tar.bz2

New:
----
  cppcheck-1.77.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cppcheck.spec ++++++
--- /var/tmp/diff_new_pack.105wiF/_old  2017-03-24 02:22:24.281696269 +0100
+++ /var/tmp/diff_new_pack.105wiF/_new  2017-03-24 02:22:24.281696269 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cppcheck
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:           cppcheck
-Version:        1.70
+Version:        1.77
 Release:        0
 Summary:        A tool for static C/C++ code analysis
 License:        GPL-3.0+
 Group:          Development/Languages/C and C++
 Url:            http://cppcheck.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
 BuildRequires:  pcre-devel
@@ -58,14 +57,11 @@
 %package gui
 Summary:        A tool for static C/C++ code analysis
 Group:          Development/Languages/C and C++
-%if 0%{?suse_version} < 1320
-BuildRequires:  libqt4-devel >= 4.8.0
-%else
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Widgets)
-%endif
 Requires:       cppcheck
 
 %description gui
@@ -84,14 +80,10 @@
     HAVE_RULES=yes
 
 pushd gui
-%if 0%{?suse_version} < 1320
-qmake \
-%else
-qmake-qt5 \
-%endif
+%qmake5 \
     QMAKE_CXXFLAGS="-DNDEBUG %{optflags}" \
     HAVE_RULES=yes
-make %{?_smp_mflags}
+%make_jobs
 popd
 
 make man \

++++++ cppcheck-1.70.tar.bz2 -> cppcheck-1.77.tar.bz2 ++++++
++++ 138461 lines of diff (skipped)


Reply via email to