Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kontactinterface for
openSUSE:Factory checked in at 2025-05-09 18:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontactinterface (Old)
and /work/SRC/openSUSE:Factory/.kontactinterface.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kontactinterface"
Fri May 9 18:44:13 2025 rev:115 rq:1275806 version:25.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2025-04-20 19:59:54.084747082 +0200
+++
/work/SRC/openSUSE:Factory/.kontactinterface.new.30101/kontactinterface.changes
2025-05-09 18:44:50.948770360 +0200
@@ -1,0 +2,10 @@
+Wed May 7 21:00:25 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/25.04.1/
+- Changes since 25.04.0:
+ * Find Qt6Gui before using Qt6Gui_VERSION
+
+-------------------------------------------------------------------
Old:
----
kontactinterface-25.04.0.tar.xz
kontactinterface-25.04.0.tar.xz.sig
New:
----
kontactinterface-25.04.1.tar.xz
kontactinterface-25.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kontactinterface.spec ++++++
--- /var/tmp/diff_new_pack.BKVcyh/_old 2025-05-09 18:44:51.504793610 +0200
+++ /var/tmp/diff_new_pack.BKVcyh/_new 2025-05-09 18:44:51.508793777 +0200
@@ -21,7 +21,7 @@
%bcond_without released
Name: kontactinterface
-Version: 25.04.0
+Version: 25.04.1
Release: 0
Summary: KDE PIM Libraries: Interface to Contacts
License: LGPL-2.1-or-later
++++++ kontactinterface-25.04.0.tar.xz -> kontactinterface-25.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-25.04.0/CMakeLists.txt
new/kontactinterface-25.04.1/CMakeLists.txt
--- old/kontactinterface-25.04.0/CMakeLists.txt 2025-03-28 20:13:13.000000000
+0100
+++ new/kontactinterface-25.04.1/CMakeLists.txt 2025-04-21 00:58:01.000000000
+0200
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.4.0")
+set(PIM_VERSION "6.4.1")
project(KontactInterface VERSION ${PIM_VERSION})
@@ -62,6 +62,7 @@
PACKAGE_SETUP_AUTOMOC_VARIABLES
)
+find_package(Qt6Gui ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
find_package(Qt6DBus ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)