Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cvise for openSUSE:Factory checked in at 2022-12-20 20:21:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cvise (Old) and /work/SRC/openSUSE:Factory/.cvise.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cvise" Tue Dec 20 20:21:00 2022 rev:66 rq:1043883 version:2.6.0+git.20221217.f1b5a08 Changes: -------- --- /work/SRC/openSUSE:Factory/cvise/cvise.changes 2022-12-17 20:36:56.172733863 +0100 +++ /work/SRC/openSUSE:Factory/.cvise.new.1835/cvise.changes 2022-12-20 20:21:42.750281189 +0100 @@ -1,0 +2,5 @@ +Tue Dec 20 09:49:33 UTC 2022 - Martin Liška <mli...@suse.cz> + +- Start using mold linker. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cvise.spec ++++++ --- /var/tmp/diff_new_pack.bfHDxI/_old 2022-12-20 20:21:43.406284784 +0100 +++ /var/tmp/diff_new_pack.bfHDxI/_new 2022-12-20 20:21:43.410284806 +0100 @@ -31,6 +31,7 @@ BuildRequires: gcc11-c++ %else BuildRequires: gcc-c++ +BuildRequires: mold %endif BuildRequires: indent BuildRequires: llvm-devel @@ -70,7 +71,10 @@ %if %{suse_version} < 1550 export CC=gcc-11 export CXX=g++-11 +%else +%global optflags %{optflags} -fuse-ld=mold %endif + %cmake -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} %cmake_build