diff --git a/gammaray-2.6.0.tar.gz b/gammaray-2.6.0.tar.gz deleted file mode 100644 index 82688c0..0000000 --- a/gammaray-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe8e0bf9f9a479b7edf7d15e6ed48ad3cca666e149bc26e8fea54c12ded9039 -size 3961529 diff --git a/gammaray-2.7.0.tar.gz b/gammaray-2.7.0.tar.gz new file mode 100644 index 0000000..0c01671 --- /dev/null +++ b/gammaray-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b814a33a53ae76f897ca8a100af9b57b08807f6fc2a1a8c7889212ee10c83b +size 5295721 diff --git a/gammaray.changes b/gammaray.changes index 9ba67ec..eefc1b6 100644 --- a/gammaray.changes +++ b/gammaray.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Fri Feb 17 16:09:45 UTC 2017 - alarrosa@suse.com + +- 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 + ------------------------------------------------------------------- Sun Jan 29 19:21:49 UTC 2017 - jengelh@inai.de diff --git a/gammaray.spec b/gammaray.spec index f7be123..fd22ae3 100644 --- a/gammaray.spec +++ b/gammaray.spec @@ -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: fdupes 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-java 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