Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2026-04-17 21:48:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and      /work/SRC/openSUSE:Factory/.pimcommon.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pimcommon"

Fri Apr 17 21:48:42 2026 rev:124 rq:1347566 version:26.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes      2026-03-07 
20:05:44.885485238 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.11940/pimcommon.changes   
2026-04-17 21:50:05.491089470 +0200
@@ -1,0 +2,25 @@
+Sat Apr 11 16:14:50 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:11:01 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.90
+  * New feature release
+- Changes since 26.03.80:
+  * Drop unused kitemviews dependency
+
+-------------------------------------------------------------------
+Sat Mar 14 09:10:08 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.03.80
+  * New feature release
+- Too many changes since 25.12.3, only listing bugfixes:
+  * Fix bug 514511: Use addresses indexed from emails for autocompletion 
refuses to stop harvesting addresses regardless of check box setting 
(kde#514511)
+
+-------------------------------------------------------------------

Old:
----
  pimcommon-25.12.3.tar.xz
  pimcommon-25.12.3.tar.xz.sig

New:
----
  pimcommon-26.04.0.tar.xz
  pimcommon-26.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ pimcommon.spec ++++++
--- /var/tmp/diff_new_pack.Gpxi3k/_old  2026-04-17 21:50:06.143116342 +0200
+++ /var/tmp/diff_new_pack.Gpxi3k/_new  2026-04-17 21:50:06.147116508 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pimcommon
 #
-# 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:           pimcommon
-Version:        25.12.3
+Version:        26.04.0
 Release:        0
 Summary:        Base package of KDE PIM PimCommon library
 License:        GPL-2.0-only AND 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:  fdupes
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 # For xsltproc
@@ -50,9 +50,9 @@
 BuildRequires:  cmake(KF6NewStuff) >= %{kf6_version}
 BuildRequires:  cmake(KF6Purpose) >= %{kf6_version}
 BuildRequires:  cmake(KF6Service) >= %{kf6_version}
-BuildRequires:  cmake(KF6TextAddonsWidgets)
-BuildRequires:  cmake(KF6TextAutoCorrectionWidgets)
-BuildRequires:  cmake(KF6TextCustomEditor)
+BuildRequires:  cmake(KF6TextAddonsWidgets) >= %{ktextaddons_version}
+BuildRequires:  cmake(KF6TextAutoCorrectionWidgets) >= %{ktextaddons_version}
+BuildRequires:  cmake(KF6TextCustomEditor) >= %{ktextaddons_version}
 BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
 BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
@@ -65,7 +65,6 @@
 BuildRequires:  cmake(PlasmaActivities)
 BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
-BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 BuildRequires:  cmake(Qt6UiPlugin) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Xml) >= %{qt6_version}
@@ -82,8 +81,8 @@
 Requires:       cmake(KF6Config) >= %{kf6_version}
 Requires:       cmake(KF6Contacts) >= %{kf6_version}
 Requires:       cmake(KF6KIO) >= %{kf6_version}
-Requires:       cmake(KF6TextAutoCorrectionWidgets)
-Requires:       cmake(KF6TextCustomEditor)
+Requires:       cmake(KF6TextAutoCorrectionWidgets) >= %{ktextaddons_version}
+Requires:       cmake(KF6TextCustomEditor) >= %{ktextaddons_version}
 Requires:       cmake(KPim6Akonadi) >= %{kpim6_version}
 Requires:       cmake(KPim6AkonadiContactWidgets) >= %{kpim6_version}
 Requires:       cmake(KPim6IMAP) >= %{kpim6_version}
@@ -122,7 +121,7 @@
 %autosetup -p1
 
 %build
-%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
+%cmake_kf6
 
 %kf6_build
 
@@ -149,7 +148,6 @@
 %{_kf6_libdir}/libKPim6PimCommonAkonadi.so.*
 
 %files devel
-%doc %{_kf6_qchdir}/KPim6PimCommon*.*
 %{_includedir}/KPim6/PimCommon/
 %{_includedir}/KPim6/PimCommonActivities/
 %{_includedir}/KPim6/PimCommonAkonadi/


++++++ pimcommon-25.12.3.tar.xz -> pimcommon-26.04.0.tar.xz ++++++
++++ 51575 lines of diff (skipped)

Reply via email to