forked from pool/retroarch
Accepting request 1179497 from Emulators
OBS-URL: https://build.opensuse.org/request/show/1179497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/retroarch?expand=0&rev=27
This commit is contained in:
commit
4e99a96894
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">retroarch</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.19.0</param>
|
||||
<param name="revision">v1.19.1</param>
|
||||
<param name="exclude">.github</param>
|
||||
<param name="exclude">.vscode</param>
|
||||
<param name="exclude">bootstrap</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a149470444f3e6d1c318a939376365bc7983041cfbbc9b6e06295f445c53864e
|
||||
size 18210913
|
3
retroarch-1.19.1.tar.gz
Normal file
3
retroarch-1.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26eaed882bdd5d3af8621434014653ce222b3f024be20fca5b3f4aaf98c356ff
|
||||
size 18212102
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 8 03:15:24 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
- Update to version 1.19.1
|
||||
* Savestates: Revert savestate changes, was causing corruption and other issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 8 01:05:45 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- Update to version 1.19.1:
|
||||
* (WASAPI) Only write when running and fix deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 14:31:49 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: retroarch
|
||||
Version: 1.19.0
|
||||
Version: 1.19.1
|
||||
Release: 0
|
||||
Summary: Emulator frontend
|
||||
License: GPL-3.0-only
|
||||
@ -143,7 +143,7 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}_migrate_old_config
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}_migrate_old_config
|
||||
%{_bindir}/%{name}-cg2glsl
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/org.libretro.RetroArch.desktop
|
||||
%{_datadir}/metainfo/com.libretro.*.xml
|
||||
%{_datadir}/pixmaps/%{name}.svg
|
||||
%{_mandir}/man?/%{name}.?*
|
||||
|
Loading…
Reference in New Issue
Block a user