Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spdlog for openSUSE:Factory checked in at 2024-06-11 18:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spdlog (Old) and /work/SRC/openSUSE:Factory/.spdlog.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spdlog" Tue Jun 11 18:27:05 2024 rev:36 rq:1179915 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/spdlog/spdlog.changes 2024-05-13 01:33:01.433049685 +0200 +++ /work/SRC/openSUSE:Factory/.spdlog.new.19518/spdlog.changes 2024-06-11 18:27:13.064323864 +0200 @@ -1,0 +2,5 @@ +Tue Jun 11 07:47:55 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- fix build for leap by pulling gcc 13 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spdlog.spec ++++++ --- /var/tmp/diff_new_pack.Yjt2Xb/_old 2024-06-11 18:27:13.776349848 +0200 +++ /var/tmp/diff_new_pack.Yjt2Xb/_new 2024-06-11 18:27:13.780349995 +0200 @@ -30,9 +30,9 @@ #Patch0: https://patch-diff.githubusercontent.com/raw/gabime/spdlog/pull/2827.patch BuildRequires: cmake >= 3.10 %if 0%{?suse_version} > 1500 -BuildRequires: gcc-c++ >= 8 +BuildRequires: gcc-c++ >= 13 %else -BuildRequires: gcc8-c++ +BuildRequires: gcc13-c++ %endif BuildRequires: ninja BuildRequires: pkgconfig @@ -76,7 +76,7 @@ %build export CXX=g++ -test -x "$(type -p g++-8)" && export CXX=g++-8 +test -x "$(type -p g++-13)" && export CXX=g++-13 # spdlog embodies fmt ABI; add some symvers so both ld.so and rpm notice the change. v=v$(rpm -q --qf="%%{VERSION}" --whatprovides "pkgconfig(fmt)" | sed -e 's/\..*//')