Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qbittorrent for openSUSE:Factory checked in at 2025-05-26 18:34:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old) and /work/SRC/openSUSE:Factory/.qbittorrent.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent" Mon May 26 18:34:43 2025 rev:130 rq:1279647 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes 2025-04-28 16:17:37.924416837 +0200 +++ /work/SRC/openSUSE:Factory/.qbittorrent.new.2732/qbittorrent.changes 2025-05-26 18:36:22.137524916 +0200 @@ -1,0 +2,5 @@ +Fri May 23 16:43:05 UTC 2025 - Luigi Baldoni <aloi...@gmx.com> + +- Add qbittorrent-Qt610.patch to fix build with Qt 6.10 + +------------------------------------------------------------------- New: ---- qbittorrent-Qt610.patch BETA DEBUG BEGIN: New: - Add qbittorrent-Qt610.patch to fix build with Qt 6.10 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbittorrent.spec ++++++ --- /var/tmp/diff_new_pack.x0uEvX/_old 2025-05-26 18:36:22.817553443 +0200 +++ /var/tmp/diff_new_pack.x0uEvX/_new 2025-05-26 18:36:22.817553443 +0200 @@ -38,6 +38,8 @@ Patch2: qbittorrent-fix_boost_1.75_build.patch # PATCH-FIX-OPENSUSE qbittorrent-altpython.patch force newer python for the plugins -- aloi...@gmx.com Patch3: qbittorrent-altpython.patch +# PATCH-FIX-OPENSUSE qbittorrent-Qt610.patch +Patch4: qbittorrent-Qt610.patch BuildRequires: cmake >= 3.16 BuildRequires: fdupes BuildRequires: hicolor-icon-theme ++++++ qbittorrent-Qt610.patch ++++++ diff --git a/cmake/Modules/CheckPackages.cmake b/cmake/Modules/CheckPackages.cmake index 6c85b8d11..b24f0e9ca 100644 --- a/cmake/Modules/CheckPackages.cmake +++ b/cmake/Modules/CheckPackages.cmake @@ -54,3 +54,6 @@ if (DBUS) PURPOSE "Required by the DBUS feature" ) endif() +if(Qt6Core_VERSION VERSION_GREATER_EQUAL 6.10) + find_package(Qt6 ${minQt6Version} REQUIRED COMPONENTS CorePrivate) +endif()