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-04-23 22:47:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Sun Apr 23 22:47:09 2023 rev:77 rq:1080728 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2023-03-03 22:30:44.559861212 +0100 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.1533/mbox-importer.changes 2023-04-23 22:50:16.563664926 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:38 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:42:42 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:44:29 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- mbox-importer-22.12.3.tar.xz mbox-importer-22.12.3.tar.xz.sig New: ---- mbox-importer-23.04.0.tar.xz mbox-importer-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.8IV3l3/_old 2023-04-23 22:50:17.059667729 +0200 +++ /var/tmp/diff_new_pack.8IV3l3/_new 2023-04-23 22:50:17.063667751 +0200 @@ -16,11 +16,9 @@ # -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: mbox-importer -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -31,18 +29,18 @@ Source2: applications.keyring %endif BuildRequires: extra-cmake-modules -BuildRequires: cmake(KF5Akonadi) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5KIO) -BuildRequires: cmake(KF5MailCommon) -BuildRequires: cmake(KF5MailImporter) -BuildRequires: cmake(KF5PimCommon) BuildRequires: cmake(KF5Service) +BuildRequires: cmake(KPim5Akonadi) +BuildRequires: cmake(KPim5MailCommon) +BuildRequires: cmake(KPim5MailImporter) +BuildRequires: cmake(KF5PimCommon) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) # It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 %description This package contains a tool that can be used to import mbox archives ++++++ mbox-importer-22.12.3.tar.xz -> mbox-importer-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/.gitlab-ci.yml new/mbox-importer-23.04.0/.gitlab-ci.yml --- old/mbox-importer-22.12.3/.gitlab-ci.yml 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/.gitlab-ci.yml 2023-04-11 06:39:14.000000000 +0200 @@ -1,6 +1,7 @@ -# SPDX-FileCopyrightText: 2020-2022 Laurent Montel <mon...@kde.org> +# SPDX-FileCopyrightText: 2020-2023 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: CC0-1.0 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-22.12.3/.kde-ci.yml new/mbox-importer-23.04.0/.kde-ci.yml --- old/mbox-importer-22.12.3/.kde-ci.yml 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/.kde-ci.yml 2023-04-11 06:39:14.000000000 +0200 @@ -2,12 +2,21 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] +- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5'] 'require': 'frameworks/extra-cmake-modules': '@latest' 'pim/akonadi' : '@same' 'pim/mailcommon' : '@same' '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-22.12.3/CMakeLists.txt new/mbox-importer-23.04.0/CMakeLists.txt --- old/mbox-importer-22.12.3/CMakeLists.txt 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/CMakeLists.txt 2023-04-11 06:39:14.000000000 +0200 @@ -1,10 +1,10 @@ -set(PIM_VERSION "5.22.3") +set(PIM_VERSION "5.23.0") cmake_minimum_required(VERSION 3.16 FATAL_ERROR) project(mbox-importer VERSION ${PIM_VERSION}) -set(KF5_MIN_VERSION "5.99.0") +set(KF_MIN_VERSION "5.103.0") -find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) +find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(ECMInstallIcons) @@ -32,7 +32,7 @@ # Do NOT add quote set(KDEPIM_DEV_VERSION ) -set(RELEASE_SERVICE_VERSION "22.12.3") +set(RELEASE_SERVICE_VERSION "23.04.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.22.3") +set(AKONADI_VERSION "5.23.0") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") @@ -48,28 +48,35 @@ set(QT_REQUIRED_VERSION "5.15.2") if (QT_MAJOR_VERSION STREQUAL "6") set(QT_REQUIRED_VERSION "6.4.0") + set(KF_MIN_VERSION "5.240.0") + set(KF_MAJOR_VERSION "6") +else() + set(KF_MAJOR_VERSION "5") endif() find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets) -set(LIBMAILIMPORTER_VERSION "5.22.3") -set(MAILCOMMON_LIB_VERSION "5.22.3") -set(PIMCOMMON_LIB_VERSION "5.22.3") +set(LIBMAILIMPORTER_VERSION "5.23.0") +set(MAILCOMMON_LIB_VERSION "5.23.0") +set(PIMCOMMON_LIB_VERSION "5.23.0") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.0") # Find KF5 package -find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED) -find_package(KF5Service ${KF5_MIN_VERSION} CONFIG REQUIRED) -find_package(KF5Crash ${KF5_MIN_VERSION} REQUIRED) -find_package(KF5KIO ${KF5_MIN_VERSION} REQUIRED) +find_package(KF${KF_MAJOR_VERSION}Config ${KF_MIN_VERSION} CONFIG REQUIRED) +find_package(KF${KF_MAJOR_VERSION}Service ${KF_MIN_VERSION} CONFIG REQUIRED) +find_package(KF${KF_MAJOR_VERSION}Crash ${KF_MIN_VERSION} REQUIRED) +find_package(KF${KF_MAJOR_VERSION}KIO ${KF_MIN_VERSION} REQUIRED) # Find KdepimLibs Package -find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED) +find_package(KPim${KF_MAJOR_VERSION}Akonadi ${AKONADI_VERSION} CONFIG REQUIRED) -find_package(KF5MailCommon ${MAILCOMMON_LIB_VERSION} CONFIG REQUIRED) -find_package(KF5MailImporterAkonadi ${LIBMAILIMPORTER_VERSION} CONFIG REQUIRED) +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}IdentityManagement ${IDENTITYMANAGEMENT_LIB_VERSION} CONFIG REQUIRED) + include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR}) -ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.99.0) +ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.104.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-22.12.3/CMakePresets.json new/mbox-importer-23.04.0/CMakePresets.json --- old/mbox-importer-22.12.3/CMakePresets.json 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/CMakePresets.json 2023-04-11 06:39:14.000000000 +0200 @@ -5,28 +5,35 @@ "name": "base", "displayName": "base preset", "generator": "Ninja", - "binaryDir": "${sourceDir}/build-${presetName}", - "installDir": "$env{KF5}", + "binaryDir": "${sourceDir}/build-${presetName}", + "installDir": "$env{KF5}", "hidden": true }, { - "name": "dev", - "displayName": "Build as debug", + "name": "base-qt6", + "displayName": "base preset", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-${presetName}", + "installDir": "$env{KF6}", + "hidden": true + }, + { + "name": "dev-mold", + "displayName": "Build as debug + using mold linker", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", + "CMAKE_SHARED_LINKER_FLAGS": "-fuse-ld=mold" }, "inherits": [ "base" ] - }, { - "name": "coverage", + "name": "dev", "displayName": "Build as debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "BUILD_COVERAGE": "ON", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, "inherits": [ @@ -43,19 +50,7 @@ "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, "inherits": [ - "base" - ] - }, - { - "name": "dev-disable-deprecated", - "displayName": "Build as without deprecated methods", - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", - "CMAKE_CXX_FLAGS_INIT": "-DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000" - }, - "inherits": [ - "base" + "base-qt6" ] }, { @@ -63,20 +58,7 @@ "displayName": "Build with Asan support.", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "ECM_ENABLE_SANITIZERS" : "'address;undefined'", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - }, - "inherits": [ - "base" - ] - }, - { - "name": "pch", - "displayName": "Build with PCH support.", - "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug", - "COMPILE_WITH_CMAKE_PCH_SUPPORT": "ON", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + "ECM_ENABLE_SANITIZERS" : "'address;undefined'" }, "inherits": [ "base" @@ -102,8 +84,7 @@ "displayName": "Build with CMake unity support.", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "USE_UNITY_CMAKE_SUPPORT": "ON", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + "USE_UNITY_CMAKE_SUPPORT": "ON" }, "inherits": [ "base" @@ -123,8 +104,19 @@ "name": "profile", "displayName": "profile", "cacheVariables": { - "CMAKE_BUILD_TYPE": "RelWithDebInfo", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + "CMAKE_BUILD_TYPE": "RelWithDebInfo" + }, + "inherits": [ + "base" + ] + }, + { + "name": "coverage", + "displayName": "coverage", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "USE_UNITY_CMAKE_SUPPORT": "OFF", + "BUILD_COVERAGE": "ON" }, "inherits": [ "base" @@ -143,21 +135,36 @@ "inherits": [ "base" ] + }, + { + "name": "pch", + "displayName": "pch", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "USE_PRECOMPILED_HEADERS": "ON", + "BUILD_COVERAGE": "ON" + }, + "inherits": [ + "base" + ] } - ], "buildPresets": [ { "name": "dev", "configurePreset": "dev" }, + { + "name": "dev-mold", + "configurePreset": "dev-mold" + }, { "name": "dev-qt6", "configurePreset": "dev-qt6" }, { - "name": "dev-disable-deprecated", - "configurePreset": "dev-disable-deprecated" + "name": "dev-clang", + "configurePreset": "dev-clang" }, { "name": "pch", @@ -168,22 +175,18 @@ "configurePreset": "release" }, { - "name": "coverage", - "configurePreset": "coverage" + "name": "unity", + "configurePreset": "unity" }, { - "name": "dev-clang", - "configurePreset": "dev-clang" + "name": "coverage", + "configurePreset": "coverage" }, - { + { "name": "asan", "configurePreset": "asan" }, { - "name": "unity", - "configurePreset": "unity" - }, - { "name": "clazy", "configurePreset": "clazy", "environment": { @@ -193,17 +196,29 @@ } ], "testPresets": [ - { + { "name": "dev", "configurePreset": "dev", "output": {"outputOnFailure": true}, "execution": {"noTestsAction": "error", "stopOnFailure": false} }, - { + { "name": "asan", "configurePreset": "asan", "output": {"outputOnFailure": true}, "execution": {"noTestsAction": "error", "stopOnFailure": true} + }, + { + "name": "unity", + "configurePreset": "unity", + "output": {"outputOnFailure": true}, + "execution": {"noTestsAction": "error", "stopOnFailure": true} + }, + { + "name": "coverage", + "configurePreset": "coverage", + "output": {"outputOnFailure": true}, + "execution": {"noTestsAction": "error", "stopOnFailure": true} } - ] + ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/CMakePresets.json.license new/mbox-importer-23.04.0/CMakePresets.json.license --- old/mbox-importer-22.12.3/CMakePresets.json.license 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/CMakePresets.json.license 2023-04-11 06:39:14.000000000 +0200 @@ -1,2 +1,2 @@ -# SPDX-FileCopyrightText: 2021-2022 Laurent Montel <mon...@kde.org> +# SPDX-FileCopyrightText: 2021-2023 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: BSD-3-Clause diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/po/tr/mboximporter.po new/mbox-importer-23.04.0/po/tr/mboximporter.po --- old/mbox-importer-22.12.3/po/tr/mboximporter.po 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/po/tr/mboximporter.po 2023-04-11 06:39:14.000000000 +0200 @@ -4,13 +4,13 @@ # Translators: # Volkan Gezer <volkange...@gmail.com>, 2013, 2021. # Kaan Ozdincer <kaanozdin...@gmail.com>, 2014. -# Emir SARI <emir_s...@icloud.com>, 2022. +# Emir SARI <emir_s...@icloud.com>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: kdepim-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-03 00:45+0000\n" -"PO-Revision-Date: 2022-04-16 18:49+0300\n" +"PO-Revision-Date: 2023-03-07 20:24+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 22.12.3\n" "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n" "X-POOTLE-MTIME: 1413102203.000000\n" @@ -60,7 +60,7 @@ #: main.cpp:46 #, kde-format msgid "URL of mbox to be imported" -msgstr "İçe aktarılacak mbox adresi" +msgstr "İçe aktarılacak mbox URL'si" #: mboxmainwindow.cpp:27 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/po/zh_CN/mboximporter.po new/mbox-importer-23.04.0/po/zh_CN/mboximporter.po --- old/mbox-importer-22.12.3/po/zh_CN/mboximporter.po 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/po/zh_CN/mboximporter.po 2023-04-11 06:39:14.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-02-24 12:58\n" +"PO-Revision-Date: 2023-04-10 14:13\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-22.12.3/sanitizers.supp new/mbox-importer-23.04.0/sanitizers.supp --- old/mbox-importer-22.12.3/sanitizers.supp 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/sanitizers.supp 2023-04-11 06:39:14.000000000 +0200 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021-2022 Laurent Montel <mon...@kde.org> +# SPDX-FileCopyrightText: 2021-2023 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: CC0-1.0 # Suppression file for ASAN/LSAN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/CMakeLists.txt new/mbox-importer-23.04.0/src/CMakeLists.txt --- old/mbox-importer-22.12.3/src/CMakeLists.txt 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/CMakeLists.txt 2023-04-11 06:39:14.000000000 +0200 @@ -22,12 +22,12 @@ endif() target_link_libraries(mboximporter PRIVATE - KF5::AkonadiCore - KF5::IdentityManagement - KF5::MailImporterAkonadi - KF5::MailCommon - KF5::I18n - KF5::Crash + KPim${KF_MAJOR_VERSION}::AkonadiCore + KPim${KF_MAJOR_VERSION}::IdentityManagement + KPim${KF_MAJOR_VERSION}::MailImporterAkonadi + KPim${KF_MAJOR_VERSION}::MailCommon + KF${KF_MAJOR_VERSION}::I18n + KF${KF_MAJOR_VERSION}::Crash ) install(TARGETS mboximporter ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/main.cpp new/mbox-importer-23.04.0/src/main.cpp --- old/mbox-importer-22.12.3/src/main.cpp 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/main.cpp 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ @@ -31,7 +31,7 @@ QStringLiteral(MBOXIMPORTER_VERSION), i18n("MBox Import Tool"), KAboutLicense::GPL_V2, - i18n("Copyright © 2013-%1 MBoxImporter authors", QStringLiteral("2022"))); + i18n("Copyright © 2013-%1 MBoxImporter authors", QStringLiteral("2023"))); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("mon...@kde.org")); QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kmail"))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboximporterinfogui.cpp new/mbox-importer-23.04.0/src/mboximporterinfogui.cpp --- old/mbox-importer-22.12.3/src/mboximporterinfogui.cpp 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboximporterinfogui.cpp 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboximporterinfogui.h new/mbox-importer-23.04.0/src/mboximporterinfogui.h --- old/mbox-importer-22.12.3/src/mboximporterinfogui.h 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboximporterinfogui.h 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboximportkernel.cpp new/mbox-importer-23.04.0/src/mboximportkernel.cpp --- old/mbox-importer-22.12.3/src/mboximportkernel.cpp 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboximportkernel.cpp 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboximportkernel.h new/mbox-importer-23.04.0/src/mboximportkernel.h --- old/mbox-importer-22.12.3/src/mboximportkernel.h 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboximportkernel.h 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboximportwidget.cpp new/mbox-importer-23.04.0/src/mboximportwidget.cpp --- old/mbox-importer-22.12.3/src/mboximportwidget.cpp 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboximportwidget.cpp 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2012-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2012-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboximportwidget.h new/mbox-importer-23.04.0/src/mboximportwidget.h --- old/mbox-importer-22.12.3/src/mboximportwidget.h 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboximportwidget.h 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2012-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2012-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboxmainwindow.cpp new/mbox-importer-23.04.0/src/mboxmainwindow.cpp --- old/mbox-importer-22.12.3/src/mboxmainwindow.cpp 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboxmainwindow.cpp 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-22.12.3/src/mboxmainwindow.h new/mbox-importer-23.04.0/src/mboxmainwindow.h --- old/mbox-importer-22.12.3/src/mboxmainwindow.h 2023-02-25 06:21:32.000000000 +0100 +++ new/mbox-importer-23.04.0/src/mboxmainwindow.h 2023-04-11 06:39:14.000000000 +0200 @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2013-2022 Laurent Montel <mon...@kde.org> + SPDX-FileCopyrightText: 2013-2023 Laurent Montel <mon...@kde.org> SPDX-License-Identifier: GPL-2.0-or-later */