Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mold for openSUSE:Factory checked in 
at 2021-12-22 20:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mold (Old)
 and      /work/SRC/openSUSE:Factory/.mold.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mold"

Wed Dec 22 20:18:10 2021 rev:2 rq:942074 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mold/mold.changes        2021-12-21 
19:39:13.584366135 +0100
+++ /work/SRC/openSUSE:Factory/.mold.new.2520/mold.changes      2021-12-22 
20:19:14.775880226 +0100
@@ -1,0 +2,10 @@
+Tue Dec 21 17:04:56 UTC 2021 - Martin Li??ka <mli...@suse.cz>
+
+- Ignore -Wno-sign-compare for now.
+
+-------------------------------------------------------------------
+Tue Dec 21 16:35:38 UTC 2021 - Martin Li??ka <mli...@suse.cz>
+
+- Use system package for tbb and xxhash.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mold.spec ++++++
--- /var/tmp/diff_new_pack.qZsZYK/_old  2021-12-22 20:19:15.315880479 +0100
+++ /var/tmp/diff_new_pack.qZsZYK/_new  2021-12-22 20:19:15.323880482 +0100
@@ -28,8 +28,11 @@
 BuildRequires:  openssl-devel
 BuildRequires:  xxhash-devel
 BuildRequires:  zlib-devel
+BuildRequires:  tbb-devel
 PreReq:         update-alternatives
 
+%define build_args "SYSTEM_TBB=1 SYSTEM_XXHASH=1"
+
 %description
 mold is a faster drop-in replacement for existing Unix linkers.
 It is several times faster than LLVM lld linker, the second-fastest
@@ -43,19 +46,18 @@
 %build
 export CC=gcc
 export CXX=g++
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -Wno-sign-compare"
 export CXXFLAGS="${CFLAGS}"
-
 export MANDIR=%{_mandir}
 export LIBDIR=%{_libdir}
 export BINDIR=%{_bindir}
-%make_build
+%make_build %{build_args}
 
 %install
 export MANDIR=%{_mandir}
 export LIBDIR=%{_libdir}
 export BINDIR=%{_bindir}
-%make_install
+%make_install %{build_args}
 
 %post
 "%_sbindir/update-alternatives" --install \

Reply via email to