From 7f3b79b48c3fdce2cfb22d5ff39680ed056b0ff4147beecd4ac4386f8783d244 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 18 Jun 2017 21:31:07 +0000 Subject: [PATCH] Accepting request 504357 from home:Vogtinator:branches:KDE:Extra - Update to 2.8.0: * Fix possible deadlock in WinDLL injector. * Add code navigation for C++-created objects (Linux-only, requires a debug build). * Add legend for the QtQuick inspector overlay. * Add QtQuickControls2 layout support in the QtQuick inspector. * Add layouting grid overlay to the QtQuick inspector. * Add support for non-QtIviProperty properties in QtIvi modules. * Improved QtQuick2 remote view performance. * Basic support for the QtQuick2 software renderer. * Add QtQuick Control 2 tracing support. * ... and much more than can fit here. See the changelog for details: https://github.com/KDAB/GammaRay/releases/tag/v2.8.0 OBS-URL: https://build.opensuse.org/request/show/504357 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=25 --- gammaray-2.7.0.tar.gz | 3 --- gammaray-2.8.0.tar.gz | 3 +++ gammaray.changes | 16 ++++++++++++++++ gammaray.spec | 6 +++++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 gammaray-2.7.0.tar.gz create mode 100644 gammaray-2.8.0.tar.gz diff --git a/gammaray-2.7.0.tar.gz b/gammaray-2.7.0.tar.gz deleted file mode 100644 index 0c01671..0000000 --- a/gammaray-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b814a33a53ae76f897ca8a100af9b57b08807f6fc2a1a8c7889212ee10c83b -size 5295721 diff --git a/gammaray-2.8.0.tar.gz b/gammaray-2.8.0.tar.gz new file mode 100644 index 0000000..ced7dc8 --- /dev/null +++ b/gammaray-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d033f50ea62f9ff804cc4b8fa40b03f21c23481b4a98d03a65cc718124476c5 +size 8299922 diff --git a/gammaray.changes b/gammaray.changes index eefc1b6..1920ab4 100644 --- a/gammaray.changes +++ b/gammaray.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jun 17 10:30:15 UTC 2017 - fabian@ritter-vogt.de + +- Update to 2.8.0: + * Fix possible deadlock in WinDLL injector. + * Add code navigation for C++-created objects (Linux-only, requires a debug build). + * Add legend for the QtQuick inspector overlay. + * Add QtQuickControls2 layout support in the QtQuick inspector. + * Add layouting grid overlay to the QtQuick inspector. + * Add support for non-QtIviProperty properties in QtIvi modules. + * Improved QtQuick2 remote view performance. + * Basic support for the QtQuick2 software renderer. + * Add QtQuick Control 2 tracing support. + * ... and much more than can fit here. See the changelog for details: + https://github.com/KDAB/GammaRay/releases/tag/v2.8.0 + ------------------------------------------------------------------- Fri Feb 17 16:09:45 UTC 2017 - alarrosa@suse.com diff --git a/gammaray.spec b/gammaray.spec index fd22ae3..83c786e 100644 --- a/gammaray.spec +++ b/gammaray.spec @@ -18,7 +18,7 @@ %define tarname GammaRay Name: gammaray -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: Introspection/Debugging Tool for Qt Applications License: GPL-2.0+ @@ -131,8 +131,11 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir} %{_docdir}/%{name}/ %{_libdir}/gammaray/ %{_libdir}/libgammaray_*-qt5*.so.* +%{_libdir}/libgammaray_kuserfeedback.so.* %{_libdir}/libgammaray_client.so.* %{_libdir}/libgammaray_launcher.so.* +# Pseudo-private and pseudo-shared library... +%{_libdir}/libgammaray_launcher_ui.so %{_mandir}/man1/gammaray.* %if 0%{?suse_version} <= 1320 %dir %{_datadir}/appdata @@ -145,6 +148,7 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir} %{_libdir}/libgammaray_*-qt5*.so %{_libdir}/libgammaray_client.so %{_libdir}/libgammaray_launcher.so +%{_libdir}/libgammaray_kuserfeedback.so %{_libdir}/cmake/GammaRay/ %{_includedir}/%{name} %{_libdir}/qt5/mkspecs/modules/qt_GammaRay*.pri