Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package moarvm for openSUSE:Factory checked in at 2022-02-22 21:18:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/moarvm (Old) and /work/SRC/openSUSE:Factory/.moarvm.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "moarvm" Tue Feb 22 21:18:32 2022 rev:36 rq:956842 version:2022.02 Changes: -------- --- /work/SRC/openSUSE:Factory/moarvm/moarvm.changes 2022-02-21 19:53:43.050870104 +0100 +++ /work/SRC/openSUSE:Factory/.moarvm.new.1958/moarvm.changes 2022-02-22 21:19:16.478298176 +0100 @@ -1,0 +2,7 @@ +Tue Feb 22 18:24:53 UTC 2022 - Stefan Seifert <n...@detonation.org> + +- Build with --no-mimalloc to work around bugs revealed post-release. + To be removed again with the next version. +- Fix runtime dependencies on s390x on openSUSE Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ moarvm.spec ++++++ --- /var/tmp/diff_new_pack.g4FQKc/_old 2022-02-22 21:19:17.274298322 +0100 +++ /var/tmp/diff_new_pack.g4FQKc/_new 2022-02-22 21:19:17.278298323 +0100 @@ -30,7 +30,11 @@ BuildRequires: perl(ExtUtils::Command) %ifarch s390x BuildRequires: libffi-devel +%if 0%{?suse_version} > 1500 Requires: libffi8 +%else +Requires: libffi7 +%endif %define ffiopt --has-libffi %endif @@ -53,7 +57,7 @@ %patch0 -p1 %build -perl Configure.pl --prefix=%{_usr} --libdir=%{_libdir} --debug --optimize=3 %{ffiopt} +perl Configure.pl --prefix=%{_usr} --libdir=%{_libdir} --debug --optimize=3 --no-mimalloc %{ffiopt} make NOISY=1 %{?_smp_mflags} %install