Hello community, here is the log from the commit of package clazy for openSUSE:Factory checked in at 2019-02-24 17:11:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clazy (Old) and /work/SRC/openSUSE:Factory/.clazy.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clazy" Sun Feb 24 17:11:05 2019 rev:3 rq:670578 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/clazy/clazy.changes 2018-10-01 08:19:26.761890124 +0200 +++ /work/SRC/openSUSE:Factory/.clazy.new.28833/clazy.changes 2019-02-24 17:11:07.188496302 +0100 @@ -1,0 +2,22 @@ +Fri Feb 1 10:20:52 UTC 2019 - Wolfgang Bauer <[email protected]> + +- Update to 1.5 + * New Checks: + ifndef-define-typo + lowercase-qml-type-name + qrequiredresult-candidates + * New Fixits: + range-loop now supports adding missing refs or const-ref + range-loop now supports adding qAsConst() + function-args-by-ref now adding missing refs or const-ref (experimental) + Introduced CLAZY_FIXIT_SUFFIX env variable + * Removed support for the obscure -DCLAZY_BUILD_UTILS_LIB to + simplify the CMakeLists.txt + * Renamed the clazy plugin from ClangLazy.so to ClazyPlugin.so + * fully-qualified-moc-types now warns for slot/invokable return + values too. They need to be fully qualified for QML. + * Fixed a crash (clang assert) in raw-environment-function +- BuildRequire ncurses-devel instead of pkgconfig(ncurses) on Leap + 42.3 to fix build + +------------------------------------------------------------------- Old: ---- clazy-1.4.tar.xz New: ---- clazy-1.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clazy.spec ++++++ --- /var/tmp/diff_new_pack.CGD6Ip/_old 2019-02-24 17:11:08.028496153 +0100 +++ /var/tmp/diff_new_pack.CGD6Ip/_new 2019-02-24 17:11:08.028496153 +0100 @@ -1,7 +1,7 @@ # # spec file for package clazy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,18 +17,22 @@ Name: clazy -Version: 1.4 +Version: 1.5 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: %{name}-%{version}.tar.xz +Source0: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: clang BuildRequires: cmake >= 3.0 BuildRequires: libstdc++-devel BuildRequires: llvm-clang-devel >= 3.9 +%if 0%{?suse_version} == 1315 +BuildRequires: ncurses-devel +%else BuildRequires: pkgconfig(ncurses) +%endif BuildRequires: pkgconfig(zlib) %description @@ -62,7 +66,7 @@ %{_bindir}/clazy %{_bindir}/clazy-standalone %doc %{_datadir}/doc/clazy -%{_libdir}/ClangLazy.so +%{_libdir}/ClazyPlugin.so %{_mandir}/man1/clazy.1%{?ext_man} %changelog ++++++ clazy-1.4.tar.xz -> clazy-1.5.tar.xz ++++++ ++++ 21109 lines of diff (skipped)
