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 2024-07-05 19:49:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Fri Jul 5 19:49:49 2024 rev:91 rq:1185662 version:24.05.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2024-06-14 19:05:06.354131045 +0200 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.2080/mbox-importer.changes 2024-07-05 19:56:31.398023420 +0200 @@ -1,0 +2,9 @@ +Tue Jul 2 13:55:10 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.05.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.05.2/ +- No code change since 24.05.1 + +------------------------------------------------------------------- Old: ---- mbox-importer-24.05.1.tar.xz mbox-importer-24.05.1.tar.xz.sig New: ---- mbox-importer-24.05.2.tar.xz mbox-importer-24.05.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.VmKo2N/_old 2024-07-05 19:56:31.858040228 +0200 +++ /var/tmp/diff_new_pack.VmKo2N/_new 2024-07-05 19:56:31.858040228 +0200 @@ -18,11 +18,11 @@ %define kf6_version 6.0.0 %define qt6_version 6.6.0 -%define kpim6_version 6.1.1 +%define kpim6_version 6.1.2 %bcond_without released Name: mbox-importer -Version: 24.05.1 +Version: 24.05.2 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ mbox-importer-24.05.1.tar.xz -> mbox-importer-24.05.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-24.05.1/CMakeLists.txt new/mbox-importer-24.05.2/CMakeLists.txt --- old/mbox-importer-24.05.1/CMakeLists.txt 2024-06-10 05:39:30.000000000 +0200 +++ new/mbox-importer-24.05.2/CMakeLists.txt 2024-06-15 17:27:31.000000000 +0200 @@ -1,4 +1,4 @@ -set(PIM_VERSION "6.1.1") +set(PIM_VERSION "6.1.2") cmake_minimum_required(VERSION 3.16 FATAL_ERROR) project(mbox-importer VERSION ${PIM_VERSION}) @@ -33,7 +33,7 @@ # Do NOT add quote set(KDEPIM_DEV_VERSION) -set(RELEASE_SERVICE_VERSION "24.05.1") +set(RELEASE_SERVICE_VERSION "24.05.2") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") @@ -41,15 +41,15 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(AKONADI_VERSION "6.1.1") +set(AKONADI_VERSION "6.1.2") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "6") find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets) -set(LIBMAILIMPORTER_VERSION "6.1.1") -set(MAILCOMMON_LIB_VERSION "6.1.1") -set(IDENTITYMANAGEMENT_LIB_VERSION "6.1.1") +set(LIBMAILIMPORTER_VERSION "6.1.2") +set(MAILCOMMON_LIB_VERSION "6.1.2") +set(IDENTITYMANAGEMENT_LIB_VERSION "6.1.2") # Find KF6 package find_package(KF6Config ${KF_MIN_VERSION} CONFIG REQUIRED)