Hello community, here is the log from the commit of package clazy for openSUSE:Factory checked in at 2020-06-30 22:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clazy (Old) and /work/SRC/openSUSE:Factory/.clazy.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clazy" Tue Jun 30 22:25:41 2020 rev:10 rq:817925 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/clazy/clazy.changes 2020-05-05 18:55:58.041487249 +0200 +++ /work/SRC/openSUSE:Factory/.clazy.new.3060/clazy.changes 2020-06-30 22:25:42.476013375 +0200 @@ -1,0 +2,18 @@ +Tue Jun 30 09:18:36 UTC 2020 - Wolfgang Bauer <[email protected]> + +- Update to 1.7: + * New Checks: + - overloaded signal + - invalid JNI signatures + - qstring-comparison-to-implicit-char + - qt6-qlatin1string-to-u + * connect-non-signal: Fix case where it didn't find the pmf + * qstring-arg warns when using QLatin1String::arg(int), as it casts to QChar + * Building clazy itself is 30% faster + * heap-allocated-small-trivial-type: less false-positives +- Drop patches merged upstream: + * cmake-clang-cpp.patch + * 0001-Fix-build-issues-using-llvm-10.0.0.patch + * 0001-qstring-allocations-Fix-unit-tests-with-llvm-10.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-build-issues-using-llvm-10.0.0.patch 0001-qstring-allocations-Fix-unit-tests-with-llvm-10.patch clazy-1.6.tar.xz cmake-clang-cpp.patch New: ---- clazy-1.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clazy.spec ++++++ --- /var/tmp/diff_new_pack.5ReVS6/_old 2020-06-30 22:25:42.988014934 +0200 +++ /var/tmp/diff_new_pack.5ReVS6/_new 2020-06-30 22:25:42.996014958 +0200 @@ -17,22 +17,17 @@ Name: clazy -Version: 1.6 +Version: 1.7 Release: 0 Summary: Qt oriented code checker based on the Clang framework License: LGPL-2.0-or-later Group: Development/Tools/Other URL: https://www.kdab.com/clazy-video/ Source0: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz -Patch0: cmake-clang-cpp.patch -Patch1: 0001-Fix-build-issues-using-llvm-10.0.0.patch -Patch2: 0001-qstring-allocations-Fix-unit-tests-with-llvm-10.patch BuildRequires: clang -BuildRequires: clang-devel >= 3.9 -BuildRequires: cmake >= 3.0 +BuildRequires: clang-devel >= 5.0 +BuildRequires: cmake >= 3.7 BuildRequires: libstdc++-devel -BuildRequires: pkgconfig(ncurses) -BuildRequires: pkgconfig(zlib) %description clazy is a compiler plugin which allows Clang to understand Qt semantics. @@ -44,8 +39,6 @@ %build %define _lto_cflags %{nil} -export CXXFLAGS="`echo %{optflags} | sed 's#-fstack-clash-protection##'`" -export CFLAGS="$CXXFLAGS" %cmake ++++++ clazy-1.6.tar.xz -> clazy-1.7.tar.xz ++++++ ++++ 2715 lines of diff (skipped)
