Hello community, here is the log from the commit of package libretro-blastem for openSUSE:Leap:15.2 checked in at 2020-02-29 17:15:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libretro-blastem (Old) and /work/SRC/openSUSE:Leap:15.2/.libretro-blastem.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libretro-blastem" Sat Feb 29 17:15:12 2020 rev:2 rq:779813 version:0~git20190620 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libretro-blastem/libretro-blastem.changes 2020-02-21 23:52:36.916955603 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libretro-blastem.new.26092/libretro-blastem.changes 2020-02-29 17:15:14.988894790 +0100 @@ -1,0 +2,5 @@ +Wed Feb 19 09:21:37 UTC 2020 - Yunhe Guo <[email protected]> + +- Fix i586 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libretro-blastem.spec ++++++ --- /var/tmp/diff_new_pack.yuvfaf/_old 2020-02-29 17:15:15.372895582 +0100 +++ /var/tmp/diff_new_pack.yuvfaf/_new 2020-02-29 17:15:15.372895582 +0100 @@ -1,7 +1,7 @@ # # spec file for package libretro-blastem # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Version: 0~git20190620 Release: 0 Summary: BlastEm libretro core for Sega Genesis emulation -License: GPL-3.0 +License: GPL-3.0-only Group: System/Emulators/Other URL: http://www.retroarch.com Source: %{name}-%{version}.tar.xz @@ -36,7 +36,12 @@ %setup -q %build +%ifarch x86_64 make -f Makefile.libretro +%endif +%ifarch %ix86 +make -f Makefile.libretro ABI=i686 +%endif %install mkdir -p %{buildroot}%{_libdir}/libretro
