Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdeconnect-kde for openSUSE:Factory 
checked in at 2025-04-09 05:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdeconnect-kde (Old)
 and      /work/SRC/openSUSE:Factory/.kdeconnect-kde.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdeconnect-kde"

Wed Apr  9 05:42:31 2025 rev:89 rq:1267960 version:24.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdeconnect-kde/kdeconnect-kde.changes    
2025-03-07 16:46:39.356670258 +0100
+++ /work/SRC/openSUSE:Factory/.kdeconnect-kde.new.1907/kdeconnect-kde.changes  
2025-04-09 05:42:32.936640159 +0200
@@ -1,0 +2,6 @@
+Tue Apr  8 15:56:51 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Add patch to fix build against Qt 6.9:
+  * 0001-Add-missing-include.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Add-missing-include.patch

BETA DEBUG BEGIN:
  New:- Add patch to fix build against Qt 6.9:
  * 0001-Add-missing-include.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ kdeconnect-kde.spec ++++++
--- /var/tmp/diff_new_pack.RaodyJ/_old  2025-04-09 05:42:34.296696656 +0200
+++ /var/tmp/diff_new_pack.RaodyJ/_new  2025-04-09 05:42:34.304696989 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeconnect-kde
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Source2:        applications.keyring
 %endif
 Source100:      kdeconnect-kde.SuSEfirewall
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-Add-missing-include.patch
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  pkgconfig
 BuildRequires:  qt6-gui-private-devel >= %{qt6_version}

++++++ 0001-Add-missing-include.patch ++++++
>From 2ce6fc4617ffc4fdd3216acef5e99437d1e65340 Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fe...@gmx.de>
Date: Mon, 20 Jan 2025 21:41:50 +0100
Subject: [PATCH] Add missing include

(cherry picked from commit 120a089ed8a45176289b8f1addf044817b13aa7b)
---
 core/backends/lan/mdns_wrapper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/backends/lan/mdns_wrapper.h b/core/backends/lan/mdns_wrapper.h
index d044ca5ed..1878f7a27 100644
--- a/core/backends/lan/mdns_wrapper.h
+++ b/core/backends/lan/mdns_wrapper.h
@@ -7,6 +7,7 @@
 #ifndef KDECONNECT_MDNS_WRAPPER_H
 #define KDECONNECT_MDNS_WRAPPER_H
 
+#include <QHash>
 #include <QHostAddress>
 #include <QMap>
 #include <QSocketNotifier>
-- 
2.49.0

Reply via email to