SHA256
1
0
forked from pool/drkonqi5

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
This commit is contained in:
Christophe Marin 2024-01-31 19:58:29 +00:00 committed by Git OBS Bridge
parent 189999bf0c
commit 47ad369542
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 31 14:35:01 UTC 2024 - Christophe Marin <christophe@krop.fr>
- 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 <fabian@ritter-vogt.de>

View File

@ -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.