Hello community,

here is the log from the commit of package cppcheck for openSUSE:Factory 
checked in at 2020-07-15 15:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppcheck (Old)
 and      /work/SRC/openSUSE:Factory/.cppcheck.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppcheck"

Wed Jul 15 15:04:21 2020 rev:13 rq:820782 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppcheck/cppcheck.changes        2020-03-12 
23:12:48.875335964 +0100
+++ /work/SRC/openSUSE:Factory/.cppcheck.new.3060/cppcheck.changes      
2020-07-15 15:04:42.843392134 +0200
@@ -1,0 +2,16 @@
+Mon Jul 13 21:16:05 UTC 2020 - Matthias Eliasson <[email protected]>
+
+- Update to version 2.1
+  * We have tweaked build scripts.
+  * When you use USE_Z3=yes, we will handle new versions of z3 better. If you
+    have an old z3 library and get compilation problems you will need to add
+       a z3_version.h in externals.
+  * The cmake scripts was updated.
+  * There was a couple of bug fixes.
+  New check:
+  * for "expression % 1" the result is always 0.
+- Run spec-cleaner
+  * Remove rpm groups
+- Enable Z3 build flag
+
+-------------------------------------------------------------------

Old:
----
  cppcheck-1.90.tar.bz2

New:
----
  cppcheck-2.1.tar.bz2

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

Other differences:
------------------
++++++ cppcheck.spec ++++++
--- /var/tmp/diff_new_pack.bYVa5l/_old  2020-07-15 15:04:44.055393316 +0200
+++ /var/tmp/diff_new_pack.bYVa5l/_new  2020-07-15 15:04:44.059393320 +0200
@@ -17,11 +17,10 @@
 
 
 Name:           cppcheck
-Version:        1.90
+Version:        2.1
 Release:        0
 Summary:        A tool for static C/C++ code analysis
 License:        GPL-3.0-or-later
-Group:          Development/Languages/C and C++
 URL:            http://cppcheck.sourceforge.net/
 Source:         
https://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2
 BuildRequires:  cmake
@@ -31,6 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
 BuildRequires:  xsltproc
+BuildRequires:  z3-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
@@ -61,7 +61,6 @@
 
 %package gui
 Summary:        A tool for static C/C++ code analysis
-Group:          Development/Languages/C and C++
 Requires:       cppcheck
 
 %description gui
@@ -70,7 +69,7 @@
 doesn't see.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %cmake \
@@ -78,7 +77,8 @@
   -DFILESDIR="%{_datadir}/%{name}" \
   -DBUILD_GUI=ON \
   -DBUILD_TESTS=ON \
-  -DHAVE_RULES=yes
+  -DHAVE_RULES=yes \
+  -DUSE_Z3=yes
 %cmake_build
 
 # does not work with CMake, directly call provided Makefile from source 
directory

++++++ cppcheck-1.90.tar.bz2 -> cppcheck-2.1.tar.bz2 ++++++
++++ 146550 lines of diff (skipped)


Reply via email to