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-04-17 21:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contacts (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-contacts.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-contacts"

Fri Apr 17 21:46:55 2026 rev:28 rq:1347338 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contacts/akonadi-contacts.changes        
2026-03-07 20:01:14.718333505 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contacts.new.11940/akonadi-contacts.changes 
    2026-04-17 21:46:59.487426660 +0200
@@ -1,0 +2,45 @@
+Sat Apr 11 16:13:13 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.0/
+- No code change since 26.03.90
+
+-------------------------------------------------------------------
+Mon Mar 30 12:09:51 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.90
+  * New feature release
+- No code change since 26.03.80
+
+-------------------------------------------------------------------
+Sat Mar 14 09:08:59 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Changes since 25.12.3:
+  * Use [[maybe_unused]]
+  * Add akonadi-contacts-widgets
+  * Add qdoc support
+  * Prepare doc support
+  * Add option for defining: Warnings are errors
+  * cmake_minimum_required: drop outdated FATAL_ERROR.
+  * It seems on windows we need to export it
+  * don't export class when it's not necessary
+  * Add private export include
+  * Prepare doc support
+  * Prepare doc support
+  * Fix shadow variables warning
+  * Add -Wshadow for clang-based builds
+  * Fix ktextaddons dep
+  * Make sure that we don't add deprecated code
+  * Increase ktextaddons version
+  * Adapt to renaming of (now) FetchCollectionsMerged in akonadi
+  * Add default ClangBuildAnalyzer.ini (testing compile time)
+  * Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from 
cmakepreset
+  * Port to QLineEdit
+  * Use QLineEdit here too
+  * Use same ktextaddons version
+
+-------------------------------------------------------------------

Old:
----
  akonadi-contacts-25.12.3.tar.xz
  akonadi-contacts-25.12.3.tar.xz.sig

New:
----
  akonadi-contacts-26.04.0.tar.xz
  akonadi-contacts-26.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-contacts.spec ++++++
--- /var/tmp/diff_new_pack.6HOSwt/_old  2026-04-17 21:47:00.899484728 +0200
+++ /var/tmp/diff_new_pack.6HOSwt/_new  2026-04-17 21:47:00.899484728 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-contacts
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,12 @@
 
 %define kf6_version 6.19.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.6.3
+%define kpim6_version 6.7.0
+%define ktextaddons_version 2.0.0
 
 %bcond_without released
 Name:           akonadi-contacts
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        KDE PIM Libraries for Akonadi Contacts
 License:        LGPL-2.1-or-later
@@ -32,7 +33,6 @@
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  doxygen
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  cmake(KF6Codecs) >= %{kf6_version}
 BuildRequires:  cmake(KF6Completion) >= %{kf6_version}
@@ -44,8 +44,8 @@
 BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
 BuildRequires:  cmake(KF6Prison) >= %{kf6_version}
 BuildRequires:  cmake(KF6Service) >= %{kf6_version}
-BuildRequires:  cmake(KF6TextUtils)
-BuildRequires:  cmake(KF6TextTemplate)
+BuildRequires:  cmake(KF6TextUtils) >= %{ktextaddons_version}
+BuildRequires:  cmake(KF6TextTemplate) >= %{ktextaddons_version}
 BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
 BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
@@ -53,7 +53,6 @@
 BuildRequires:  cmake(KPim6GrantleeTheme) >= %{kpim6_version}
 BuildRequires:  cmake(KPim6Mime) >= %{kpim6_version}
 BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
-BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 Provides:       akonadi-contact = %{version}
 Obsoletes:      akonadi-contact < %{version}
@@ -116,7 +115,7 @@
 %autosetup -p1
 
 %build
-%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
+%cmake_kf6
 
 %kf6_build
 
@@ -150,7 +149,6 @@
 
%{_kf6_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
 
 %files devel
-%doc %{_kf6_qchdir}/KPim6AkonadiContact*.*
 %{_includedir}/KPim6/AkonadiContactCore/
 %{_includedir}/KPim6/AkonadiContactWidgets/
 %{_kf6_cmakedir}/KPim6AkonadiContactCore/

++++++ akonadi-contacts-25.12.3.tar.xz -> akonadi-contacts-26.04.0.tar.xz ++++++
++++ 19605 lines of diff (skipped)

Reply via email to