Hello community, here is the log from the commit of package clazy for openSUSE:Factory checked in at 2018-10-01 08:19:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clazy (Old) and /work/SRC/openSUSE:Factory/.clazy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clazy" Mon Oct 1 08:19:23 2018 rev:2 rq:638965 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/clazy/clazy.changes 2018-09-07 15:36:27.774727648 +0200 +++ /work/SRC/openSUSE:Factory/.clazy.new/clazy.changes 2018-10-01 08:19:26.761890124 +0200 @@ -1,0 +2,38 @@ +Tue Sep 25 20:30:06 UTC 2018 - Wolfgang Bauer <[email protected]> + +- Update to 1.4 + * New Checks: + connect-by-name + skipped-base-class + qstring-varargs + fully-qualified-moc-types + qt-keywords, with fixit included + qhash-with-char-pointer-key + wrong-qevent-cast + static-pmf + raw-environment-function + empty-qstringliteral + * auto-unexpected-qstringbuilder now also warns for lambdas + returning QStringBuilder + * performance optimizations + * Added -header-filter=<regex> option to clazy-standalone. Only + headers matching the regexp will have warnings, besides the + .cpp file from the translation unit, which is never filtered + out. + * Added -ignore-dirs=<regex> option to clazy-standalone, and its + CLAZY_IGNORE_DIRS env variable equivalent. + * Added CLAZY_HEADER_FILTER env variable which adds above + functionality to both clazy and clazy-standalone + * unused-non-trivial-variable got + unused-non-trivial-variable-no-whitelist option + * unused-non-trivial-variable got user-blacklist and + user-whitelist support + * container-inside-loop is now a manual check instead of level2 + * HiddenLevel was renamed to ManualLevel + * connect-3arg-lambda now warns when passing a lambda to + QTimer::singleShot() or QMenu::addAction() without a context + object + * old-style-connect warns for QMenu::addAction() and + QMessageBox::open() too now + +------------------------------------------------------------------- Old: ---- clazy-1.3.tar.xz New: ---- clazy-1.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clazy.spec ++++++ --- /var/tmp/diff_new_pack.6k9YZv/_old 2018-10-01 08:19:27.165889866 +0200 +++ /var/tmp/diff_new_pack.6k9YZv/_new 2018-10-01 08:19:27.169889864 +0200 @@ -17,7 +17,7 @@ Name: clazy -Version: 1.3 +Version: 1.4 Release: 0 Summary: Qt oriented code checker based on the Clang framework License: LGPL-2.0-or-later @@ -27,7 +27,7 @@ BuildRequires: clang BuildRequires: cmake >= 3.0 BuildRequires: libstdc++-devel -BuildRequires: llvm-clang-devel >= 3.8 +BuildRequires: llvm-clang-devel >= 3.9 BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(zlib) @@ -43,8 +43,6 @@ export CXXFLAGS="`echo %{optflags} | sed 's#-fstack-clash-protection##'`" export CFLAGS="$CXXFLAGS" -sed -i 's#man/man1#%{_mandir}/man1#' CMakeLists.txt - # -Wl,--no-undefined causes linker errors on leap 42.3 %cmake \ %if 0%{?suse_version} == 1315 @@ -63,7 +61,7 @@ %doc README.md HOWTO Changelog %{_bindir}/clazy %{_bindir}/clazy-standalone -%{_datadir}/clazy +%doc %{_datadir}/doc/clazy %{_libdir}/ClangLazy.so %{_mandir}/man1/clazy.1%{?ext_man} ++++++ clazy-1.3.tar.xz -> clazy-1.4.tar.xz ++++++ ++++ 26577 lines of diff (skipped)
