Dominique Leuenberger 2021-10-21 21:55:22 +00:00 committed by Git OBS Bridge
commit 4ebd68e5f5
4 changed files with 35 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bba4f21a2bc81ec8ab50dce5218c7a375b92d64253c690490a6fcb384c2ff9f3
size 10333340

3
gammaray-2.11.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03d7ca7bd5eb600c9c389d0cf071960330592f1f392a783b7fec5f9eaa5df586
size 10841865

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Oct 20 18:24:58 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Fix build by fixing the %files section for renamed/removed files
-------------------------------------------------------------------
Wed Oct 20 17:49:05 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 2.11.3
* Increase CMake requirement to version 3.4.0 (reflecting reality).
* Update 3rdparty/StackWalker.
* Update 3rdparty/backward-cpp.
* Don't fail self-test for lldb version 10.x.
* Support for CMAKE_SYSTEM_PROCESSOR amd64.
* Fix crash when editing the margins property of a QtCharts/ChartView.
* Fix crash when attaching to an ASAN-enabled application.
* Register stream operators for Qt::CaseSensitivity.
* Clean some runtime, compile , CMake warnings, etc.
-------------------------------------------------------------------
Thu Aug 5 05:53:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Remove the duplicate category from the desktop file.
-------------------------------------------------------------------
Tue Jun 8 08:36:40 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package gammaray
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define tarname GammaRay
Name: gammaray
Version: 2.11.2
Version: 2.11.3
Release: 0
Summary: Introspection/Debugging Tool for Qt Applications
License: GPL-2.0-or-later
@ -73,7 +73,7 @@ BuildRequires: cmake(VTK) = 7.1.0
BuildRequires: libqt5-qtdoc-devel
# Build issue with glslang 11.4.0
# https://github.com/KDAB/GammaRay/issues/635
%if 0%{?suse_version} <= 1500
%if 0%{?suse_version} <= 1500
BuildRequires: glslang-devel
%endif
BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0
@ -114,7 +114,9 @@ frameworks in Qt. Development files.
install -d -m 755 %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
%suse_update_desktop_file GammaRay Development Qt Debugger
%suse_update_desktop_file GammaRay Development Debugger
%fdupes %{buildroot}
%post -p /sbin/ldconfig
@ -122,7 +124,7 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
%files
%license LICENSE.*
%doc CHANGES ReadMe.txt
%doc CHANGES README.txt
%dir %{_datadir}/icons/hicolor/512x512/
%dir %{_datadir}/icons/hicolor/512x512/apps/
%{_bindir}/gammaray
@ -139,7 +141,7 @@ mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}
%if 0%{?suse_version} <= 1320
%dir %{_datadir}/appdata
%endif
%{_datadir}/appdata/GammaRay.appdata.xml
%{_kf5_appstreamdir}/com.kdab.GammaRay.metainfo.xml
%{_datadir}/gammaray
%files devel