Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruqola for openSUSE:Factory checked in at 2023-03-28 17:49:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruqola (Old) and /work/SRC/openSUSE:Factory/.ruqola.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruqola" Tue Mar 28 17:49:12 2023 rev:14 rq:1074774 version:1.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ruqola/ruqola.changes 2023-02-08 17:20:56.510134214 +0100 +++ /work/SRC/openSUSE:Factory/.ruqola.new.31432/ruqola.changes 2023-03-28 17:49:20.178966459 +0200 @@ -1,0 +2,6 @@ +Tue Mar 14 14:50:34 UTC 2023 - Marcel Kuehlhorn <tu...@opensuse.org> + +- Add allow_build_without_deprecated_method.patch + Backport upstream fix for Qt 6.4 build failure + +------------------------------------------------------------------- New: ---- allow_build_without_deprecated_method.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruqola.spec ++++++ --- /var/tmp/diff_new_pack.1rDN5M/_old 2023-03-28 17:49:20.654968755 +0200 +++ /var/tmp/diff_new_pack.1rDN5M/_new 2023-03-28 17:49:20.658968775 +0200 @@ -29,6 +29,8 @@ Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring %endif +# PATCH-FIX-UPSTREAM: Fix build error with Qt 6.4 +Patch0: allow_build_without_deprecated_method.patch BuildRequires: update-desktop-files BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5CoreAddons) ++++++ allow_build_without_deprecated_method.patch ++++++ >From 47d9c358003d587f2fb049df9124c6aa04a5673e Mon Sep 17 00:00:00 2001 From: Laurent Montel <mon...@kde.org> Date: Mon, 30 Jan 2023 13:17:45 +0100 Subject: [PATCH] Allow to build without deprecated method (Qt 6.4) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 837a167a2..7d6f7f856 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,8 +155,8 @@ set_package_properties(KF5NetworkManager include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ecm_set_disabled_deprecation_versions(QT 5.15.2 - KF 6.0.0 +ecm_set_disabled_deprecation_versions(QT 6.4 + KF 5.102.0 ) if (OPTION_BUILD_PYTHON_BINDINGS) remove_definitions(-DQT_STRICT_ITERATORS) -- GitLab