Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package francis for openSUSE:Factory checked in at 2023-10-04 22:31:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/francis (Old) and /work/SRC/openSUSE:Factory/.francis.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "francis" Wed Oct 4 22:31:34 2023 rev:2 rq:1114994 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/francis/francis.changes 2023-09-22 21:50:50.284318315 +0200 +++ /work/SRC/openSUSE:Factory/.francis.new.28202/francis.changes 2023-10-04 22:32:32.450003577 +0200 @@ -1,0 +2,5 @@ +Tue Oct 3 12:18:09 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Use GCC 12 for building francis on Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ francis.spec ++++++ --- /var/tmp/diff_new_pack.yox9nc/_old 2023-10-04 22:32:33.578044348 +0200 +++ /var/tmp/diff_new_pack.yox9nc/_new 2023-10-04 22:32:33.578044348 +0200 @@ -28,6 +28,10 @@ Source1: https://download.kde.org/stable/francis/%{name}-%{version}.tar.xz.sig Source2: francis.keyring %endif +%if 0%{?suse_version} == 1500 +BuildRequires: gcc12-c++ +BuildRequires: gcc12-PIE +%endif BuildRequires: extra-cmake-modules >= 5.92 BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) @@ -56,6 +60,9 @@ %autosetup -p1 %build +%if 0%{?suse_version} == 1500 +export CXX=g++-12 +%endif %cmake_kf5 -d build %cmake_build