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 2023-08-31 13:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Thu Aug 31 13:45:15 2023 rev:81 rq:1105806 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2023-07-07 15:52:21.201994895 +0200 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.1766/mbox-importer.changes 2023-08-31 13:50:33.126590260 +0200 @@ -1,0 +2,24 @@ +Sun Aug 20 14:00:20 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- No code change since 23.07.90 + +------------------------------------------------------------------- +Mon Aug 14 08:03:37 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +------------------------------------------------------------------- +Tue Aug 1 10:14:33 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Remove CI 6 job. We will use kf6 branch for kf6 works + +------------------------------------------------------------------- Old: ---- mbox-importer-23.04.3.tar.xz mbox-importer-23.04.3.tar.xz.sig New: ---- mbox-importer-23.08.0.tar.xz mbox-importer-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.PKjKGl/_old 2023-08-31 13:50:34.242630150 +0200 +++ /var/tmp/diff_new_pack.PKjKGl/_new 2023-08-31 13:50:34.246630293 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: mbox-importer -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -36,11 +36,11 @@ BuildRequires: cmake(KPim5Akonadi) BuildRequires: cmake(KPim5MailCommon) BuildRequires: cmake(KPim5MailImporter) -BuildRequires: cmake(KF5PimCommon) +BuildRequires: cmake(KPim5PimCommon) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) # It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 %description This package contains a tool that can be used to import mbox archives ++++++ mbox-importer-23.04.3.tar.xz -> mbox-importer-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/.gitignore new/mbox-importer-23.08.0/.gitignore --- old/mbox-importer-23.04.3/.gitignore 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/.gitignore 2023-08-13 09:04:37.000000000 +0200 @@ -26,3 +26,4 @@ .idea /cmake-build* .cache +Testing/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/.gitlab-ci.yml new/mbox-importer-23.08.0/.gitlab-ci.yml --- old/mbox-importer-23.04.3/.gitlab-ci.yml 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/.gitlab-ci.yml 2023-08-13 09:04:37.000000000 +0200 @@ -4,4 +4,3 @@ include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/.kde-ci.yml new/mbox-importer-23.08.0/.kde-ci.yml --- old/mbox-importer-23.04.3/.kde-ci.yml 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/.kde-ci.yml 2023-08-13 09:04:37.000000000 +0200 @@ -10,13 +10,5 @@ 'pim/mailimporter' : '@same' 'pim/pimcommon' : '@same' -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] - 'require': - 'frameworks/extra-cmake-modules': '@latest-kf6' - 'pim/akonadi' : '@latest-kf6' - 'pim/mailcommon' : '@latest-kf6' - 'pim/mailimporter' : '@latest-kf6' - 'pim/pimcommon' : '@latest-kf6' - Options: require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/CMakeLists.txt new/mbox-importer-23.08.0/CMakeLists.txt --- old/mbox-importer-23.04.3/CMakeLists.txt 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/CMakeLists.txt 2023-08-13 09:04:37.000000000 +0200 @@ -1,8 +1,8 @@ -set(PIM_VERSION "5.23.3") +set(PIM_VERSION "5.24.0") cmake_minimum_required(VERSION 3.16 FATAL_ERROR) project(mbox-importer VERSION ${PIM_VERSION}) -set(KF_MIN_VERSION "5.103.0") +set(KF_MIN_VERSION "5.105.0") find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -31,8 +31,8 @@ # Do NOT add quote -set(KDEPIM_DEV_VERSION ) -set(RELEASE_SERVICE_VERSION "23.04.3") +set(KDEPIM_DEV_VERSION) +set(RELEASE_SERVICE_VERSION "23.08.0") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") @@ -40,7 +40,7 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(AKONADI_VERSION "5.23.3") +set(AKONADI_VERSION "5.24.0") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") @@ -54,10 +54,10 @@ set(KF_MAJOR_VERSION "5") endif() find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets) -set(LIBMAILIMPORTER_VERSION "5.23.3") -set(MAILCOMMON_LIB_VERSION "5.23.3") -set(PIMCOMMON_LIB_VERSION "5.23.3") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.3") +set(LIBMAILIMPORTER_VERSION "5.24.0") +set(MAILCOMMON_LIB_VERSION "5.24.0") +set(PIMCOMMON_LIB_VERSION "5.24.0") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.0") # Find KF5 package find_package(KF${KF_MAJOR_VERSION}Config ${KF_MIN_VERSION} CONFIG REQUIRED) @@ -71,12 +71,12 @@ find_package(KPim${KF_MAJOR_VERSION}MailCommon ${MAILCOMMON_LIB_VERSION} CONFIG REQUIRED) find_package(KPim${KF_MAJOR_VERSION}MailImporterAkonadi ${LIBMAILIMPORTER_VERSION} CONFIG REQUIRED) -find_package(KF5PimCommonAkonadi ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED) +find_package(KPim${KF_MAJOR_VERSION}PimCommonAkonadi ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED) find_package(KPim${KF_MAJOR_VERSION}IdentityManagement ${IDENTITYMANAGEMENT_LIB_VERSION} CONFIG REQUIRED) include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR}) -ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.104.0) +ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.105.0) option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile time)" OFF) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/CMakePresets.json new/mbox-importer-23.08.0/CMakePresets.json --- old/mbox-importer-23.04.3/CMakePresets.json 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/CMakePresets.json 2023-08-13 09:04:37.000000000 +0200 @@ -41,6 +41,31 @@ ] }, { + "name": "dev-qch", + "displayName": "Build as debug", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", + "BUILD_QCH": "ON" + }, + "inherits": [ + "base" + ] + }, + { + "name": "dev-qt6-qch", + "displayName": "Build as debug", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", + "BUILD_QCH": "ON" + }, + "inherits": [ + "base-qt6" + ] + }, + + { "name": "dev-qt6", "displayName": "Build against qt6", "binaryDir": "${sourceDir}/build-qt6", @@ -158,11 +183,19 @@ "name": "dev-mold", "configurePreset": "dev-mold" }, + { + "name": "dev-qch", + "configurePreset": "dev-qch" + }, { "name": "dev-qt6", "configurePreset": "dev-qt6" }, { + "name": "dev-qt6-qch", + "configurePreset": "dev-qt6-qch" + }, + { "name": "dev-clang", "configurePreset": "dev-clang" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/po/zh_CN/mboximporter.po new/mbox-importer-23.08.0/po/zh_CN/mboximporter.po --- old/mbox-importer-23.04.3/po/zh_CN/mboximporter.po 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/po/zh_CN/mboximporter.po 2023-08-13 09:04:37.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-03 00:45+0000\n" -"PO-Revision-Date: 2023-07-03 11:41\n" +"PO-Revision-Date: 2023-08-02 12:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-23.04.3/src/org.kde.mboximporter.desktop new/mbox-importer-23.08.0/src/org.kde.mboximporter.desktop --- old/mbox-importer-23.04.3/src/org.kde.mboximporter.desktop 2023-07-04 07:20:00.000000000 +0200 +++ new/mbox-importer-23.08.0/src/org.kde.mboximporter.desktop 2023-08-13 09:04:37.000000000 +0200 @@ -10,6 +10,7 @@ Name[de]=MBoxImporter Name[el]=MBoxImporter Name[en_GB]=MBoxImporter +Name[eo]=MBoxImporter Name[es]=MBoxImporter Name[et]=MBoxImporter Name[eu]=MBoxImportatzailea