Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dovecot24 for openSUSE:Factory checked in at 2026-01-23 17:34:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dovecot24 (Old) and /work/SRC/openSUSE:Factory/.dovecot24.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dovecot24" Fri Jan 23 17:34:30 2026 rev:15 rq:1328881 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dovecot24/dovecot24.changes 2025-12-24 13:17:16.096829464 +0100 +++ /work/SRC/openSUSE:Factory/.dovecot24.new.1928/dovecot24.changes 2026-01-23 17:34:45.766135726 +0100 @@ -1,0 +2,5 @@ +Thu Jan 22 18:04:34 UTC 2026 - Hans-Peter Jansen <[email protected]> + +- dovecot will not compile with older gcc's. Force a newer one. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot24.spec ++++++ --- /var/tmp/diff_new_pack.agjlRx/_old 2026-01-23 17:34:49.286285496 +0100 +++ /var/tmp/diff_new_pack.agjlRx/_new 2026-01-23 17:34:49.286285496 +0100 @@ -1,7 +1,7 @@ # # spec file for package dovecot24 # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,10 @@ %endif %bcond_with run_tests +%if 0%{?suse_version} < 1600 +%global force_gcc_version 15 +%endif + Name: dovecot24 Version: 2.4.2 Release: 0 @@ -76,6 +80,7 @@ BuildRequires: bison BuildRequires: fdupes BuildRequires: flex +BuildRequires: gcc%{?force_gcc_version}-c++ BuildRequires: libtool BuildRequires: lua-devel BuildRequires: lua-dkjson @@ -305,6 +310,11 @@ gzip -9v ChangeLog %build +%if 0%{?force_gcc_version} +export CC="gcc-%{?force_gcc_version}" +export CXX="g++-%{?force_gcc_version}" +%endif + # export CFLAGS="%%{optflags} -Wno-sign-compare" # ./autogen.sh %configure \
