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-05-20 09:33:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpcs3 (Old)
 and      /work/SRC/openSUSE:Factory/.rpcs3.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpcs3"

Tue May 20 09:33:31 2025 rev:55 rq:1278439 version:0.0.36~git20250515

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpcs3/rpcs3.changes      2025-05-15 
17:00:59.813246572 +0200
+++ /work/SRC/openSUSE:Factory/.rpcs3.new.30101/rpcs3.changes   2025-05-20 
09:35:49.895548463 +0200
@@ -1,0 +2,67 @@
+Mon May 19 19:05:29 UTC 2025 - Hunter Wardlaw <[email protected]>
+
+- Fix log level of sdl pad handler log message
+
+-------------------------------------------------------------------
+Mon May 19 15:59:50 UTC 2025 - Hunter Wardlaw <[email protected]>
+
+- Use upstream cmake build option `-DCMAKE_POLICY_VERSION_MINIMUM=3.5`
+  for cmake4 (#16978)
+
+-------------------------------------------------------------------
+Mon May 19 14:21:09 UTC 2025 - Hunter Wardlaw <[email protected]>
+
+- Update to rpcs3-0.0.36~git20250515:
+  * Logitech G27 update shifter input (#17216)
+  * Fix some warnings
+  * Update VulkanMemoryAllocator to 3.3.0
+  * Update SDL to 3.2.14
+
+-------------------------------------------------------------------
+Wed May 14 20:23:14 UTC 2025 - Hunter Wardlaw <[email protected]>
+
+- Update to rpcs3-0.0.36~git20250514:
+  * LG27: Update defaults
+  * G27: Make warning label color more dynamic
+  * G27: Improve layout a bit
+  * Fix emu name in label
+  * Gui: simplify LogitechG27 settings dialog
+  * Fix UB
+  * SPU: Improved GETLLAR spin detection conditions
+  * Logitech G27 Expand SDL device identification, add mapping note (#17206)
+  * LogitechG27: use named_thread instead of std::thread
+  * SDL/input: Log GUID
+  * Fix CallFromMainThread execution condition
+  * rsx: Don't trigger surface swap-in/swap-out handlers when replacing
+    self
+  * Make Disable IPv6 text translatable
+  * Bind RPCN client socket only if bind_ip is set
+  * Fix building with SDL submodule
+  * Make IP Binding more global
+  * System: Fix Kill calling duplication
+  * trophies/overlays: treat unlocked hidden trophies just like normal
+    unlocked trophies
+  * SPU: Evaluated Thread-blocked LR messaging
+  * Emu: Track game termination progress better
+  * remove SDL_INIT_JOYSTICK since SDL_INIT_GAMEPAD implies 
+    SDL_INIT_JOYSTICK
+  * initialize sdl haptic, log haptic device open errors
+  * cellSysutilCheckCallback: increase read_counter as soon as a 
+    callback is about to be called
+  * Use const for present_samples buf argument
+  * overlays: Allow auto exit in home menu's exit game function
+  * Emu: Make game termination less confusing
+  * Add log message when QApplication is being quit
+  * Log RPCS3 exit code
+  * Add log message if game ignores exit game request
+  * MSVC: Fix weird std::move on const variable warning...
+  * Use string_view for log params
+  * StrUtil: Add more unit tests
+  * Fixup SPU Interpreters
+
+-------------------------------------------------------------------
+Wed May 14 20:12:59 UTC 2025 - Hunter Wardlaw <[email protected]>
+
+- Update spec file config from sdl2 to sdl3
+
+-------------------------------------------------------------------

Old:
----
  rpcs3-0.0.36~git20250507.tar.xz

New:
----
  rpcs3-0.0.36~git20250515.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpcs3.spec ++++++
--- /var/tmp/diff_new_pack.vSJAWE/_old  2025-05-20 09:35:50.719582661 +0200
+++ /var/tmp/diff_new_pack.vSJAWE/_new  2025-05-20 09:35:50.723582827 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rpcs3
-Version:        0.0.36~git20250507
+Version:        0.0.36~git20250515
 Release:        0
 Summary:        PS3 emulator/debugger
 License:        GPL-2.0-only
@@ -46,7 +46,7 @@
 ##opengl:
 BuildRequires:  pkgconfig(glew) >= 1.13.0
 BuildRequires:  pkgconfig(egl)
-BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(sdl3)
 
 ##vulkan:
 BuildRequires:  pkgconfig(vulkan) >= 1.1.126
@@ -66,7 +66,7 @@
 BuildRequires:  pkgconfig(openal)
 
 ##faudio:
-BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(sdl3)
 #-------------------------------------------------
 
 #ffmpeg dependencies
@@ -118,9 +118,6 @@
 " > %{name}/git-version.h
 
 %build
-# Remove cmake4 error due to not setting
-# min cmake version - sflees.de
-export CMAKE_POLICY_VERSION_MINIMUM=3.5
 
 ## llvm intel-ittapi workarounds
 
@@ -150,7 +147,8 @@
         -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
         -DCMAKE_INSTALL_LIBEXEC="%{_libexecdir}" \
         -DCMAKE_BUILD_TYPE="Release" \
-        -DCMAKE_SKIP_RPATH="YES"
+        -DCMAKE_SKIP_RPATH="YES" \
+        -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 %make_jobs
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.vSJAWE/_old  2025-05-20 09:35:50.767584653 +0200
+++ /var/tmp/diff_new_pack.vSJAWE/_new  2025-05-20 09:35:50.771584819 +0200
@@ -1,11 +1,11 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/RPCS3/rpcs3</param>
-    <param 
name="changesrevision">e1d3cf57c801197b612bef73f79cda67af9d42f8</param>
+    <param 
name="changesrevision">182acfcf3ea293e2d50547ffbb05837e4bd837c0</param>
   </service>
   <service name="tar_scm">
     <param name="url">https://github.com/RPCS3/rpcs3.git</param>
-    <param 
name="changesrevision">e1d3cf57c801197b612bef73f79cda67af9d42f8</param>
+    <param 
name="changesrevision">182acfcf3ea293e2d50547ffbb05837e4bd837c0</param>
   </service>
 </servicedata>
 

++++++ rpcs3-0.0.36~git20250507.tar.xz -> rpcs3-0.0.36~git20250515.tar.xz ++++++
/work/SRC/openSUSE:Factory/rpcs3/rpcs3-0.0.36~git20250507.tar.xz 
/work/SRC/openSUSE:Factory/.rpcs3.new.30101/rpcs3-0.0.36~git20250515.tar.xz 
differ: char 15, line 1

Reply via email to