From d23350ab26de93f62882773797ac94cae1c5f95872c39f12c6cc5290f59643d3 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 20 Oct 2021 18:07:17 +0000 Subject: [PATCH] Accepting request 926600 from home:alarrosa:branches:KDE:Extra - 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. OBS-URL: https://build.opensuse.org/request/show/926600 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=71 --- gammaray-2.11.2.tar.gz | 3 --- gammaray-2.11.3.tar.gz | 3 +++ gammaray.changes | 14 ++++++++++++++ gammaray.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 gammaray-2.11.2.tar.gz create mode 100644 gammaray-2.11.3.tar.gz diff --git a/gammaray-2.11.2.tar.gz b/gammaray-2.11.2.tar.gz deleted file mode 100644 index c3b260c..0000000 --- a/gammaray-2.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba4f21a2bc81ec8ab50dce5218c7a375b92d64253c690490a6fcb384c2ff9f3 -size 10333340 diff --git a/gammaray-2.11.3.tar.gz b/gammaray-2.11.3.tar.gz new file mode 100644 index 0000000..3bd1f75 --- /dev/null +++ b/gammaray-2.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d7ca7bd5eb600c9c389d0cf071960330592f1f392a783b7fec5f9eaa5df586 +size 10841865 diff --git a/gammaray.changes b/gammaray.changes index 6f5df7a..fda59c8 100644 --- a/gammaray.changes +++ b/gammaray.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 20 17:49:05 UTC 2021 - Antonio Larrosa + +- 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 diff --git a/gammaray.spec b/gammaray.spec index 63be0c6..1dfbade 100644 --- a/gammaray.spec +++ b/gammaray.spec @@ -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