forked from pool/retroarch
- Update to version 1.9.6:
* ARCHIVE: Fix archive delimiter detection when file path contains no slashes * AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device * CHEEVOS: Reset cached progress each time menu is opened * CRT/SWITCHRES: Add support for switchres.ini core and directory overrides * GFX: Fix uninitialized variables in gfx_display_draw_cursor * HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist * INPUT: 'Analog to Digital Type' usability improvements * INPUT: Add support for mapping multiple controllers to a single input device * INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device * INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default * INPUT/WINDOWS/RAWINPUT: Mouse access violation fix * INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names * INPUT/UDEV: Skip mouse with no button errors and keep the rest * INPUT/UDEV: Fix Game Focus mode * INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11 * LOCALIZATION: Fetch translations from Crowdin * LOCALIZATION: Fix Switchres menu texts * MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation * MENU/XMB: Dynamic wallpaper fix * MENU/XMB: Icon opacity fix * MENU/QT/WIMP: Fix default core detection when playlist file name does not match 'db_name' * PLAYLISTS: Optimise scanning of large rom sets * SECURITY: Plug so-called high-risk vulnerability related to Powershell - avoid injection - don't send speech input as commandline argument * X11: Fix threaded video segfault - Cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=52
This commit is contained in:
parent
f778c2e691
commit
e3751f2543
3
_service
3
_service
@ -5,8 +5,7 @@
|
||||
<param name="filename">retroarch</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.9.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">v1.9.6</param>
|
||||
<param name="exclude">media/icons</param>
|
||||
<param name="exclude">ps2</param>
|
||||
<param name="exclude">uwp</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/libretro/RetroArch.git</param>
|
||||
<param name="changesrevision">cf6ca2a47f44126f4caf9242cfa7917b94abbc52</param></service></servicedata>
|
||||
<param name="changesrevision">4a6dc36b1cc026bf337537e2d7527a117727bb91</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ef85f3eef8872da51804ed7effe8cd1404c20ce4ce69bda2b9a6c25d35cbc92
|
||||
size 38955777
|
3
retroarch-1.9.6.tar.gz
Normal file
3
retroarch-1.9.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fac330f25de9f507a2bf369ef67eba2661bc36b27f14f2ed7d1370ae4910d5c3
|
||||
size 39183453
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 04 15:05:26 UTC 2021 - i@guoyunhe.me
|
||||
|
||||
- Update to version 1.9.6:
|
||||
* ARCHIVE: Fix archive delimiter detection when file path contains no slashes
|
||||
* AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device
|
||||
* CHEEVOS: Reset cached progress each time menu is opened
|
||||
* CRT/SWITCHRES: Add support for switchres.ini core and directory overrides
|
||||
* GFX: Fix uninitialized variables in gfx_display_draw_cursor
|
||||
* HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist
|
||||
* INPUT: 'Analog to Digital Type' usability improvements
|
||||
* INPUT: Add support for mapping multiple controllers to a single input device
|
||||
* INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device
|
||||
* INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default
|
||||
* INPUT/WINDOWS/RAWINPUT: Mouse access violation fix
|
||||
* INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names
|
||||
* INPUT/UDEV: Skip mouse with no button errors and keep the rest
|
||||
* INPUT/UDEV: Fix Game Focus mode
|
||||
* INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11
|
||||
* LOCALIZATION: Fetch translations from Crowdin
|
||||
* LOCALIZATION: Fix Switchres menu texts
|
||||
* MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation
|
||||
* MENU/XMB: Dynamic wallpaper fix
|
||||
* MENU/XMB: Icon opacity fix
|
||||
* MENU/QT/WIMP: Fix default core detection when playlist file name does not match 'db_name'
|
||||
* PLAYLISTS: Optimise scanning of large rom sets
|
||||
* SECURITY: Plug so-called high-risk vulnerability related to Powershell - avoid injection - don't send speech input as commandline argument
|
||||
* X11: Fix threaded video segfault
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 10:16:56 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
@ -572,7 +601,7 @@ Tue May 21 11:07:53 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 08:57:44 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Cleanup with spec-cleaner
|
||||
- Cleanup with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 28 17:59:34 UTC 2018 - sean@suspend.net
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: retroarch
|
||||
Version: 1.9.1
|
||||
Version: 1.9.6
|
||||
Release: 0
|
||||
Summary: Emulator frontend
|
||||
License: GPL-3.0-only
|
||||
@ -76,10 +76,10 @@ BuildRequires: pkgconfig(libswscale)
|
||||
|
||||
# Shared data
|
||||
Recommends: retroarch-joypad-autoconfig
|
||||
Recommends: retroarch-assets
|
||||
Recommends: libretro-core-info
|
||||
Recommends: libretro-database
|
||||
Recommends: libretro-glsl-shaders
|
||||
Recommends: retroarch-assets
|
||||
|
||||
# Emulation cores
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user