Hello community,

here is the log from the commit of package libretro-mame for openSUSE:Factory 
checked in at 2020-02-22 19:06:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-mame (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-mame.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-mame"

Sat Feb 22 19:06:52 2020 rev:3 rq:778105 version:0~git20200205

Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-mame/libretro-mame.changes      
2020-02-20 14:55:07.370257744 +0100
+++ /work/SRC/openSUSE:Factory/.libretro-mame.new.26092/libretro-mame.changes   
2020-02-22 19:07:03.146420023 +0100
@@ -1,0 +2,10 @@
+Fri Feb 21 21:17:50 UTC 2020 - Yunhe Guo <i...@guoyunhe.me>
+
+- Fix 32bit builds
+
+-------------------------------------------------------------------
+Fri Feb 21 13:11:01 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Make use of all cpu cores to reduce the build time
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libretro-mame.spec ++++++
--- /var/tmp/diff_new_pack.nM58Xq/_old  2020-02-22 19:07:06.954427609 +0100
+++ /var/tmp/diff_new_pack.nM58Xq/_new  2020-02-22 19:07:06.958427617 +0100
@@ -38,7 +38,11 @@
 %setup -q
 
 %build
-make -f Makefile.libretro PTR64=1 PYTHON_EXECUTABLE=python3
+%ifarch x86_64 aarch64 ppc64 ppc64le
+make %{?_smp_mflags} -f Makefile.libretro PTR64=1 PYTHON_EXECUTABLE=python3
+%else
+make %{?_smp_mflags} -f Makefile.libretro PYTHON_EXECUTABLE=python3
+%endif
 
 %install
 mkdir -p %{buildroot}%{_libdir}/libretro


Reply via email to