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 2021-12-13 20:44:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old) and /work/SRC/openSUSE:Factory/.mbox-importer.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mbox-importer" Mon Dec 13 20:44:06 2021 rev:61 rq:938059 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes 2021-11-06 18:21:07.348983486 +0100 +++ /work/SRC/openSUSE:Factory/.mbox-importer.new.2520/mbox-importer.changes 2021-12-13 20:50:05.292623091 +0100 @@ -1,0 +2,26 @@ +Fri Dec 3 19:22:58 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- Changes since 21.11.90: + * Enable new GitLab CI on stable branch. + +------------------------------------------------------------------- +Sat Nov 27 10:11:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:56:37 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * Allow to show header in qtc6 + * Add KDE CI file + +------------------------------------------------------------------- Old: ---- mbox-importer-21.08.3.tar.xz mbox-importer-21.08.3.tar.xz.sig New: ---- mbox-importer-21.12.0.tar.xz mbox-importer-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mbox-importer.spec ++++++ --- /var/tmp/diff_new_pack.idZxYU/_old 2021-12-13 20:50:05.748623383 +0100 +++ /var/tmp/diff_new_pack.idZxYU/_new 2021-12-13 20:50:05.760623390 +0100 @@ -16,12 +16,11 @@ # -%define kf5_version 5.79.0 # 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 lang Name: mbox-importer -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ mbox-importer-21.08.3.tar.xz -> mbox-importer-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/.gitlab-ci.yml new/mbox-importer-21.12.0/.gitlab-ci.yml --- old/mbox-importer-21.08.3/.gitlab-ci.yml 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/.gitlab-ci.yml 2021-11-30 22:00:09.000000000 +0100 @@ -1,34 +1,6 @@ # SPDX-FileCopyrightText: 2020-2021 Laurent Montel <mon...@kde.org> -# SPDX-FileCopyrightText: 2021 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: CC0-1.0 include: - - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml - - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-linux.yml - -build_clazy_clang_tidy: - stage: build - image: kdeorg/ci-suse-qt515 - extends: .linux - #only: - # - merge_requests - before_script: - - zypper install -y clazy - - git clone --depth=1 https://invent.kde.org/sysadmin/ci-tooling.git $CI_TOOLING - - git clone --depth=1 https://invent.kde.org/sysadmin/repo-metadata.git $CI_TOOLING/repo-metadata - - git clone --depth=1 https://invent.kde.org/sysadmin/kde-build-metadata.git $CI_TOOLING/kde-build-metadata - - git clone --depth=1 https://invent.kde.org/sdk/kde-dev-scripts.git $CI_TOOLING/kde-dev-scripts - - script: - - export CXX=clazy - - export CC=clang - - export CXXFLAGS="-Wno-deprecated-declarations" - - export CLAZY_HEADER_FILTER='^(?!ui_)\w+.h\$' - - export CLAZY_CHECKS="level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs" - - python3 -u $CI_TOOLING/helpers/prepare-dependencies.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --environment production --platform $PLATFORM --installTo $INSTALL_PREFIX - - python3 -u $CI_TOOLING/helpers/configure-build.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --installTo $INSTALL_PREFIX - - python3 -u $CI_TOOLING/helpers/compile-build.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --usingInstall $INSTALL_PREFIX - - cd build && run-clang-tidy - variables: - PLATFORM: SUSEQt5.15 - BRANCH_GROUP: stable-kf5-qt5 + - 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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/.kde-ci.yml new/mbox-importer-21.12.0/.kde-ci.yml --- old/mbox-importer-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/mbox-importer-21.12.0/.kde-ci.yml 2021-11-30 22:00:09.000000000 +0100 @@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@latest' + 'pim/akonadi' : '@same' + 'pim/mailcommon' : '@same' + 'pim/mailimporter' : '@same' + 'pim/pimcommon' : '@same' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/CMakeLists.txt new/mbox-importer-21.12.0/CMakeLists.txt --- old/mbox-importer-21.08.3/CMakeLists.txt 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/CMakeLists.txt 2021-11-30 22:00:09.000000000 +0100 @@ -1,8 +1,8 @@ -set(PIM_VERSION "5.18.3") +set(PIM_VERSION "5.19.0") cmake_minimum_required(VERSION 3.16 FATAL_ERROR) project(mbox-importer VERSION ${PIM_VERSION}) -set(KF5_MIN_VERSION "5.83.0") +set(KF5_MIN_VERSION "5.87.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -17,19 +17,21 @@ include(FeatureSummary) include(KDEGitCommitHooks) +include(KDEClangFormat) +file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c) +kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) include(CheckFunctionExists) -include(ECMGeneratePriFile) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) +include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMAddAppIcon) include(ECMQtDeclareLoggingCategory) # Do NOT add quote -set(KDEPIM_DEV_VERSION ) -set(RELEASE_SERVICE_VERSION "21.08.3") +set(KDEPIM_DEV_VERSION) +set(RELEASE_SERVICE_VERSION "21.12.0") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") @@ -37,17 +39,16 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(AKONADI_VERSION "5.18.3") +set(AKONADI_VERSION "5.19.0") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") -set(QT_REQUIRED_VERSION "5.15.0") +set(QT_REQUIRED_VERSION "5.15.2") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets) -set(LIBMAILIMPORTER_VERSION "5.18.3") -set(MAILCOMMON_LIB_VERSION "5.18.3") -set(PIMCOMMON_LIB_VERSION "5.18.3") -set(GRANTLEETHEME_LIB_VERSION "5.18.3") +set(LIBMAILIMPORTER_VERSION "5.19.0") +set(MAILCOMMON_LIB_VERSION "5.19.0") +set(PIMCOMMON_LIB_VERSION "5.19.0") # Find KF5 package find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED) @@ -61,15 +62,12 @@ find_package(KF5MailCommon ${MAILCOMMON_LIB_VERSION} CONFIG REQUIRED) find_package(KF5MailImporterAkonadi ${LIBMAILIMPORTER_VERSION} CONFIG REQUIRED) -find_package(KF5GrantleeTheme ${GRANTLEETHEME_LIB_VERSION} CONFIG REQUIRED) find_package(KF5PimCommonAkonadi ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED) include_directories(${mbox-importer_SOURCE_DIR} ${mbox-importer_BINARY_DIR}) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055400) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800) -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile time)" OFF) set(COMPILE_WITH_UNITY_CMAKE_SUPPORT OFF) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/CMakePresets.json new/mbox-importer-21.12.0/CMakePresets.json --- old/mbox-importer-21.08.3/CMakePresets.json 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/CMakePresets.json 2021-11-30 22:00:09.000000000 +0100 @@ -1,5 +1,5 @@ { - "version": 2, + "version": 3, "configurePresets": [ { "name": "dev", @@ -8,8 +8,21 @@ "binaryDir": "${sourceDir}/build", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "dev-disable-deprecated", + "displayName": "Build as without deprecated methods", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-disable-deprecated", + "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" + }, + "installDir": "$env{KF5}" }, { "name": "asan", @@ -19,8 +32,21 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "ECM_ENABLE_SANITIZERS" : "'address;undefined'", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "pch", + "displayName": "Build with PCH support.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-pch", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "COMPILE_WITH_CMAKE_PCH_SUPPORT": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" }, { "name": "dev-clang", @@ -34,7 +60,8 @@ "environment": { "CXX": "clang++", "CCACHE_DISABLE": "ON" - } + }, + "installDir": "$env{KF5}" }, { "name": "unity", @@ -43,9 +70,10 @@ "binaryDir": "${sourceDir}/build-unity", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "USE_UNITY_CMAKE_SUPPORT": "ON", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "USE_UNITY_CMAKE_SUPPORT": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" }, { "name": "release", @@ -54,7 +82,8 @@ "binaryDir": "${sourceDir}/build-release", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" - } + }, + "installDir": "$env{KF5}" }, { "name": "profile", @@ -63,8 +92,9 @@ "binaryDir": "${sourceDir}/build-profile", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" }, { "name": "clazy", @@ -77,7 +107,8 @@ "environment": { "CXX": "clazy", "CCACHE_DISABLE": "ON" - } + }, + "installDir": "$env{KF5}" } ], @@ -87,6 +118,14 @@ "configurePreset": "dev" }, { + "name": "dev-disable-deprecated", + "configurePreset": "dev-disable-deprecated" + }, + { + "name": "pch", + "configurePreset": "pch" + }, + { "name": "release", "configurePreset": "release" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/po/zh_CN/mboximporter.po new/mbox-importer-21.12.0/po/zh_CN/mboximporter.po --- old/mbox-importer-21.08.3/po/zh_CN/mboximporter.po 2021-11-02 01:18:33.000000000 +0100 +++ new/mbox-importer-21.12.0/po/zh_CN/mboximporter.po 2021-12-03 01:16:53.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-02 02:35+0100\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"PO-Revision-Date: 2021-11-30 15:24\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-21.08.3/src/CMakeLists.txt new/mbox-importer-21.12.0/src/CMakeLists.txt --- old/mbox-importer-21.08.3/src/CMakeLists.txt 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/src/CMakeLists.txt 2021-11-30 22:00:09.000000000 +0100 @@ -6,6 +6,10 @@ mboximporterinfogui.cpp mboximportwidget.cpp mboximportkernel.cpp + mboxmainwindow.h + mboximporterinfogui.h + mboximportwidget.h + mboximportkernel.h ) ki18n_wrap_ui(mboximporter_SRCS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/src/mboximporter-version.h.cmake new/mbox-importer-21.12.0/src/mboximporter-version.h.cmake --- old/mbox-importer-21.08.3/src/mboximporter-version.h.cmake 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/src/mboximporter-version.h.cmake 2021-11-30 22:00:09.000000000 +0100 @@ -15,10 +15,6 @@ build against older kdelibs releases. */ -#ifndef MBOXEXPORTER_VERSION_H -#define MBOXEXPORTER_VERSION_H - - +#pragma once #define MBOXIMPORTER_VERSION "@KDEPIM_VERSION@" -#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/src/mboximportkernel.cpp new/mbox-importer-21.12.0/src/mboximportkernel.cpp --- old/mbox-importer-21.08.3/src/mboximportkernel.cpp 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/src/mboximportkernel.cpp 2021-11-30 22:00:09.000000000 +0100 @@ -6,13 +6,13 @@ #include "mboximportkernel.h" -#include <AkonadiCore/session.h> -#include <KIdentityManagement/kidentitymanagement/identitymanager.h> +#include <Akonadi/ChangeRecorder> +#include <Akonadi/EntityMimeTypeFilterModel> +#include <Akonadi/EntityTreeModel> +#include <Akonadi/Session> +#include <KIdentityManagement/IdentityManager> #include <KSharedConfig> #include <MailCommon/FolderCollectionMonitor> -#include <changerecorder.h> -#include <entitymimetypefiltermodel.h> -#include <entitytreemodel.h> MBoxImporterKernel::MBoxImporterKernel(QObject *parent) : QObject(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/src/mboximportwidget.h new/mbox-importer-21.12.0/src/mboximportwidget.h --- old/mbox-importer-21.08.3/src/mboximportwidget.h 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/src/mboximportwidget.h 2021-11-30 22:00:09.000000000 +0100 @@ -28,7 +28,7 @@ Q_OBJECT public: explicit MBoxImportWidget(QWidget *parent = nullptr); - ~MBoxImportWidget(); + ~MBoxImportWidget() override; MailImporter::ImportMailsWidget *mailWidget(); Q_REQUIRED_RESULT Akonadi::Collection selectedCollection() const; void setImportButtonEnabled(bool enabled); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbox-importer-21.08.3/src/mboxmainwindow.h new/mbox-importer-21.12.0/src/mboxmainwindow.h --- old/mbox-importer-21.08.3/src/mboxmainwindow.h 2021-10-09 09:27:48.000000000 +0200 +++ new/mbox-importer-21.12.0/src/mboxmainwindow.h 2021-11-30 22:00:09.000000000 +0100 @@ -14,7 +14,7 @@ Q_OBJECT public: explicit MBoxMainWindow(const QString &filename, QWidget *parent = nullptr); - ~MBoxMainWindow(); + ~MBoxMainWindow() override; private Q_SLOTS: void slotImportMBox();