SHA256
1
0
forked from pool/retroarch
Yunhe Guo 2020-08-08 08:09:27 +00:00 committed by Git OBS Bridge
parent 89a8f296f6
commit 79cae5ba2a
5 changed files with 13 additions and 6 deletions

View File

@ -3,8 +3,8 @@
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/libretro/RetroArch.git</param> <param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="filename">retroarch</param> <param name="filename">retroarch</param>
<param name="revision">v1.8.9</param> <param name="revision">v1.9.0</param>
<param name="version">1.8.9</param> <param name="version">1.9.0</param>
<param name="exclude">media/icons</param> <param name="exclude">media/icons</param>
<param name="exclude">ps2</param> <param name="exclude">ps2</param>
<param name="exclude">uwp</param> <param name="exclude">uwp</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbad74ea1aebc218bd057b89c37a3d91cb454e68cca21d6d2d414193dd3efe12
size 38115604

3
retroarch-1.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b57906fe86fc2f69d4d3533aaddfc6fb12316c187d90945e61933bb825f20a8
size 38382129

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 8 07:33:51 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
- Version 1.9.0
* Full changelog at https://github.com/libretro/RetroArch/blob/master/CHANGES.md#190
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 23 19:14:47 UTC 2020 - Yunhe Guo <i@guoyunhe.me> Tue Jun 23 19:14:47 UTC 2020 - Yunhe Guo <i@guoyunhe.me>

View File

@ -17,7 +17,7 @@
Name: retroarch Name: retroarch
Version: 1.8.9 Version: 1.9.0
Release: 0 Release: 0
Summary: Emulator frontend Summary: Emulator frontend
License: GPL-3.0-only License: GPL-3.0-only
@ -231,6 +231,7 @@ make %{?_smp_mflags}
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/%{name}-cg2glsl %{_bindir}/%{name}-cg2glsl
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/metainfo/com.libretro.*.xml
%{_datadir}/pixmaps/%{name}.svg %{_datadir}/pixmaps/%{name}.svg
%{_mandir}/man?/%{name}.?* %{_mandir}/man?/%{name}.?*
%{_mandir}/man?/%{name}-cg2glsl.?* %{_mandir}/man?/%{name}-cg2glsl.?*