Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpcs3 for openSUSE:Factory checked in at 2025-03-19 22:33:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpcs3 (Old) and /work/SRC/openSUSE:Factory/.rpcs3.new.4956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpcs3" Wed Mar 19 22:33:15 2025 rev:44 rq:1254243 version:0.0.35~git20250318 Changes: -------- --- /work/SRC/openSUSE:Factory/rpcs3/rpcs3.changes 2025-03-12 15:27:31.322975402 +0100 +++ /work/SRC/openSUSE:Factory/.rpcs3.new.4956/rpcs3.changes 2025-03-19 22:33:26.885429631 +0100 @@ -1,0 +2,63 @@ +Tue Mar 18 20:49:50 UTC 2025 - Hunter Wardlaw <wardlawhun...@gmail.com> + +- Update fix-test-files.patch + +------------------------------------------------------------------- +Tue Mar 18 20:31:20 UTC 2025 - Hunter Wardlaw <wardlawhun...@gmail.com> + +- Update to rpcs3-0.0.35~git20250318: + * SPU: Add Disable SPU GETLLAR Spin Optimization checkbox + * Improve BUILDING.md documentation + * Fix discord-rpc build when ASLR is enabled + * Fix warning + * Qt: use white checkmarks in Darker Style + * Qt: Simplify hover movie code + * Qt/optimization: Don't look for PAM files if the game has a hover gif + * Qt: Do not use gamedata icon if game has custom icon + * Qt: fix code style of some variables + * Qt: Use localized game icons and titles + * config: Revert default shader compiler to async with draw-skip + * rsx: Fix instancing constants lookup layout when running interpreter + * vk: Implement instancing when running in interpreter mode + * gl: Reimplement driver capabilities detection in a more sane way + * rsx: Always initialize CC register in FP interpreter + * gl: Double instancing buffer size to improve frametimes + * gl: Support transform instancing in the shader interpreter + * gl: Add support for hardware instancing + * rsx: Fix cache invalidation when instancing state changes + * SPU LLVM: Preserve sign on inf to NaN conversion in spu_re_acc with vfixupimmps + * sys_usbd: Fix null pointer deref on destruction + * CI: upgrade FreeBSD to 13.5 + * Always run Actions, we need them for mergesrove build tags + * Qt: Detach markup from dialog translations + * rsx: Invalidate program cache hint if the current vertex or fragment program is re-evaluated + * Fix missing enum in switch case + * Fix redundant forward declaration warning + * Use named_thread in gui_pad_thread + * Qt: Hide interpreter_only unless it is selected or the debug mode is active + * main: Fix some warning + * android: do not invalidate swapchain on VK_SUBOPTIMAL_KHR + * Set vulkan to default renderer whenever we have vulkan support + * hid_init: use hid_error in log message + * [android] hid: enumerate by vendor/product ids + * hid: add support of android devices + * fs::file: implement release_handle + * Coding style issues fixes + * cpu stats: do not try parse /proc/stat on android + * android: atomic: do not test SYS_futex_waitv syscall + * rsx: implement android swapchain + * rsx: reduce shaders_cache::unpacked_type size for android + * vm: do not check overcommit_memory on android + * vm: removed c_page_size, it cannot be used by globals + * android: cfg: vulkan renderer is default + * add missed include to PUP.h + * android: jit: teach fallback_cpu_detection provide meaningful results for aarch64 + * cfg: remove string::get() + * unpkg: allow package_reader creation with provided fs::file + * fs::file: add from_native_handle constructor + * llvm: disable extra targets for android + * 3rdparty/fusion: Always do build in release mode + * Android stuff 2 + * android stuff + +------------------------------------------------------------------- Old: ---- rpcs3-0.0.35~git20250310.tar.xz New: ---- rpcs3-0.0.35~git20250318.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpcs3.spec ++++++ --- /var/tmp/diff_new_pack.uTt7ey/_old 2025-03-19 22:33:29.313531849 +0100 +++ /var/tmp/diff_new_pack.uTt7ey/_new 2025-03-19 22:33:29.329532522 +0100 @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.35~git20250310 +Version: 0.0.35~git20250318 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.uTt7ey/_old 2025-03-19 22:33:29.697548015 +0100 +++ /var/tmp/diff_new_pack.uTt7ey/_new 2025-03-19 22:33:29.725549194 +0100 @@ -1,11 +1,11 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/RPCS3/rpcs3</param> - <param name="changesrevision">11e214f332a621b5824c2352eefd97686347b0c0</param> + <param name="changesrevision">1a51ce1e6665218cac64816cb308d8b9477d534d</param> </service> <service name="tar_scm"> <param name="url">https://github.com/RPCS3/rpcs3.git</param> - <param name="changesrevision">11e214f332a621b5824c2352eefd97686347b0c0</param> + <param name="changesrevision">1a51ce1e6665218cac64816cb308d8b9477d534d</param> </service> </servicedata> ++++++ fix-test-files.patch ++++++ --- /var/tmp/diff_new_pack.uTt7ey/_old 2025-03-19 22:33:29.901556604 +0100 +++ /var/tmp/diff_new_pack.uTt7ey/_new 2025-03-19 22:33:29.957558961 +0100 @@ -1,12 +1,13 @@ diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt -index 72b3e06e0bd..5a599102287 100644 +index 3556502..1cc40e6 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt -@@ -217,6 +217,4 @@ if(UNIX AND NOT APPLE) - DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3) - install(DIRECTORY ../bin/git - DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3) -- install(DIRECTORY ../bin/test -- DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3) +@@ -197,7 +197,5 @@ if (NOT ANDROID) + DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3) + install(DIRECTORY ../bin/git + DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3) +- install(DIRECTORY ../bin/test +- DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3) + endif() endif() ++++++ rpcs3-0.0.35~git20250310.tar.xz -> rpcs3-0.0.35~git20250318.tar.xz ++++++ /work/SRC/openSUSE:Factory/rpcs3/rpcs3-0.0.35~git20250310.tar.xz /work/SRC/openSUSE:Factory/.rpcs3.new.4956/rpcs3-0.0.35~git20250318.tar.xz differ: char 15, line 1