Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mbox-importer for openSUSE:Factory checked in at 2026-05-11 16:55:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Mon May 11 16:55:10 2026 rev:113 rq:1351764 version:26.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2026-04-17 21:55:46.805167687 +0200 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.1966/mbox-importer.changes 2026-05-11 17:04:49.871302938 +0200 @@ -1,0 +2,9 @@ +Thu May 7 08:03:31 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/ +- No code change since 26.04.0 + +------------------------------------------------------------------- Old: ---- mbox-importer-26.04.0.tar.xz mbox-importer-26.04.0.tar.xz.sig New: ---- mbox-importer-26.04.1.tar.xz mbox-importer-26.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.m6T6Dl/_old 2026-05-11 17:04:50.571331781 +0200 +++ /var/tmp/diff_new_pack.m6T6Dl/_new 2026-05-11 17:04:50.575331946 +0200 @@ -18,11 +18,11 @@ %define kf6_version 6.19.0 %define qt6_version 6.9.0 -%define kpim6_version 6.7.0 +%define kpim6_version 6.7.1 %bcond_without released Name: mbox-importer -Version: 26.04.0 +Version: 26.04.1 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ mbox-importer-26.04.0.tar.xz -> mbox-importer-26.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-26.04.0/CMakeLists.txt new/mbox-importer-26.04.1/CMakeLists.txt --- old/mbox-importer-26.04.0/CMakeLists.txt 2026-04-08 05:47:30.000000000 +0200 +++ new/mbox-importer-26.04.1/CMakeLists.txt 2026-04-28 05:11:19.000000000 +0200 @@ -1,4 +1,4 @@ -set(PIM_VERSION "6.7.0") +set(PIM_VERSION "6.7.1") cmake_minimum_required(VERSION 3.27) project(mbox-importer VERSION ${PIM_VERSION}) @@ -88,7 +88,7 @@ # Do NOT add quote set(KDEPIM_DEV_VERSION) -set(RELEASE_SERVICE_VERSION "26.04.0") +set(RELEASE_SERVICE_VERSION "26.04.1") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") @@ -96,7 +96,7 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(AKONADI_VERSION "6.7.0") +set(AKONADI_VERSION "6.7.1") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "6") @@ -109,9 +109,9 @@ Gui Widgets ) -set(LIBMAILIMPORTER_VERSION "6.7.0") -set(MAILCOMMON_LIB_VERSION "6.7.0") -set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.0") +set(LIBMAILIMPORTER_VERSION "6.7.1") +set(MAILCOMMON_LIB_VERSION "6.7.1") +set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.1") # Find KF6 package find_package(KF6Config ${KF_MIN_VERSION} CONFIG REQUIRED)
