Hello community,
here is the log from the commit of package libretro-parallel-n64 for
openSUSE:Factory checked in at 2020-10-16 16:13:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-parallel-n64 (Old)
and /work/SRC/openSUSE:Factory/.libretro-parallel-n64.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libretro-parallel-n64"
Fri Oct 16 16:13:49 2020 rev:3 rq:841929 version:0~git20201011
Changes:
--------
---
/work/SRC/openSUSE:Factory/libretro-parallel-n64/libretro-parallel-n64.changes
2020-07-03 00:07:49.671155789 +0200
+++
/work/SRC/openSUSE:Factory/.libretro-parallel-n64.new.3486/libretro-parallel-n64.changes
2020-10-16 16:13:59.352685353 +0200
@@ -1,0 +2,29 @@
+Thu Oct 15 12:26:32 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Fix aarch64 and armv7 builds
+- Disable armv6 builds
+
+-------------------------------------------------------------------
+Thu Oct 15 12:14:34 UTC 2020 - [email protected]
+
+- Update to version 0~git20201011:
+ * Fix Makefile
+ * Add .gitlab-ci.yml
+ * Xcode wants his cariables initialized or won't link externs
+ * Fix GCC10 compilation (-fno-common fixes)
+ * Solve armv & armv8 compilation
+ * Use all possible optimizations.
+ * Fix dithering in AL+.
+ * Fix spurious RSP crashes.
+ * Update paraLLEl-RDP.
+ * Make proper note of texture filtering.
+ * Update parallel-rdp.
+ * Update parallel-RDP.
+ * Add more crop pixel options
+ * Update paraLLEl-RDP.
+ * Implement logging levels
+ * Update parallel-RDP.
+ * Update paraLLEl-RDP.
+ * Use same types as mesa and new headers shipped with gpu blobs.
+
+-------------------------------------------------------------------
Old:
----
libretro-parallel-n64-0~git20200529.tar.xz
New:
----
libretro-parallel-n64-0~git20201011.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libretro-parallel-n64.spec ++++++
--- /var/tmp/diff_new_pack.hOHrFg/_old 2020-10-16 16:14:00.824685804 +0200
+++ /var/tmp/diff_new_pack.hOHrFg/_new 2020-10-16 16:14:00.828685805 +0200
@@ -17,7 +17,7 @@
Name: libretro-parallel-n64
-Version: 0~git20200529
+Version: 0~git20201011
Release: 0
Summary: Parallel N64 libretro core for Nintendo 64 emulation
License: GPL-3.0-only
@@ -29,6 +29,8 @@
BuildRequires: gcc-c++
BuildRequires: make
+ExcludeArch: armv6l armv6hl
+
%description
Optimized/rewritten Nintendo 64 emulator made specifically for Libretro.
Originally based on Mupen64 Plus.
@@ -37,6 +39,7 @@
%setup -q
%build
+sed -i "s#aarch64-linux-gnu-##" Makefile
# https://github.com/libretro/libretro-super/blob/master/recipes/linux
%ifarch x86_64
make WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1
@@ -45,10 +48,10 @@
make WITH_DYNAREC=x86 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1
%endif
%ifarch %arm
- make WITH_DYNAREC=arm HAVE_THR_AL=1
+ make WITH_DYNAREC=arm HAVE_THR_AL=1 platform=classic_armv7_a7
%endif
%ifarch aarch64
- make WITH_DYNAREC=aarch64 HAVE_THR_AL=1
+ make WITH_DYNAREC=aarch64 HAVE_THR_AL=1 platform=armv8
%endif
%install
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.hOHrFg/_old 2020-10-16 16:14:00.876685820 +0200
+++ /var/tmp/diff_new_pack.hOHrFg/_new 2020-10-16 16:14:00.876685820 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/libretro/parallel-n64.git</param>
- <param
name="changesrevision">2373b7bbc565991132bac44939ac7f2aa084f746</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">b52bbda7ce425bb43b27850245a78ee59baa27a7</param></service></servicedata>
\ No newline at end of file
++++++ libretro-parallel-n64-0~git20200529.tar.xz ->
libretro-parallel-n64-0~git20201011.tar.xz ++++++
++++ 390093 lines of diff (skipped)