From e628b7df72ae7c41b7ce390d2a16a48ae68c037bb40673c382445935befdb1fe Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Wed, 10 Apr 2024 15:21:41 +0000 Subject: [PATCH] - Update to version 0.0.31~git20240409: * SPU Analyzer: Do not terminate blocks on BRA * cellRtc: review fixes * cellRtc: remove wrong duplicate pos++ * cellRtc: implement Rfc3339 part of cellRtcParseDateTime * cellRtc: simplify some disassembly code * Remove git brew package from macOS CI script (#15407) * cellGame: add some more error checks * cellCamera: fix config from_string * lv2_socket: reset queue after move * cellGame: Enable disc insert/eject based on disc mount state * Update curl to 8.7.1 * Update soundtouch to 2.3.3 * Update SDL to 2.30.2 * Update FAudio to 20.04 * Fix typo in lv2_socket_native * Fix changelog size hack * Savestates/Network: Feign connection failure on startup * Fix updater message * Savestates/SPU: Fix MFC commands abort * SPU Debugger: Implement viewing block hash on request * SPU LLVM: Fix store elimination within common blocks * Replace some URLs * Updater: Add RPCS3's Patreon link to update dialog * PPU Loader: Fix unload of HLEd PRX modules * PPU LLVM: Fix leak of modules outside dev_flash/sys/internal * SPU LLVM: Postpone runtime worker threads init * PPU LLVM: Unify memory limit for PRX and Overlay files * PPU LLVM: Fix memory leak on precompilation * use the pass manager instead of the legacy one OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=108 --- _servicedata | 2 +- rpcs3-0.0.31~git20240329.tar.xz | 3 --- rpcs3-0.0.31~git20240409.tar.xz | 3 +++ rpcs3.changes | 34 +++++++++++++++++++++++++++++++++ rpcs3.spec | 2 +- 5 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 rpcs3-0.0.31~git20240329.tar.xz create mode 100644 rpcs3-0.0.31~git20240409.tar.xz diff --git a/_servicedata b/_servicedata index 4eb10b1..2b14fc9 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - 4ecf8ecd06c15f0557e1d9243f31e4c2d7baebe2 \ No newline at end of file + f51b100a8c8ca04b733f4e3d1755b9dc22f12345 \ No newline at end of file diff --git a/rpcs3-0.0.31~git20240329.tar.xz b/rpcs3-0.0.31~git20240329.tar.xz deleted file mode 100644 index 7a815fe..0000000 --- a/rpcs3-0.0.31~git20240329.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cfca75175a4cebecd8ce9930b5e1741d6035663ae7730e1bab5a68ac4f279e8 -size 33238896 diff --git a/rpcs3-0.0.31~git20240409.tar.xz b/rpcs3-0.0.31~git20240409.tar.xz new file mode 100644 index 0000000..8cbb3ac --- /dev/null +++ b/rpcs3-0.0.31~git20240409.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1457469113cb335ed960702202537aba93bcb40626657fc32324178cb1a1e96 +size 33244916 diff --git a/rpcs3.changes b/rpcs3.changes index 80a61a8..d07c67d 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Apr 10 12:48:01 UTC 2024 - i@guoyunhe.me + +- Update to version 0.0.31~git20240409: + * SPU Analyzer: Do not terminate blocks on BRA + * cellRtc: review fixes + * cellRtc: remove wrong duplicate pos++ + * cellRtc: implement Rfc3339 part of cellRtcParseDateTime + * cellRtc: simplify some disassembly code + * Remove git brew package from macOS CI script (#15407) + * cellGame: add some more error checks + * cellCamera: fix config from_string + * lv2_socket: reset queue after move + * cellGame: Enable disc insert/eject based on disc mount state + * Update curl to 8.7.1 + * Update soundtouch to 2.3.3 + * Update SDL to 2.30.2 + * Update FAudio to 20.04 + * Fix typo in lv2_socket_native + * Fix changelog size hack + * Savestates/Network: Feign connection failure on startup + * Fix updater message + * Savestates/SPU: Fix MFC commands abort + * SPU Debugger: Implement viewing block hash on request + * SPU LLVM: Fix store elimination within common blocks + * Replace some URLs + * Updater: Add RPCS3's Patreon link to update dialog + * PPU Loader: Fix unload of HLEd PRX modules + * PPU LLVM: Fix leak of modules outside dev_flash/sys/internal + * SPU LLVM: Postpone runtime worker threads init + * PPU LLVM: Unify memory limit for PRX and Overlay files + * PPU LLVM: Fix memory leak on precompilation + * use the pass manager instead of the legacy one + ------------------------------------------------------------------- Fri Mar 29 14:20:30 UTC 2024 - i@guoyunhe.me diff --git a/rpcs3.spec b/rpcs3.spec index fafd9d9..9ecea2c 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.31~git20240329 +Version: 0.0.31~git20240409 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only