Hello community,

here is the log from the commit of package libretro-flycast for 
openSUSE:Factory checked in at 2020-08-20 22:34:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-flycast (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-flycast.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-flycast"

Thu Aug 20 22:34:10 2020 rev:3 rq:828233 version:0~git20200609

Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-flycast/libretro-flycast.changes        
2020-06-23 21:06:37.174234778 +0200
+++ 
/work/SRC/openSUSE:Factory/.libretro-flycast.new.3399/libretro-flycast.changes  
    2020-08-20 22:34:28.512139775 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 14:30:19 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Fix build on armv7 and exclude armv6 as it is unsupported
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libretro-flycast.spec ++++++
--- /var/tmp/diff_new_pack.Cji3bY/_old  2020-08-20 22:34:29.360140172 +0200
+++ /var/tmp/diff_new_pack.Cji3bY/_new  2020-08-20 22:34:29.364140174 +0200
@@ -28,6 +28,7 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  gcc-c++
 BuildRequires:  make
+ExcludeArch:    armv6l armv6hl
 
 %description
 Flycast is a multi-platform Sega Dreamcast emulator. This package is for
@@ -37,6 +38,13 @@
 %setup -q
 
 %build
+%ifarch aarch64
+export platform=classic_armv8_a35
+%endif
+%ifarch %arm
+export ARCH=arm
+export platform=classic_armv7_a7
+%endif
 make
 
 %install


Reply via email to