Hello community,

here is the log from the commit of package retroarch for openSUSE:Factory 
checked in at 2020-06-07 21:34:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/retroarch (Old)
 and      /work/SRC/openSUSE:Factory/.retroarch.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "retroarch"

Sun Jun  7 21:34:40 2020 rev:6 rq:811477 version:1.8.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/retroarch/retroarch.changes      2020-05-14 
23:26:07.965156210 +0200
+++ /work/SRC/openSUSE:Factory/.retroarch.new.3606/retroarch.changes    
2020-06-07 21:35:12.164857522 +0200
@@ -1,0 +2,20 @@
+Thu May 28 12:07:33 UTC 2020 - Yunhe Guo <[email protected]>
+
+- Version 1.8.8
+  * Full changelog at 
https://github.com/libretro/RetroArch/blob/master/CHANGES.md#188
+
+-------------------------------------------------------------------
+Sat May 23 09:13:56 UTC 2020 - Yunhe Guo <[email protected]>
+
+- Version 1.8.7
+  * Full changelog at 
https://github.com/libretro/RetroArch/blob/master/CHANGES.md#187
+- Fix python shebang
+
+-------------------------------------------------------------------
+Fri May 15 13:37:33 UTC 2020 - Yunhe Guo <[email protected]>
+
+- Remove libretro-mame core recommendation due to performance issue
+  and package size (100+MB)
+- Add libretro-gme and libretro-gw core recommendation
+
+-------------------------------------------------------------------

Old:
----
  retroarch-1.8.6.tar.gz

New:
----
  retroarch-1.8.8.tar.gz

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

Other differences:
------------------
++++++ retroarch.spec ++++++
--- /var/tmp/diff_new_pack.zjnesp/_old  2020-06-07 21:35:14.908866221 +0200
+++ /var/tmp/diff_new_pack.zjnesp/_new  2020-06-07 21:35:14.912866234 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           retroarch
-Version:        1.8.6
+Version:        1.8.8
 Release:        0
 Summary:        Emulator frontend
 License:        GPL-3.0-only
@@ -82,10 +82,9 @@
 
 # Emulation cores
 
-# Arcade/MAME for old roms
+# Arcade/MAME
+# MAME 2003 Plus has the best performance, supporting most games before 2000
 Recommends:     libretro-mame2003-plus
-# Arcade/MAME for latest roms
-Recommends:     libretro-mame
 
 # Atari 2600
 Recommends:     libretro-stella
@@ -138,6 +137,8 @@
 Recommends:     libretro-beetle-wswan
 # Fairchild ChannelF
 Recommends:     libretro-freechaf
+# Game & Watch
+Recommends:     libretro-gw
 # Mattel Intellivision
 Recommends:     libretro-freeintv
 # MS DOS
@@ -161,6 +162,7 @@
 Recommends:     libretro-craft
 Recommends:     libretro-easyrpg
 Recommends:     libretro-ffmpeg
+Recommends:     libretro-gme
 
 %description
 RetroArch is a modular multi-system emulator system that is designed to be
@@ -174,6 +176,8 @@
 
 # Change /usr/lib/ to /usr/lib64/ on 64-bit platform
 sed -i s~/usr/lib/~%{_libdir}/~g retroarch.cfg
+# Change /usr/bin/env python to /usr/bin/python
+sed -i s~%{_bindir}/env\ python~%{_bindir}/python~g tools/cg2glsl.py
 
 %build
 export CFLAGS="%{optflags}"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zjnesp/_old  2020-06-07 21:35:14.948866348 +0200
+++ /var/tmp/diff_new_pack.zjnesp/_new  2020-06-07 21:35:14.948866348 +0200
@@ -3,8 +3,8 @@
     <param name="scm">git</param>
     <param name="url">https://github.com/libretro/RetroArch.git</param>
     <param name="filename">retroarch</param>
-    <param name="revision">v1.8.6</param>
-    <param name="version">1.8.6</param>
+    <param name="revision">v1.8.8</param>
+    <param name="version">1.8.8</param>
     <param name="exclude">media/icons</param>
     <param name="exclude">ps2</param>
     <param name="exclude">uwp</param>

++++++ retroarch-1.8.6.tar.gz -> retroarch-1.8.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/retroarch/retroarch-1.8.6.tar.gz 
/work/SRC/openSUSE:Factory/.retroarch.new.3606/retroarch-1.8.8.tar.gz differ: 
char 12, line 1

++++++ retroarch-config.patch ++++++
--- /var/tmp/diff_new_pack.zjnesp/_old  2020-06-07 21:35:14.988866474 +0200
+++ /var/tmp/diff_new_pack.zjnesp/_new  2020-06-07 21:35:14.988866474 +0200
@@ -70,9 +70,9 @@
  # Save all remapped controls to this directory.
  # input_remapping_directory =
 @@ -913,3 +913,6 @@
- 
  # Enable device vibration for supported cores
  # enable_device_vibration = false
-+
+ 
 +# Download thumbnails from network on demand
 +network_on_demand_thumbnails = true
++


Reply via email to