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:
parent
270da5b151
commit
f778c2e691
17
_service
17
_service
@ -1,20 +1,23 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="localonly">
|
<service name="tar_scm" mode="disabled">
|
||||||
<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="scm">git</param>
|
||||||
<param name="filename">retroarch</param>
|
<param name="filename">retroarch</param>
|
||||||
<param name="revision">v1.9.0</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="version">1.9.0</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">media/icons</param>
|
||||||
<param name="exclude">ps2</param>
|
<param name="exclude">ps2</param>
|
||||||
<param name="exclude">uwp</param>
|
<param name="exclude">uwp</param>
|
||||||
|
<param name="exclude">vita</param>
|
||||||
<param name="exclude">wii</param>
|
<param name="exclude">wii</param>
|
||||||
<param name="exclude">wiiu</param>
|
<param name="exclude">wiiu</param>
|
||||||
</service>
|
</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="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="localonly"/>
|
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal 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>
|
@ -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
3
retroarch-1.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ef85f3eef8872da51804ed7effe8cd1404c20ce4ce69bda2b9a6c25d35cbc92
|
||||||
|
size 38955777
|
@ -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>
|
Wed Aug 12 16:37:30 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package retroarch
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: retroarch
|
Name: retroarch
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Emulator frontend
|
Summary: Emulator frontend
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -223,7 +223,8 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
--enable-vulkan \
|
--enable-vulkan \
|
||||||
%endif
|
%endif
|
||||||
--enable-7zip \
|
--enable-7zip \
|
||||||
--enable-mmap
|
--enable-mmap \
|
||||||
|
--disable-git_version
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user