Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liblogging for openSUSE:Factory checked in at 2025-05-23 14:29:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblogging (Old) and /work/SRC/openSUSE:Factory/.liblogging.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblogging" Fri May 23 14:29:22 2025 rev:17 rq:1277702 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes 2025-04-30 19:02:41.958116314 +0200 +++ /work/SRC/openSUSE:Factory/.liblogging.new.2732/liblogging.changes 2025-05-23 14:30:43.785026289 +0200 @@ -1,0 +2,6 @@ +Wed May 14 06:20:53 UTC 2025 - Thomas Blume <thomas.bl...@suse.com> + +- use gcc13 for Code 15 +- Use python3-docutils for Code 16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblogging.spec ++++++ --- /var/tmp/diff_new_pack.h4tZ1W/_old 2025-05-23 14:30:44.225044868 +0200 +++ /var/tmp/diff_new_pack.h4tZ1W/_new 2025-05-23 14:30:44.225044868 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblogging # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,13 +29,16 @@ Source0: http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz Patch0: 0001-support-build-with-gcc-14.patch BuildRequires: dos2unix -BuildRequires: gcc15 +%if 0%{?is_opensuse} && 0%{?suse_version} < 1600 +%global force_gcc_version 13 +%endif +BuildRequires: gcc%{?force_gcc_version} BuildRequires: pkgconfig >= 0.9.0 %if %{with_rst2man} -%if 0%{?is_opensuse} -BuildRequires: python3-docutils -%else +%if 0%{?suse_version} < 1600 BuildRequires: python-docutils +%else +BuildRequires: python3-docutils %endif %endif %if %{with_systemd_journal} @@ -76,6 +79,9 @@ %autopatch -p1 %build +%if 0%{?force_gcc_version} +export CC="gcc-%{?force_gcc_version}" +%endif %configure \ --disable-static \ --enable-rfc3195 \