Accepting request 1248953 from Emulators

OBS-URL: https://build.opensuse.org/request/show/1248953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcs3?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2025-02-27 15:40:22 +00:00 committed by Git OBS Bridge
commit 08d2fe4448
5 changed files with 38 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/RPCS3/rpcs3</param> <param name="url">git://github.com/RPCS3/rpcs3</param>
<param name="changesrevision">1e01511ca03d280f42cb9f6604c24337cf513e11</param> <param name="changesrevision">e97bfecb7fb51f23d6a42b76e089f1067d5a817a</param>
</service> </service>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param> <param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">1e01511ca03d280f42cb9f6604c24337cf513e11</param></service></servicedata> <param name="changesrevision">e97bfecb7fb51f23d6a42b76e089f1067d5a817a</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Feb 27 10:12:43 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>
- Update to version 0.0.34~git20250226:
* Deploy aarch64 builds via via GitHub Actions instead of Cirrus
* move texture_cache_types implementation to cpp
* Update zstd to 1.5.7
* Update curl to 8.12.1
* Update libpng to 1.6.47
* Update SDL to 2.32.0
* Fix signed vs unsigned comparison warning
* concepts: fix review notes
* use concepts instead of std::enable_if
* cellMic: fix division by zero
* Qt: log microphone list
* github actions: rename jobs
* Move permissions to own file
* Move debugger functions to emu_utils.cpp
* Move sys_time fmt to date_time.cpp
* Move is_input_allowed to GSFrameBase
* Move display sleep functions to emu callbacks
* Move check_microphone_permissions to emu callbacks
* Move cheat_type fmt to cheat_info.cpp
* Fix Azure and Github Actions CI caching
* Update QT to 6.8.2
* Add opencv to linux CI and specify which modules we want to use
* Use Microsoft::WRL::ComPtr (#16744)
* PKG: Refactor and proper support for IDU
* SPU LLVM: Small FCGT optimization
* unpkg: Add support for IDU packages
* Add DXT1-5 decompression on ARM
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 20 11:17:19 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com> Thu Feb 20 11:17:19 UTC 2025 - Hunter Wardlaw <wardlawhunter@gmail.com>

View File

@ -17,7 +17,7 @@
Name: rpcs3 Name: rpcs3
Version: 0.0.34~git20250220 Version: 0.0.34~git20250226
Release: 0 Release: 0
Summary: PS3 emulator/debugger Summary: PS3 emulator/debugger
License: GPL-2.0-only License: GPL-2.0-only