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
This commit is contained in:
parent
87c2182d90
commit
7f3b79b48c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09b814a33a53ae76f897ca8a100af9b57b08807f6fc2a1a8c7889212ee10c83b
|
||||
size 5295721
|
3
gammaray-2.8.0.tar.gz
Normal file
3
gammaray-2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d033f50ea62f9ff804cc4b8fa40b03f21c23481b4a98d03a65cc718124476c5
|
||||
size 8299922
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user