From 47ad36954230714889932a1d6f823f1faae828d2592920f2bea4f6180556d5d6 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 31 Jan 2024 19:58:29 +0000 Subject: [PATCH] Accepting request 1143049 from home:krop:gcc13 Switch to GCC 13 for Leap builds for packages that can't be built with the default compiler OBS-URL: https://build.opensuse.org/request/show/1143049 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=234 --- drkonqi5.changes | 6 ++++++ drkonqi5.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/drkonqi5.changes b/drkonqi5.changes index 2151471..ab64828 100644 --- a/drkonqi5.changes +++ b/drkonqi5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 31 14:35:01 UTC 2024 - Christophe Marin + +- Switch to the latest GCC version available in Leap for packages + that can't build with the default compiler + ------------------------------------------------------------------- Wed Dec 6 11:46:01 UTC 2023 - Fabian Vogt diff --git a/drkonqi5.spec b/drkonqi5.spec index e4e6e4e..ea4820f 100644 --- a/drkonqi5.spec +++ b/drkonqi5.spec @@ -62,8 +62,8 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5X11Extras) BuildRequires: pkgconfig(libsystemd) %if 0%{?suse_version} < 1550 -BuildRequires: gcc10-PIE -BuildRequires: gcc10-c++ +BuildRequires: gcc13-PIE +BuildRequires: gcc13-c++ %endif # QML runtime dependencies (not detected automatically because the QML code is embedded as Qt Resource) # if kirigami2 is not installed, it falls back to the old QWidgets-based UI though and doesn't need them... @@ -91,7 +91,7 @@ The KDE Crash Handler gives the user feedback if a program has crashed. %build %if 0%{?suse_version} < 1550 - export CXX=g++-10 + export CXX=g++-13 %endif # Turn off sentry unconditionally. It needs qdbus -> -qt5 fixing # before it can be used.