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-10-17 19:02:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpcs3 (Old)
 and      /work/SRC/openSUSE:Factory/.rpcs3.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpcs3"

Fri Oct 17 19:02:46 2025 rev:73 rq:1312065 version:0.0.38~git20251015

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpcs3/rpcs3.changes      2025-10-16 
17:39:10.161468150 +0200
+++ /work/SRC/openSUSE:Factory/.rpcs3.new.18484/rpcs3.changes   2025-10-17 
19:02:47.986948653 +0200
@@ -1,0 +2,5 @@
+Fri Oct 17 14:50:30 UTC 2025 - Hunter Wardlaw <[email protected]>
+
+- Update fix-build-qt-6.10.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fix-build-qt-6.10.patch ++++++
--- /var/tmp/diff_new_pack.089tG6/_old  2025-10-17 19:02:49.042993145 +0200
+++ /var/tmp/diff_new_pack.089tG6/_new  2025-10-17 19:02:49.054993651 +0200
@@ -1,21 +1,23 @@
 diff --git a/3rdparty/qt6.cmake b/3rdparty/qt6.cmake
-index ef89bda..bda135a 100644
+index ef89bda..e15e0ab 100644
 --- a/3rdparty/qt6.cmake
 +++ b/3rdparty/qt6.cmake
-@@ -6,12 +6,12 @@ find_package(Qt6 ${QT_MIN_VER} CONFIG COMPONENTS Widgets 
Concurrent Multimedia M
+@@ -6,14 +6,15 @@ find_package(Qt6 ${QT_MIN_VER} CONFIG COMPONENTS Widgets 
Concurrent Multimedia M
  if(WIN32)
        target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::Concurrent Qt6::Multimedia Qt6::MultimediaWidgets Qt6::Svg Qt6::SvgWidgets)
  else()
 -      find_package(Qt6 ${QT_MIN_VER} COMPONENTS DBus Gui)
-+      find_package(Qt6 ${QT_MIN_VER} COMPONENTS DBus GuiPrivate)
++      set(QT_NO_PRIVATE_MODULE_WARNING ON)
++      find_package(Qt6 ${QT_MIN_VER} COMPONENTS DBus Gui GuiPrivate)
        if(Qt6DBus_FOUND)
--              target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::DBus Qt6::Concurrent Qt6::Multimedia Qt6::MultimediaWidgets Qt6::Svg 
Qt6::SvgWidgets)
-+              target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::DBus Qt6::Concurrent Qt6::GuiPrivate Qt6::Multimedia 
Qt6::MultimediaWidgets Qt6::Svg Qt6::SvgWidgets)
+               target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::DBus Qt6::Concurrent Qt6::Multimedia Qt6::MultimediaWidgets Qt6::Svg 
Qt6::SvgWidgets)
                target_compile_definitions(3rdparty_qt6 INTERFACE -DHAVE_QTDBUS)
        else()
--              target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::Concurrent Qt6::Multimedia Qt6::MultimediaWidgets Qt6::Svg Qt6::SvgWidgets)
-+              target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::Concurrent Qt6::GuiPrivate Qt6::Multimedia Qt6::MultimediaWidgets Qt6::Svg 
Qt6::SvgWidgets)
+               target_link_libraries(3rdparty_qt6 INTERFACE Qt6::Widgets 
Qt6::Concurrent Qt6::Multimedia Qt6::MultimediaWidgets Qt6::Svg Qt6::SvgWidgets)
        endif()
-       target_include_directories(3rdparty_qt6 INTERFACE 
${Qt6Gui_PRIVATE_INCLUDE_DIRS})
+-      target_include_directories(3rdparty_qt6 INTERFACE 
${Qt6Gui_PRIVATE_INCLUDE_DIRS})
++      target_link_libraries(3rdparty_qt6 INTERFACE Qt6::GuiPrivate)
  endif()
+ 
+ if(Qt6Widgets_FOUND)
 

Reply via email to