From 9686fff5cc0e6722bdf78ebd9372cc32384f8ce4 Mon Sep 17 00:00:00 2001 From: krop <> Date: Feb 01 2024 17:10:53 +0000 Subject: Update plasma5-workspace to version 5.27.10 / rev 223 via SR 1143127 https://build.opensuse.org/request/show/1143127 by user krop + anag+factory Switch to GCC 13 for Leap builds for packages that can't be built with the default compiler (forwarded request 1143049 from krop) --- diff --git a/.files b/.files index f79aa14..91745f2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d641775..0f55782 100644 --- a/.rev +++ b/.rev @@ -2172,4 +2172,12 @@ Tue Sep 23 20:24:35 UTC 2014 - hrvoje.senjan@gmail.com - Update appstream build requirement for compatibility with 1.0.0 1134605 + + 358b200b9d1f6a74bfdabe713588ff7e + 5.27.10 + + anag+factory + Switch to GCC 13 for Leap builds for packages that can't be built with the default compiler (forwarded request 1143049 from krop) + 1143127 + diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index 0e14abd..8a81069 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jan 31 14:35:51 UTC 2024 - Christophe Marin + +- Switch to the latest GCC version available in Leap for packages + that can't build with the default compiler + +------------------------------------------------------------------- Thu Dec 21 09:49:14 UTC 2023 - Christophe Marin - Update appstream build requirement for compatibility with 1.0.0 diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index b568cae..d297f5e 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -50,8 +50,8 @@ Patch506: 0001-Revert-No-icons-on-the-desktop-by-default.patch BuildRequires: breeze5-icons BuildRequires: fdupes %if 0%{?suse_version} < 1550 -BuildRequires: gcc10-PIE -BuildRequires: gcc10-c++ +BuildRequires: gcc13-PIE +BuildRequires: gcc13-c++ %endif BuildRequires: kf5-filesystem BuildRequires: libQt5Gui-private-headers-devel @@ -335,7 +335,7 @@ Plasma 5 session with Wayland from a display manager. %build %if 0%{?suse_version} < 1550 - export CXX=g++-10 + export CXX=g++-13 %endif %cmake_kf5 -d build -- -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} -DGLIBC_LOCALE_GENERATED=TRUE -DGLIBC_LOCALE_GEN=OFF %cmake_build