Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwin5 for openSUSE:Factory checked in at 2024-02-01 18:04:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwin5 (Old) and /work/SRC/openSUSE:Factory/.kwin5.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwin5" Thu Feb 1 18:04:02 2024 rev:193 rq:1143123 version:5.27.10 Changes: -------- --- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes 2023-12-07 19:10:41.751901577 +0100 +++ /work/SRC/openSUSE:Factory/.kwin5.new.1815/kwin5.changes 2024-02-01 18:04:07.660400915 +0100 @@ -1,0 +2,6 @@ +Wed Jan 31 14:35:29 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Switch to the latest GCC version available in Leap for packages + that can't build with the default compiler + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwin5.spec ++++++ --- /var/tmp/diff_new_pack.eS64hV/_old 2024-02-01 18:04:08.316424698 +0100 +++ /var/tmp/diff_new_pack.eS64hV/_new 2024-02-01 18:04:08.320424843 +0100 @@ -44,8 +44,8 @@ BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: fdupes %if 0%{?suse_version} < 1550 -BuildRequires: gcc10-PIE -BuildRequires: gcc10-c++ +BuildRequires: gcc13-PIE +BuildRequires: gcc13-c++ %endif BuildRequires: kf5-filesystem BuildRequires: libQt5Core-private-headers-devel >= %{qt5_version} @@ -184,7 +184,7 @@ %build %if 0%{?suse_version} < 1550 - export CXX=g++-10 + export CXX=g++-13 %endif %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %cmake_build