Accepting request 1143121 from KDE:Applications
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/1143121 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-extras5?expand=0&rev=133
This commit is contained in:
commit
c5b7f77023
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 14:35:17 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 21:30:43 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -35,8 +35,8 @@ BuildRequires: OpenEXR-devel
|
||||
%endif
|
||||
BuildRequires: flac-devel
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: gcc10-c++
|
||||
BuildRequires: gcc10-PIE
|
||||
BuildRequires: gcc13-c++
|
||||
BuildRequires: gcc13-PIE
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gperf
|
||||
@ -109,7 +109,7 @@ This is the development package for libkioarchive
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} == 1500
|
||||
export CXX=g++-10
|
||||
export CXX=g++-13
|
||||
%endif
|
||||
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
|
Loading…
Reference in New Issue
Block a user