Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kimap for openSUSE:Factory checked in at 2023-08-31 13:43:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kimap (Old) and /work/SRC/openSUSE:Factory/.kimap.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kimap" Thu Aug 31 13:43:11 2023 rev:97 rq:1105701 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kimap/kimap.changes 2023-07-07 15:47:11.316148860 +0200 +++ /work/SRC/openSUSE:Factory/.kimap.new.1766/kimap.changes 2023-08-31 13:44:39.893964885 +0200 @@ -1,0 +2,27 @@ +Sun Aug 20 13:59:33 UTC 2023 - Christophe Marin <[email protected]> + +- 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:02:50 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +------------------------------------------------------------------- +Tue Aug 1 10:13:50 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Fix platforms info + * Remove CI 6 job. We will use kf6 branch for kf6 works + * Add missing Q_REQUIRED_RESULT + * Use correct INSTALL_TARGETS_DEFAULT_ARGS + +------------------------------------------------------------------- Old: ---- kimap-23.04.3.tar.xz kimap-23.04.3.tar.xz.sig New: ---- kimap-23.08.0.tar.xz kimap-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimap.spec ++++++ --- /var/tmp/diff_new_pack.9Gwqnh/_old 2023-08-31 13:44:42.222048097 +0200 +++ /var/tmp/diff_new_pack.9Gwqnh/_new 2023-08-31 13:44:42.266049669 +0200 @@ -16,11 +16,11 @@ # -%define kf5_version 5.99.0 +%define kf5_version 5.105.0 %define libname libKPim5IMAP5 %bcond_without released Name: kimap -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: KDE PIM Libraries: IMAP library License: LGPL-2.1-or-later ++++++ kimap-23.04.3.tar.xz -> kimap-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/.gitignore new/kimap-23.08.0/.gitignore --- old/kimap-23.04.3/.gitignore 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/.gitignore 2023-08-13 09:04:35.000000000 +0200 @@ -26,3 +26,4 @@ .idea /cmake-build* .cache +Testing/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/.gitlab-ci.yml new/kimap-23.08.0/.gitlab-ci.yml --- old/kimap-23.04.3/.gitlab-ci.yml 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/.gitlab-ci.yml 2023-08-13 09:04:35.000000000 +0200 @@ -6,6 +6,3 @@ - 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/windows.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/.kde-ci.yml new/kimap-23.08.0/.kde-ci.yml --- old/kimap-23.04.3/.kde-ci.yml 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/.kde-ci.yml 2023-08-13 09:04:35.000000000 +0200 @@ -10,13 +10,5 @@ 'frameworks/ki18n': '@latest' 'frameworks/kio': '@latest' -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] - 'require': - 'frameworks/extra-cmake-modules': '@latest-kf6' - 'pim/kmime' : '@latest-kf6' - 'frameworks/kcoreaddons': '@latest-kf6' - 'frameworks/ki18n': '@latest-kf6' - 'frameworks/kio': '@latest-kf6' - Options: require-passing-tests-on: [ 'Linux', 'Windows/Qt5' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/CMakeLists.txt new/kimap-23.08.0/CMakeLists.txt --- old/kimap-23.04.3/CMakeLists.txt 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/CMakeLists.txt 2023-08-13 09:04:35.000000000 +0200 @@ -2,13 +2,13 @@ # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.3") +set(PIM_VERSION "5.24.0") project(KIMAP VERSION ${PIM_VERSION}) # ECM setup -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}) @@ -43,7 +43,7 @@ set(KIMAP_LIB_VERSION ${PIM_VERSION}) -set(KMIME_LIBS_VERSION "5.23.3") +set(KMIME_LIBS_VERSION "5.24.0") ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake" @@ -67,7 +67,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"libkimap5\") ecm_set_disabled_deprecation_versions(QT 6.4 - KF 5.104.0 + KF 5.105.0 ) add_definitions(-DQT_NO_EMIT) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/CMakePresets.json new/kimap-23.08.0/CMakePresets.json --- old/kimap-23.04.3/CMakePresets.json 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/CMakePresets.json 2023-08-13 09:04:35.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/kimap-23.04.3/metainfo.yaml new/kimap-23.08.0/metainfo.yaml --- old/kimap-23.04.3/metainfo.yaml 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/metainfo.yaml 2023-08-13 09:04:35.000000000 +0200 @@ -4,7 +4,10 @@ tier: 3 type: functional platforms: - - name: All + - name: Linux + - name: FreeBSD + - name: Windows + - name: macOS portingAid: false deprecated: false release: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/po/eo/libkimap5.po new/kimap-23.08.0/po/eo/libkimap5.po --- old/kimap-23.04.3/po/eo/libkimap5.po 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/po/eo/libkimap5.po 2023-08-13 09:04:35.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: libkimap\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-05-11 00:45+0000\n" -"PO-Revision-Date: 2023-01-06 12:00+0100\n" +"PO-Revision-Date: 2023-03-20 22:31+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" @@ -22,7 +22,7 @@ #: acljobbase.cpp:56 #, kde-format msgid "AclJobBase" -msgstr "" +msgstr "AclJobBase" #: appendjob.cpp:40 #, kde-format @@ -138,12 +138,12 @@ #: listrightsjob.cpp:38 #, kde-format msgid "ListRights" -msgstr "" +msgstr "ListPermesoj" #: loginjob.cpp:129 loginjob.cpp:233 -#, fuzzy, kde-format +#, kde-format msgid "Login" -msgstr "AliÄi" +msgstr "Ensaluto" #: loginjob.cpp:184 #, kde-format @@ -184,16 +184,17 @@ #, kde-format msgid "Login failed, client cannot initialize the SASL library." msgstr "" +"Ensaluto malsukcesis, kliento ne povas pravalorigi la SASL-bibliotekon." #: loginjob.cpp:512 #, kde-format msgid "Login failed, TLS negotiation failed." -msgstr "" +msgstr "Ensaluto malsukcesis, TLS-intertraktado malsukcesis." #: loginjob.cpp:570 #, kde-format msgid "SSL handshake failed." -msgstr "" +msgstr "SSL-kvitanco malsukcesis." #: logoutjob.cpp:33 #, kde-format @@ -203,7 +204,7 @@ #: metadatajobbase.cpp:53 #, kde-format msgid "MetaDataJobBase" -msgstr "" +msgstr "MetaDataJobBase" #: movejob.cpp:42 #, kde-format @@ -213,7 +214,7 @@ #: myrightsjob.cpp:37 #, kde-format msgid "MyRights" -msgstr "" +msgstr "MiajPermesoj" #: namespacejob.cpp:68 #, kde-format @@ -223,7 +224,7 @@ #: quotajobbase.cpp:34 #, kde-format msgid "QuotaJobBase" -msgstr "" +msgstr "QuotaJobBase" #: renamejob.cpp:37 #, kde-format @@ -245,17 +246,17 @@ #: setacljob.cpp:34 #, kde-format msgid "SetAcl" -msgstr "" +msgstr "SetAcl" #: setmetadatajob.cpp:43 #, kde-format msgid "SetMetaData" -msgstr "" +msgstr "SetMetaData" #: setquotajob.cpp:37 #, kde-format msgid "SetQuota" -msgstr "" +msgstr "SetQuota" #: statusjob.cpp:40 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/po/zh_CN/libkimap5.po new/kimap-23.08.0/po/zh_CN/libkimap5.po --- old/kimap-23.04.3/po/zh_CN/libkimap5.po 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/po/zh_CN/libkimap5.po 2023-08-13 09:04:35.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-05-11 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/kimap-23.04.3/src/CMakeLists.txt new/kimap-23.08.0/src/CMakeLists.txt --- old/kimap-23.04.3/src/CMakeLists.txt 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/CMakeLists.txt 2023-08-13 09:04:35.000000000 +0200 @@ -4,7 +4,6 @@ kde_enable_exceptions() add_library(KPim${KF_MAJOR_VERSION}IMAP) add_library(KPim${KF_MAJOR_VERSION}::IMAP ALIAS KPim${KF_MAJOR_VERSION}IMAP) -add_library(KF5::IMAP ALIAS KPim${KF_MAJOR_VERSION}IMAP) target_sources(KPim${KF_MAJOR_VERSION}IMAP PRIVATE acl.cpp acljobbase.cpp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/acljobbase.h new/kimap-23.08.0/src/acljobbase.h --- old/kimap-23.04.3/src/acljobbase.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/acljobbase.h 2023-08-13 09:04:35.000000000 +0200 @@ -51,7 +51,7 @@ /** * The mailbox that will be acted upon. */ - QString mailBox() const; + Q_REQUIRED_RESULT QString mailBox() const; protected: explicit AclJobBase(JobPrivate &dd); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/closejob.h new/kimap-23.08.0/src/closejob.h --- old/kimap-23.04.3/src/closejob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/closejob.h 2023-08-13 09:04:35.000000000 +0200 @@ -57,7 +57,7 @@ * @see KIMAP::EnableJob * @since 5.16 */ - quint64 newHighestModSeq() const; + Q_REQUIRED_RESULT quint64 newHighestModSeq() const; protected: void doStart() override; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/deletejob.h new/kimap-23.08.0/src/deletejob.h --- old/kimap-23.04.3/src/deletejob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/deletejob.h 2023-08-13 09:04:35.000000000 +0200 @@ -47,7 +47,7 @@ /** * The mailbox that will be deleted. */ - QString mailBox() const; + Q_REQUIRED_RESULT QString mailBox() const; protected: void doStart() override; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/expungejob.h new/kimap-23.08.0/src/expungejob.h --- old/kimap-23.04.3/src/expungejob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/expungejob.h 2023-08-13 09:04:35.000000000 +0200 @@ -49,7 +49,7 @@ * @see KIMAP::EnableJob * @since 5.16 */ - KIMAP::ImapSet vanishedMessages() const; + Q_REQUIRED_RESULT KIMAP::ImapSet vanishedMessages() const; /** * Returns new highest modification sequence number. @@ -60,7 +60,7 @@ * @see KIMAP::EnableJob * @since 5.16 */ - quint64 newHighestModSeq() const; + Q_REQUIRED_RESULT quint64 newHighestModSeq() const; protected: void doStart() override; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/fetchjob.h new/kimap-23.08.0/src/fetchjob.h --- old/kimap-23.04.3/src/fetchjob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/fetchjob.h 2023-08-13 09:04:35.000000000 +0200 @@ -225,7 +225,7 @@ * interpreted as UIDs, if @c false it should be interpreted * as sequence numbers */ - bool isUidBased() const; + Q_REQUIRED_RESULT bool isUidBased() const; /** * Sets what data should be fetched. @@ -239,7 +239,7 @@ /** * Specifies what data will be fetched. */ - FetchScope scope() const; + Q_REQUIRED_RESULT FetchScope scope() const; // TODO: KF5: Move this to FetchScope /** @@ -271,7 +271,7 @@ * * @since 5.6 */ - QString mailBox() const; + Q_REQUIRED_RESULT QString mailBox() const; Q_SIGNALS: /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/getacljob.h new/kimap-23.08.0/src/getacljob.h --- old/kimap-23.04.3/src/getacljob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/getacljob.h 2023-08-13 09:04:35.000000000 +0200 @@ -66,7 +66,7 @@ * identifiers; in particular, identifiers starting with * '-' specify negative rights. */ - QList<QByteArray> identifiers() const; + Q_REQUIRED_RESULT QList<QByteArray> identifiers() const; /** * Check whether an identifier has a given right set * @@ -113,7 +113,7 @@ * identifiers; in particular, identifiers starting with * '-' specify negative rights. */ - QMap<QByteArray, Acl::Rights> allRights() const; + Q_REQUIRED_RESULT QMap<QByteArray, Acl::Rights> allRights() const; protected: void doStart() override; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/imapset.h new/kimap-23.08.0/src/imapset.h --- old/kimap-23.04.3/src/imapset.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/imapset.h 2023-08-13 09:04:35.000000000 +0200 @@ -106,7 +106,7 @@ /** Converts this set into an IMAP compatible sequence. */ - QByteArray toImapSequence() const; + Q_REQUIRED_RESULT QByteArray toImapSequence() const; /** Return the interval corresponding to the given IMAP-compatible QByteArray representation @@ -192,7 +192,7 @@ /** Returns a IMAP-compatible QByteArray representation of this set. */ - QByteArray toImapSequenceSet() const; + Q_REQUIRED_RESULT QByteArray toImapSequenceSet() const; /** Return the set corresponding to the given IMAP-compatible QByteArray representation @@ -202,12 +202,12 @@ /** Returns the intervals this set consists of. */ - ImapInterval::List intervals() const; + Q_REQUIRED_RESULT ImapInterval::List intervals() const; /** Returns true if this set doesn't contains any values. */ - bool isEmpty() const; + Q_REQUIRED_RESULT bool isEmpty() const; /** * Optimizes the ImapSet by sorting and merging overlapping intervals. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/movejob.h new/kimap-23.08.0/src/movejob.h --- old/kimap-23.04.3/src/movejob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/movejob.h 2023-08-13 09:04:35.000000000 +0200 @@ -89,7 +89,7 @@ * interpreted as UIDs, if @c false it should be interpreted * as sequence numbers */ - bool isUidBased() const; + Q_REQUIRED_RESULT bool isUidBased() const; /** * The UIDs of the moved messages in the destination mailbox. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-23.04.3/src/namespacejob.h new/kimap-23.08.0/src/namespacejob.h --- old/kimap-23.04.3/src/namespacejob.h 2023-07-04 07:16:32.000000000 +0200 +++ new/kimap-23.08.0/src/namespacejob.h 2023-08-13 09:04:35.000000000 +0200 @@ -32,7 +32,7 @@ Q_REQUIRED_RESULT QList<MailBoxDescriptor> userNamespaces() const; Q_REQUIRED_RESULT QList<MailBoxDescriptor> sharedNamespaces() const; - bool containsEmptyNamespace() const; + Q_REQUIRED_RESULT bool containsEmptyNamespace() const; protected: void doStart() override;
