Accepting request 504533 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/504533 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gammaray?expand=0&rev=4
This commit is contained in:
commit
34ff33f941
@ -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
|
Fri Feb 17 16:09:45 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define tarname GammaRay
|
%define tarname GammaRay
|
||||||
Name: gammaray
|
Name: gammaray
|
||||||
Version: 2.7.0
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Introspection/Debugging Tool for Qt Applications
|
Summary: Introspection/Debugging Tool for Qt Applications
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -131,8 +131,11 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
|
|||||||
%{_docdir}/%{name}/
|
%{_docdir}/%{name}/
|
||||||
%{_libdir}/gammaray/
|
%{_libdir}/gammaray/
|
||||||
%{_libdir}/libgammaray_*-qt5*.so.*
|
%{_libdir}/libgammaray_*-qt5*.so.*
|
||||||
|
%{_libdir}/libgammaray_kuserfeedback.so.*
|
||||||
%{_libdir}/libgammaray_client.so.*
|
%{_libdir}/libgammaray_client.so.*
|
||||||
%{_libdir}/libgammaray_launcher.so.*
|
%{_libdir}/libgammaray_launcher.so.*
|
||||||
|
# Pseudo-private and pseudo-shared library...
|
||||||
|
%{_libdir}/libgammaray_launcher_ui.so
|
||||||
%{_mandir}/man1/gammaray.*
|
%{_mandir}/man1/gammaray.*
|
||||||
%if 0%{?suse_version} <= 1320
|
%if 0%{?suse_version} <= 1320
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
@ -145,6 +148,7 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
|
|||||||
%{_libdir}/libgammaray_*-qt5*.so
|
%{_libdir}/libgammaray_*-qt5*.so
|
||||||
%{_libdir}/libgammaray_client.so
|
%{_libdir}/libgammaray_client.so
|
||||||
%{_libdir}/libgammaray_launcher.so
|
%{_libdir}/libgammaray_launcher.so
|
||||||
|
%{_libdir}/libgammaray_kuserfeedback.so
|
||||||
%{_libdir}/cmake/GammaRay/
|
%{_libdir}/cmake/GammaRay/
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/qt5/mkspecs/modules/qt_GammaRay*.pri
|
%{_libdir}/qt5/mkspecs/modules/qt_GammaRay*.pri
|
||||||
|
Loading…
x
Reference in New Issue
Block a user