Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bees for openSUSE:Factory checked in at 2024-03-08 18:12:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bees (Old) and /work/SRC/openSUSE:Factory/.bees.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bees" Fri Mar 8 18:12:22 2024 rev:10 rq:1156387 version:0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/bees/bees.changes 2023-07-25 11:53:01.754129095 +0200 +++ /work/SRC/openSUSE:Factory/.bees.new.1770/bees.changes 2024-03-08 18:12:23.185211400 +0100 @@ -1,0 +2,6 @@ +Thu Mar 7 15:05:28 UTC 2024 - Max Lin <[email protected]> + +- Fix build fail with gcc7 on Leap 15 + * Use gcc13 on compilation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bees.spec ++++++ --- /var/tmp/diff_new_pack.HXeE63/_old 2024-03-08 18:12:23.729231391 +0100 +++ /var/tmp/diff_new_pack.HXeE63/_new 2024-03-08 18:12:23.729231391 +0100 @@ -28,6 +28,11 @@ BuildRequires: libbtrfs-devel BuildRequires: libuuid-devel BuildRequires: make +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +BuildRequires: gcc13-c++ +%else +BuildRequires: gcc-c++ +%endif %description bees is a block-oriented userspace deduplication agent designed for large btrfs @@ -50,6 +55,10 @@ %autosetup -p1 %build +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +export CC=gcc-13 +export CXX=g++-13 +%endif cat >localconf <<-EOF SYSTEMD_SYSTEM_UNIT_DIR=%{_unitdir} LIBEXEC_PREFIX=%{_bindir}
