Accepting request 1056906 from home:xenonpk
- Update to version v0.0.26~git20230107: * rpcs3_version: Bump to 0.0.26 * VSH/UI: Add VSH to game grid * Update submodules * Qt: Fix open_dir for paths with multiple slashes * update_manager: Simplify wchar conversion * Fix #11126 * PKG: Pack multiple PKGs into fast+efficient install (#13147) * rsx: Remove incorrect hack - Update to version v0.0.25~git20221230: * VS: Add SDL dependency to rpcs3 project * Restrict package installation to 1 thread * PKG: Implement Multi-threaded installation * PKG: Create directories first * unedat.cpp: Remove outdated lock * PKG install hotfix * Qt: fix size watcher cancellation on soft refresh * Allow to cancel dir size calculation (#13134) * fs: fix read/read_at/write (Unix) * fs: implement file::read_at OBS-URL: https://build.opensuse.org/request/show/1056906 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=39
This commit is contained in:
parent
c5d7f22d8c
commit
7b5b474733
@ -5,4 +5,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">9d432187aab3d22ba25c825267279e36ded0b259</param></service></servicedata>
|
||||
<param name="changesrevision">df718bcb0f2b7be809bf48b6059be7322fc17202</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3c6821c6ce30adaa38caea7e537d4c8fea585cd667e84762983598de741d404
|
||||
oid sha256:e4e9be53c7ad0b935d2ad885ba331deee28b502785e5463fdb8c230647e63be4
|
||||
size 1305612
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e67906fda3365e63af0daf2097993f686033a05071b3d6488dc1e00457338219
|
||||
size 463064590
|
3
rpcs3-v0.0.26~git20230107.obscpio
Normal file
3
rpcs3-v0.0.26~git20230107.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95ee5e43032cecc329a10bc893481505726ff9354b8e426dc58c04c40226f402
|
||||
size 463212558
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 08 00:15:51 UTC 2023 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version v0.0.26~git20230107:
|
||||
* rpcs3_version: Bump to 0.0.26
|
||||
* VSH/UI: Add VSH to game grid
|
||||
* Update submodules
|
||||
* Qt: Fix open_dir for paths with multiple slashes
|
||||
* update_manager: Simplify wchar conversion
|
||||
* Fix #11126
|
||||
* PKG: Pack multiple PKGs into fast+efficient install (#13147)
|
||||
* rsx: Remove incorrect hack
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 01 00:13:24 UTC 2023 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version v0.0.25~git20221230:
|
||||
* VS: Add SDL dependency to rpcs3 project
|
||||
* Restrict package installation to 1 thread
|
||||
* PKG: Implement Multi-threaded installation
|
||||
* PKG: Create directories first
|
||||
* unedat.cpp: Remove outdated lock
|
||||
* PKG install hotfix
|
||||
* Qt: fix size watcher cancellation on soft refresh
|
||||
* Allow to cancel dir size calculation (#13134)
|
||||
* fs: fix read/read_at/write (Unix)
|
||||
* fs: implement file::read_at
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 14:49:49 UTC 2022 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: rpcs3
|
||||
version: v0.0.25~git20221228
|
||||
mtime: 1672238270
|
||||
commit: 9d432187aab3d22ba25c825267279e36ded0b259
|
||||
version: v0.0.26~git20230107
|
||||
mtime: 1673131661
|
||||
commit: df718bcb0f2b7be809bf48b6059be7322fc17202
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: v0.0.25~git20221228
|
||||
Version: v0.0.26~git20230107
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
@ -102,7 +102,7 @@ echo "// This is a generated file.
|
||||
|
||||
#define RPCS3_GIT_VERSION \"$GIT_VERSION\"
|
||||
#define RPCS3_GIT_BRANCH \"master\"
|
||||
#define RPCS3_GIT_FULL_BRANCH \"master\"
|
||||
#define RPCS3_GIT_FULL_BRANCH \"RPCS3/rpcs3/master\"
|
||||
|
||||
// If you don't want this file to update/recompile, change to 1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user