forked from pool/rpcs3
Accepting request 1057182 from home:guoyunhe:branches:Emulators
- Remove v from version number to match Factory standard - Remove unneeded build requires: * git * pkgconfig - Update to version 0.0.26~git20230109: * AppImage: Do not bundle libgmodule-2.0 and libglib-2.0 OBS-URL: https://build.opensuse.org/request/show/1057182 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=40
This commit is contained in:
parent
7b5b474733
commit
eac6329ff4
3
_service
3
_service
@ -4,8 +4,7 @@
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="filename">rpcs3</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git%cd</param>
|
||||
<param name="versionrewrite-pattern">v(.*)\-(.*)\-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1\2\3</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="exclude">*/ffmpeg/*</param>
|
||||
<param name="exclude">*/3rdparty/curl/*</param>
|
||||
|
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">df718bcb0f2b7be809bf48b6059be7322fc17202</param></service></servicedata>
|
||||
<param name="changesrevision">8ec1a5627d2363b81191fa03473e3493bccf4372</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4e9be53c7ad0b935d2ad885ba331deee28b502785e5463fdb8c230647e63be4
|
||||
oid sha256:1bb00d61c1d3d8c3395aae21e13f54935ed7caab64832cdb1073a6c4cf8b5b93
|
||||
size 1305612
|
||||
|
3
rpcs3-0.0.26~git20230109.obscpio
Normal file
3
rpcs3-0.0.26~git20230109.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aba9cde56671962307268b7fbc3e318466aaeeb9fc4c0f79caef5155b6354cf3
|
||||
size 463184910
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95ee5e43032cecc329a10bc893481505726ff9354b8e426dc58c04c40226f402
|
||||
size 463212558
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 09 11:08:49 UTC 2023 - i@guoyunhe.me
|
||||
|
||||
- Remove v from version number to match Factory standard
|
||||
- Remove unneeded build requires:
|
||||
* git
|
||||
* pkgconfig
|
||||
- Update to version 0.0.26~git20230109:
|
||||
* AppImage: Do not bundle libgmodule-2.0 and libglib-2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 08 00:15:51 UTC 2023 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: rpcs3
|
||||
version: v0.0.26~git20230107
|
||||
mtime: 1673131661
|
||||
commit: df718bcb0f2b7be809bf48b6059be7322fc17202
|
||||
version: 0.0.26~git20230109
|
||||
mtime: 1673248793
|
||||
commit: 8ec1a5627d2363b81191fa03473e3493bccf4372
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: v0.0.26~git20230107
|
||||
Version: 0.0.26~git20230109
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
@ -26,7 +26,6 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: intel-ittapi.tar.xz
|
||||
BuildRequires: gcc-c++ >= 9
|
||||
BuildRequires: cmake(x86-64) >= 3.14.1
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(yaml-cpp)
|
||||
@ -35,8 +34,6 @@ BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libedit)
|
||||
BuildRequires: git
|
||||
BuildRequires: -post-build-checks
|
||||
|
||||
#graphics backend dependencies:
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user