Hello community, here is the log from the commit of package gammaray for openSUSE:Factory checked in at 2017-03-03 17:43:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gammaray (Old) and /work/SRC/openSUSE:Factory/.gammaray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammaray" Fri Mar 3 17:43:44 2017 rev:3 rq:459037 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gammaray/gammaray.changes 2017-02-03 17:37:14.380619876 +0100 +++ /work/SRC/openSUSE:Factory/.gammaray.new/gammaray.changes 2017-03-03 17:43:45.655693393 +0100 @@ -1,0 +2,37 @@ +Fri Feb 17 16:09:45 UTC 2017 - [email protected] + +- Update to 2.7.0: + * Improved enum and flag editor in the property view. + * Add style hint view to style inspector. + * Fix runtime QSG visualization mode switching for newer Qt versions. + * Initial support for statically compiling GammaRay into a target. + * Support for QtWayland 5.8. + * Add object navigation for the translation inspector. + * Automatically re-scan meta types to captures types registered later. + * Improved Wayland log and timeline view. + * Add object navigation for Wayland clients. + * Show alive object statistics in the meta object browser. + * Add Qt3D geometry inspector (requires Qt >= 5.7 and Qt3D) + * Allow to hide inactive tools. + * Fix handling of partially out-of-view QQuickItems in the QQ2 inspector. + * Improve error handling in the GDB injector. + * Fix QML support not being activated when attaching to a QtQuick application at runtime. + * Fix widget layout overlay for nested QLayouts. + * Fix crash on client disconnect. + * Syntax highlighting and code folding for textual content (requires KF5::SyntaxHighlighting) + * Add 3D widget layout visualization. + * Allow to hide non-visible elements in the full-depth picking dialog. + * Add QtIvi inspection tool (requires Qt5IviCore) + * Fix QSG geometry inspector not showing geometry correctly on first selection. + * Build both release and debug probes by default when using MSVC. + * Add more editor defaults for code navigation on Linux. + * Add QtSCXML support to the state machine debugger (requires Qt >= 5.8). + * Show QtQuick overlays also in the target application. + * Avoid leaking GammaRay translated strings into the translation inspector. + * Fix launching targets on macOS >= 10.9. +- When building for at least Leap 42.2, BuildRequire glslang-devel + which is an optional package +- When building for Factory, BuildRequire cmake(KF5yntaxHighlighting) + which is an optional package + +------------------------------------------------------------------- Old: ---- gammaray-2.6.0.tar.gz New: ---- gammaray-2.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammaray.spec ++++++ --- /var/tmp/diff_new_pack.PeWJF9/_old 2017-03-03 17:43:46.351595050 +0100 +++ /var/tmp/diff_new_pack.PeWJF9/_new 2017-03-03 17:43:46.355594485 +0100 @@ -18,7 +18,7 @@ %define tarname GammaRay Name: gammaray -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: Introspection/Debugging Tool for Qt Applications License: GPL-2.0+ @@ -30,9 +30,13 @@ BuildRequires: kcoreaddons-devel # include this so the icon folders don't need to be owned by the package BuildRequires: doxygen +%if 0%{?suse_version} > 1320 || 0%{?leap_version} >= 420200 +BuildRequires: glslang-devel +%endif BuildRequires: graphviz-devel BuildRequires: graphviz-gnome BuildRequires: hicolor-icon-theme +BuildRequires: kdstatemachineeditor-devel BuildRequires: libQt5Core-private-headers-devel >= 5.2.0 BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0 BuildRequires: libQt5Network-private-headers-devel >= 5.2.0 @@ -50,6 +54,9 @@ BuildRequires: vtk-qt BuildRequires: vtk-tcl BuildRequires: wayland-devel +%if 0%{?suse_version} > 1320 +BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0 +%endif BuildRequires: cmake(Qt5Bluetooth) >= 5.2.0 BuildRequires: cmake(Qt5Concurrent) >= 5.2.0 BuildRequires: cmake(Qt5Core) >= 5.2.0 ++++++ gammaray-2.6.0.tar.gz -> gammaray-2.7.0.tar.gz ++++++ ++++ 50635 lines of diff (skipped)
