SHA256
1
0
forked from pool/retroarch

Accepting request 889546 from home:avicenzi:branches:Emulators

Update to 1.9.1

OBS-URL: https://build.opensuse.org/request/show/889546
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=50
This commit is contained in:
Yunhe Guo 2021-05-15 08:39:51 +00:00 committed by Git OBS Bridge
parent 270da5b151
commit f778c2e691
6 changed files with 36 additions and 13 deletions

View File

@ -1,20 +1,23 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="scm">git</param>
<param name="filename">retroarch</param>
<param name="revision">v1.9.0</param>
<param name="version">1.9.0</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="exclude">media/icons</param>
<param name="exclude">ps2</param>
<param name="exclude">uwp</param>
<param name="exclude">vita</param>
<param name="exclude">wii</param>
<param name="exclude">wiiu</param>
</service>
<service name="recompress" mode="localonly">
<service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="changesrevision">cf6ca2a47f44126f4caf9242cfa7917b94abbc52</param></service></servicedata>

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Apr 30 10:16:56 UTC 2021 - alexandre.vicenzi@suse.com
- Update to version 1.9.1:
* Update CHANGES.md
* Update CHANGES.md
* Update CHANGES.md
* Update CHANGES.md
* (iOS6) Add assets.zip/modules dir
* OpenDingux: Improve handling of unsupported display resolutions + buffer overflow fix
* (shader_gl_core) Cut down on some std::string usage
* Bump up version (but don't tag yet)
* (iOS6/iOS9) Take out HAVE_UPDATE_CORES
* Relocate 'Menu Scroll' settings
-------------------------------------------------------------------
Wed Aug 12 16:37:30 UTC 2020 - Yunhe Guo <i@guoyunhe.me>

View File

@ -1,7 +1,7 @@
#
# spec file for package retroarch
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: retroarch
Version: 1.9.0
Version: 1.9.1
Release: 0
Summary: Emulator frontend
License: GPL-3.0-only
@ -223,7 +223,8 @@ export CXXFLAGS="$CFLAGS"
--enable-vulkan \
%endif
--enable-7zip \
--enable-mmap
--enable-mmap \
--disable-git_version
make %{?_smp_mflags}
%install