From 6f7b59ff138ec11175787db4c2239f5922e0251617cc30926352fd03f98433b6 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 31 Jan 2024 19:58:31 +0000 Subject: [PATCH] Switch to GCC 13 for Leap builds for packages that can't be built with the default compiler OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=208 --- kio-extras5.changes | 6 ++++++ kio-extras5.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/kio-extras5.changes b/kio-extras5.changes index 7a362e5..e4b690f 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 31 14:35:17 UTC 2024 - Christophe Marin + +- 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 diff --git a/kio-extras5.spec b/kio-extras5.spec index 9b5b61c..fd19d1b 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -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