Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minetest for openSUSE:Factory checked in at 2022-08-15 19:58:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minetest (Old) and /work/SRC/openSUSE:Factory/.minetest.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minetest" Mon Aug 15 19:58:38 2022 rev:20 rq:995146 version:5.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/minetest/minetest.changes 2022-08-05 19:52:46.593730762 +0200 +++ /work/SRC/openSUSE:Factory/.minetest.new.1521/minetest.changes 2022-08-15 20:00:49.489495854 +0200 @@ -1,0 +2,6 @@ +Mon Aug 15 05:18:47 UTC 2022 - Dmitriy Perlow <dap.darkn...@gmail.com> + +- Introduced mbranch-protection=none CXX flag to resolve bnc#1193141 + (aarch64). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minetest.spec ++++++ --- /var/tmp/diff_new_pack.CXcWNS/_old 2022-08-15 20:00:50.633499043 +0200 +++ /var/tmp/diff_new_pack.CXcWNS/_new 2022-08-15 20:00:50.637499054 +0200 @@ -149,6 +149,9 @@ %build %cmake \ +%ifarch aarch64 + -DCMAKE_CXX_FLAGS="%{optflags} -mbranch-protection=none" \ +%endif -DCUSTOM_DOCDIR="%{_docdir}/%{name}" \ -DCUSTOM_LOCALEDIR="%{_datadir}/locale" \ -DCUSTOM_SHAREDIR="%{_datadir}/%{name}" \