Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package akonadi-contacts for
openSUSE:Factory checked in at 2026-05-11 16:48:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contacts (Old)
and /work/SRC/openSUSE:Factory/.akonadi-contacts.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-contacts"
Mon May 11 16:48:49 2026 rev:29 rq:1351553 version:26.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contacts/akonadi-contacts.changes
2026-04-17 21:46:59.487426660 +0200
+++
/work/SRC/openSUSE:Factory/.akonadi-contacts.new.1966/akonadi-contacts.changes
2026-05-11 16:48:55.603956958 +0200
@@ -1,0 +2,10 @@
+Thu May 7 08:02:06 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/26.04.1/
+- Changes since 26.04.0:
+ * Adapt to KMime having moved to Frameworks
+
+-------------------------------------------------------------------
Old:
----
akonadi-contacts-26.04.0.tar.xz
akonadi-contacts-26.04.0.tar.xz.sig
New:
----
akonadi-contacts-26.04.1.tar.xz
akonadi-contacts-26.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ akonadi-contacts.spec ++++++
--- /var/tmp/diff_new_pack.N4uDPn/_old 2026-05-11 16:48:56.115978028 +0200
+++ /var/tmp/diff_new_pack.N4uDPn/_new 2026-05-11 16:48:56.115978028 +0200
@@ -18,12 +18,12 @@
%define kf6_version 6.19.0
%define qt6_version 6.9.0
-%define kpim6_version 6.7.0
+%define kpim6_version 6.7.1
%define ktextaddons_version 2.0.0
%bcond_without released
Name: akonadi-contacts
-Version: 26.04.0
+Version: 26.04.1
Release: 0
Summary: KDE PIM Libraries for Akonadi Contacts
License: LGPL-2.1-or-later
++++++ akonadi-contacts-26.04.0.tar.xz -> akonadi-contacts-26.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/akonadi-contacts-26.04.0/CMakeLists.txt
new/akonadi-contacts-26.04.1/CMakeLists.txt
--- old/akonadi-contacts-26.04.0/CMakeLists.txt 2026-04-08 05:43:54.000000000
+0200
+++ new/akonadi-contacts-26.04.1/CMakeLists.txt 2026-04-28 04:56:59.000000000
+0200
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.27)
-set(PIM_VERSION "6.7.0")
+set(PIM_VERSION "6.7.1")
project(Akonadi-Contact VERSION ${PIM_VERSION})
@@ -98,9 +98,9 @@
include(ECMGenerateQDoc)
set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KMIMELIB_VERSION "6.7.0")
-set(AKONADI_VERSION "6.7.0")
-set(GRANTLEETHEME_LIB_VERSION "6.7.0")
+set(KMIMELIB_VERSION "6.7.1")
+set(AKONADI_VERSION "6.7.1")
+set(GRANTLEETHEME_LIB_VERSION "6.7.1")
set(KTEXTADDONS_MIN_VERSION "2.0.0")
set(QT_REQUIRED_VERSION "6.9.0")