diff --git a/kio.changes b/kio.changes index 952ec4e..0fdc76a 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 31 14:35:12 UTC 2024 - Christophe Marin + +- 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 diff --git a/kio.spec b/kio.spec index 4cd43b4..6bed60f 100644 --- a/kio.spec +++ b/kio.spec @@ -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