Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktextaddons for openSUSE:Factory checked in at 2025-04-07 17:35:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktextaddons (Old) and /work/SRC/openSUSE:Factory/.ktextaddons.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktextaddons" Mon Apr 7 17:35:50 2025 rev:6 rq:1266803 version:1.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ktextaddons/ktextaddons.changes 2024-05-21 18:33:28.163888720 +0200 +++ /work/SRC/openSUSE:Factory/.ktextaddons.new.1907/ktextaddons.changes 2025-04-07 17:36:04.839477168 +0200 @@ -1,0 +2,6 @@ +Thu Apr 3 08:14:56 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Add build fix for Qt 6.9: + * 0001-Add-missing-include.patch + +------------------------------------------------------------------- New: ---- 0001-Add-missing-include.patch BETA DEBUG BEGIN: New:- Add build fix for Qt 6.9: * 0001-Add-missing-include.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktextaddons.spec ++++++ --- /var/tmp/diff_new_pack.OThlZp/_old 2025-04-07 17:36:05.291496074 +0200 +++ /var/tmp/diff_new_pack.OThlZp/_new 2025-04-07 17:36:05.291496074 +0200 @@ -31,6 +31,8 @@ Source1: https://download.kde.org/stable/ktextaddons/%{name}-%{version}.tar.xz.sig Source2: ktextaddons.keyring %endif +# PATCH-FIX-UPSTREAM +Patch0: 0001-Add-missing-include.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ 0001-Add-missing-include.patch ++++++ >From fdbb082aaa0125d60fdf819c9cb95c40bdb98800 Mon Sep 17 00:00:00 2001 From: Nicolas Fella <nicolas.fe...@gmx.de> Date: Fri, 3 Jan 2025 16:00:02 +0100 Subject: [PATCH] Add missing include --- texttranslator/translator/plugins/google/googleengineplugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/texttranslator/translator/plugins/google/googleengineplugin.cpp b/texttranslator/translator/plugins/google/googleengineplugin.cpp index 4cddf167..80a0f279 100644 --- a/texttranslator/translator/plugins/google/googleengineplugin.cpp +++ b/texttranslator/translator/plugins/google/googleengineplugin.cpp @@ -14,6 +14,7 @@ using namespace Qt::Literals::StringLiterals; #include <QNetworkAccessManager> #include <QNetworkReply> #include <QNetworkRequest> +#include <QRegularExpression> #include <QUrlQuery> #include <TextTranslator/TranslatorEngineAccessManager> -- 2.49.0