SHA256
1
0
forked from pool/kio

Accepting request 1143120 from KDE:Frameworks5

Switch to GCC 13 for Leap builds for packages that can't be built with the default compiler (forwarded request 1143049 from krop)

OBS-URL: https://build.opensuse.org/request/show/1143120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=151
This commit is contained in:
Ana Guerrero 2024-02-01 17:03:59 +00:00 committed by Git OBS Bridge
commit 1427895427
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 31 14:35:12 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
-------------------------------------------------------------------
Sat Jan 13 11:21:44 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -39,8 +39,8 @@ BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
# gcc7 is too old for std::transform_reduce
%if 0%{?suse_version} == 1500
BuildRequires: gcc10-c++
BuildRequires: gcc10-PIE
BuildRequires: gcc13-c++
BuildRequires: gcc13-PIE
%endif
BuildRequires: krb5-devel
BuildRequires: libacl-devel
@ -139,7 +139,7 @@ Development files.
%endif
%if 0%{?suse_version} == 1500
export CXX=g++-10
export CXX=g++-13
%endif
%cmake_kf5 -d build