Accepting request 639973 from home:Vogtinator:branches:KDE:Extra
- Update to 2.9.1: * Fix crash in in-process mode with networking disabled. * Fix compilation with Qt 5.12. * Update Android toolchain file. * Allow to disable QtScript dependency. * Fix crash on zero-sized paint operations. * Fix plugin deployment on Android. * Fix crash in Qt Quick inspector when encountering invalid bounding rects. * Fix activating the Qt3D plugin when attaching to a Qt3D application at runtime. * Fix out-of-bounds framebuffer read in Qt Quick remote view for some non-integer scaling factors. - Use %license OBS-URL: https://build.opensuse.org/request/show/639973 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=31
This commit is contained in:
parent
d953fa42ff
commit
31abccb6e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ab3fb4ac3d7e82f37ed7c62e063505d52334338460cf31d91c99d485d1d7bc2
|
||||
size 9662773
|
3
gammaray-2.9.1.tar.gz
Normal file
3
gammaray-2.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba1f6f2b777c550511a17f704b9c340df139de8ba8fa0d72782ea51d0086fa47
|
||||
size 9666109
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 12:19:52 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 2.9.1:
|
||||
* Fix crash in in-process mode with networking disabled.
|
||||
* Fix compilation with Qt 5.12.
|
||||
* Update Android toolchain file.
|
||||
* Allow to disable QtScript dependency.
|
||||
* Fix crash on zero-sized paint operations.
|
||||
* Fix plugin deployment on Android.
|
||||
* Fix crash in Qt Quick inspector when encountering invalid bounding rects.
|
||||
* Fix activating the Qt3D plugin when attaching to a Qt3D application at runtime.
|
||||
* Fix out-of-bounds framebuffer read in Qt Quick remote view for some non-integer scaling factors.
|
||||
- Use %license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 12:04:59 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define tarname GammaRay
|
||||
Name: gammaray
|
||||
Version: 2.9.0
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
Summary: Introspection/Debugging Tool for Qt Applications
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://www.kdab.com/gammaray
|
||||
Source: https://github.com/KDAB/GammaRay/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -83,7 +83,6 @@ BuildRequires: cmake(Qt5Svg) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Gamma Ray is a comprehensive collection of high level introspection
|
||||
@ -132,7 +131,7 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE.*
|
||||
%doc CHANGES ReadMe.txt
|
||||
%dir %{_datadir}/icons/hicolor/512x512/
|
||||
%dir %{_datadir}/icons/hicolor/512x512/apps/
|
||||
@ -154,8 +153,7 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
|
||||
%{_datadir}/gammaray
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE.*
|
||||
%license LICENSE.*
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/cmake/GammaRay/
|
||||
%{_libdir}/libgammaray_*-qt5*.so
|
||||
|
Loading…
Reference in New Issue
Block a user