Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2023-08-31 13:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail-account-wizard"

Thu Aug 31 13:43:15 2023 rev:84 rq:1105720 version:23.08.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes    
    2023-07-07 15:47:30.528263309 +0200
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.1766/kmail-account-wizard.changes
      2023-08-31 13:44:58.498629860 +0200
@@ -1,0 +2,25 @@
+Sun Aug 20 13:59:41 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:58 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:58 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Link against KWallet explicitly
+  * Adapt to KMailTransportAkonadi being moved into AkonadiMime
+
+-------------------------------------------------------------------

Old:
----
  kmail-account-wizard-23.04.3.tar.xz
  kmail-account-wizard-23.04.3.tar.xz.sig

New:
----
  kmail-account-wizard-23.08.0.tar.xz
  kmail-account-wizard-23.08.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.UNlw1D/_old  2023-08-31 13:44:59.762675041 +0200
+++ /var/tmp/diff_new_pack.UNlw1D/_new  2023-08-31 13:44:59.766675183 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kmail-account-wizard
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Account wizard for KMail
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -51,7 +51,7 @@
 BuildRequires:  cmake(KPim5Ldap)
 BuildRequires:  cmake(KPim5Libkdepim)
 BuildRequires:  cmake(KPim5MailTransport)
-BuildRequires:  cmake(KF5PimCommon)
+BuildRequires:  cmake(KPim5PimCommon)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5UiTools)
@@ -60,7 +60,7 @@
 Obsoletes:      akonadi_resources
 Obsoletes:      kdepim
 # 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
 An application which assists you with the configuration of accounts in KMail.


++++++ kmail-account-wizard-23.04.3.tar.xz -> 
kmail-account-wizard-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.3/.gitignore 
new/kmail-account-wizard-23.08.0/.gitignore
--- old/kmail-account-wizard-23.04.3/.gitignore 2023-07-04 07:17:22.000000000 
+0200
+++ new/kmail-account-wizard-23.08.0/.gitignore 2023-08-13 09:04:34.000000000 
+0200
@@ -26,3 +26,4 @@
 .idea
 /cmake-build*
 .cache
+Testing/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.3/CMakeLists.txt 
new/kmail-account-wizard-23.08.0/CMakeLists.txt
--- old/kmail-account-wizard-23.04.3/CMakeLists.txt     2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/CMakeLists.txt     2023-08-13 
09:04:34.000000000 +0200
@@ -1,11 +1,11 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 
-set(PIM_VERSION "5.23.3")
+set(PIM_VERSION "5.24.0")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(kmail-account-wizard 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})
@@ -32,14 +32,13 @@
 include(ECMDeprecationSettings)
 
 # 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")
 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_MIN_VERSION "5.100.0")
     set(KF_MAJOR_VERSION "5")
 endif()
 # add an extra space
@@ -49,14 +48,14 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_MIMELIB_VERSION "5.23.3")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.3")
-set(KLDAP_LIB_VERSION "5.23.3")
-set(KMAILTRANSPORT_LIB_VERSION "5.23.3")
-set(AKONADI_VERSION "5.23.3")
-set(KIMAP_LIB_VERSION "5.23.3")
-set(AKONADI_MIMELIB_VERSION "5.23.3")
-set(KMIME_VERSION "5.23.3")
+set(AKONADI_MIMELIB_VERSION "5.24.0")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.0")
+set(KLDAP_LIB_VERSION "5.24.0")
+set(KMAILTRANSPORT_LIB_VERSION "5.24.0")
+set(AKONADI_VERSION "5.24.0")
+set(KIMAP_LIB_VERSION "5.24.0")
+set(AKONADI_MIMELIB_VERSION "5.24.0")
+set(KMIME_VERSION "5.24.0")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -66,9 +65,9 @@
     set(QT_REQUIRED_VERSION "6.4.0")
 endif()
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION "5.23.3")
-set(LIBKDEPIM_LIB_VERSION "5.23.3")
-set(LIBKLEO_LIB_VERSION "5.23.3")
+set(PIMCOMMON_LIB_VERSION "5.24.0")
+set(LIBKDEPIM_LIB_VERSION "5.24.0")
+set(LIBKLEO_LIB_VERSION "5.24.0")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -86,9 +85,8 @@
 find_package(KPim${KF_MAJOR_VERSION}Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
 find_package(KPim${KF_MAJOR_VERSION}IdentityManagement 
${IDENTITYMANAGEMENT_LIB_VERSION} CONFIG REQUIRED)
 find_package(KPim${KF_MAJOR_VERSION}Ldap ${KLDAP_LIB_VERSION} CONFIG REQUIRED)
-find_package(KPim${KF_MAJOR_VERSION}MailTransportAkonadi 
${KMAILTRANSPORT_LIB_VERSION} CONFIG REQUIRED)
 find_package(KPim${KF_MAJOR_VERSION}MailTransport 
${KMAILTRANSPORT_LIB_VERSION} CONFIG REQUIRED)
-find_package(KF5PimCommon ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED)
+find_package(KPim${KF_MAJOR_VERSION}PimCommon ${PIMCOMMON_LIB_VERSION} CONFIG 
REQUIRED)
 find_package(KPim${KF_MAJOR_VERSION}Libkdepim ${LIBKDEPIM_LIB_VERSION} CONFIG 
REQUIRED)
 find_package(KPim${KF_MAJOR_VERSION}Libkleo ${LIBKLEO_LIB_VERSION} CONFIG 
REQUIRED)
 find_package(KPim${KF_MAJOR_VERSION}IMAP ${KIMAP_LIB_VERSION} CONFIG REQUIRED)
@@ -117,7 +115,7 @@
 set( SharedMimeInfo_MINIMUM_VERSION "2.0" )
 find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED)
 
-ecm_set_disabled_deprecation_versions(QT 5.15.2  KF 5.104.0)
+ecm_set_disabled_deprecation_versions(QT 5.15.2  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/kmail-account-wizard-23.04.3/CMakePresets.json 
new/kmail-account-wizard-23.08.0/CMakePresets.json
--- old/kmail-account-wizard-23.04.3/CMakePresets.json  2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/CMakePresets.json  2023-08-13 
09:04:34.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/kmail-account-wizard-23.04.3/po/ca/accountwizard.po 
new/kmail-account-wizard-23.08.0/po/ca/accountwizard.po
--- old/kmail-account-wizard-23.04.3/po/ca/accountwizard.po     2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/po/ca/accountwizard.po     2023-08-13 
09:04:34.000000000 +0200
@@ -747,6 +747,3 @@
 #, kde-format
 msgid "Check for more on Internet"
 msgstr "Cerca'n més a Internet"
-
-#~ msgid "Unknown security setting for LDAP server"
-#~ msgstr "Configuració de seguretat desconeguda per al servidor LDAP"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.3/po/eo/accountwizard_tine20.po 
new/kmail-account-wizard-23.08.0/po/eo/accountwizard_tine20.po
--- old/kmail-account-wizard-23.04.3/po/eo/accountwizard_tine20.po      
1970-01-01 01:00:00.000000000 +0100
+++ new/kmail-account-wizard-23.08.0/po/eo/accountwizard_tine20.po      
2023-08-13 09:04:34.000000000 +0200
@@ -0,0 +1,47 @@
+# translation of accountwizard_tine20.pot to esperanto
+# Copyright (C) 2019 Free Software Foundation, Inc.
+# This file is distributed under the same license as the kmail-account-wizard 
package.
+# Oliver Kellogg <[email protected], 2023.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kmail-account-wizard\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:16+0200\n"
+"PO-Revision-Date: 2023-06-17 11:17+0100\n"
+"Last-Translator: Oliver Kellogg <[email protected]>\n"
+"Language-Team: Esperanto <[email protected]>\n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: tine20wizard.es:24
+msgid "Personal Settings"
+msgstr "Personaj Agordoj"
+
+#. i18n: ectx: property (text), widget (QLabel, nameLabel)
+#: tine20wizard.ui:20
+#, kde-format
+msgid "&Name:"
+msgstr "&Nomo:"
+
+#. i18n: ectx: property (text), widget (QLabel, emailLabel)
+#: tine20wizard.ui:33
+#, kde-format
+msgid "&Email:"
+msgstr "R&etpoŝto:"
+
+#. i18n: ectx: property (text), widget (QLabel, passwordLabel)
+#: tine20wizard.ui:46
+#, kde-format
+msgid "&Password:"
+msgstr "&Pasvorto:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: tine20wizard.ui:60
+#, kde-format
+msgid "&Server Address:"
+msgstr "&Servila Adreso:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.3/po/ko/accountwizard.po 
new/kmail-account-wizard-23.08.0/po/ko/accountwizard.po
--- old/kmail-account-wizard-23.04.3/po/ko/accountwizard.po     2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/po/ko/accountwizard.po     2023-08-13 
09:04:34.000000000 +0200
@@ -396,12 +396,12 @@
 #: resource.cpp:74
 #, kde-format
 msgid "Resource type '%1' is not available."
-msgstr "자원 형식 '%1'을(를) 사용할 수 없습니다."
+msgstr "리소스 형식 '%1'을(를) 사용할 수 없습니다."
 
 #: resource.cpp:88
 #, kde-format
 msgid "Resource '%1' is already set up."
-msgstr "자원 '%1'이(가) 이미 설정되었습니다."
+msgstr "리소스 '%1'이(가) 이미 설정되었습니다."
 
 #: resource.cpp:94
 #, kde-format
@@ -411,17 +411,17 @@
 #: resource.cpp:103
 #, kde-format
 msgid "Failed to create resource instance: %1"
-msgstr "자원 인스턴스를 만들 수 없음: %1"
+msgstr "리소스 인스턴스를 만들 수 없음: %1"
 
 #: resource.cpp:110
 #, kde-format
 msgid "Configuring resource instance..."
-msgstr "자원 인스턴스 설정 중..."
+msgstr "리소스 인스턴스 설정 중..."
 
 #: resource.cpp:114
 #, kde-format
 msgid "Unable to configure resource instance."
-msgstr "자원 인스턴스를 설정할 수 없습니다."
+msgstr "리소스 인스턴스를 설정할 수 없습니다."
 
 #: resource.cpp:129
 #, kde-format
@@ -441,12 +441,12 @@
 #: resource.cpp:151
 #, kde-format
 msgid "Resource setup completed."
-msgstr "자원 설정이 완료되었습니다."
+msgstr "리소스 설정이 완료되었습니다."
 
 #: resource.cpp:167
 #, kde-format
 msgid "Removed resource instance for '%1'."
-msgstr "'%1'의 자원 인스턴스를 삭제합니다."
+msgstr "'%1'의 리소스 인스턴스를 삭제합니다."
 
 #: servertest.cpp:50
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.3/po/zh_CN/accountwizard.po 
new/kmail-account-wizard-23.08.0/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-23.04.3/po/zh_CN/accountwizard.po  2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/po/zh_CN/accountwizard.po  2023-08-13 
09:04:34.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-12 00:46+0000\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.3/po/zh_CN/accountwizard_tine20.po 
new/kmail-account-wizard-23.08.0/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-23.04.3/po/zh_CN/accountwizard_tine20.po   
2023-07-04 07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/po/zh_CN/accountwizard_tine20.po   
2023-08-13 09:04:34.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:16+0200\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.3/src/CMakeLists.txt 
new/kmail-account-wizard-23.08.0/src/CMakeLists.txt
--- old/kmail-account-wizard-23.04.3/src/CMakeLists.txt 2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/src/CMakeLists.txt 2023-08-13 
09:04:34.000000000 +0200
@@ -76,7 +76,7 @@
 
 set(accountwizard_libs
     KPim${KF_MAJOR_VERSION}::AkonadiCore
-    KPim${KF_MAJOR_VERSION}::MailTransportAkonadi
+    KPim${KF_MAJOR_VERSION}::AkonadiMime
     KPim${KF_MAJOR_VERSION}::MailTransport
     KF5::KCMUtils
     KF5::KrossCore
@@ -93,7 +93,8 @@
     KF5::Crash
     KPim${KF_MAJOR_VERSION}::Libkleo
     KF5::Notifications
-    KF5::PimCommon
+    KPim${KF_MAJOR_VERSION}::PimCommon
+    KF5::Wallet
     KF5::XmlGui
     )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.3/src/key.cpp 
new/kmail-account-wizard-23.08.0/src/key.cpp
--- old/kmail-account-wizard-23.04.3/src/key.cpp        2023-07-04 
07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/src/key.cpp        2023-08-13 
09:04:34.000000000 +0200
@@ -16,9 +16,9 @@
 
 #include <gpgme++/engineinfo.h>
 
+#include <Akonadi/MessageQueueJob>
 #include <MailTransport/Transport>
 #include <MailTransport/TransportManager>
-#include <MailTransportAkonadi/MessageQueueJob>
 
 #include <KIdentityManagement/Identity>
 #include <KIdentityManagement/IdentityManager>
@@ -173,13 +173,13 @@
     msg->assemble();
 
     // Move to outbox
-    auto job = new MailTransport::MessageQueueJob;
+    auto job = new Akonadi::MessageQueueJob;
     mJob = job;
     job->addressAttribute().setTo({msg->to(false)->asUnicodeString()});
     job->transportAttribute().setTransportId(transport->id());
     job->addressAttribute().setFrom(msg->from(false)->asUnicodeString());
     // Don't leave any evidence :-)
-    
job->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete);
+    
job->sentBehaviourAttribute().setSentBehaviour(Akonadi::SentBehaviourAttribute::Delete);
     job->sentBehaviourAttribute().setSendSilently(true);
     job->setMessage(msg);
     connect(job, &KJob::result, this, &Key::onWKSPublishingRequestSent);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.3/src/wizards/tine20/tine20wizard.desktop 
new/kmail-account-wizard-23.08.0/src/wizards/tine20/tine20wizard.desktop
--- old/kmail-account-wizard-23.04.3/src/wizards/tine20/tine20wizard.desktop    
2023-07-04 07:17:22.000000000 +0200
+++ new/kmail-account-wizard-23.08.0/src/wizards/tine20/tine20wizard.desktop    
2023-08-13 09:04:34.000000000 +0200
@@ -10,6 +10,7 @@
 Name[de]=Tine 2.0 Groupware-Server
 Name[el]=Εξυπηρετητής Tine 2.0 Groupware
 Name[en_GB]=Tine 2.0 Groupware Server
+Name[eo]=Tine 2.0 Grupoprogramara Servilo
 Name[es]=Servidor de colaboración Tine 2.0
 Name[et]=Tine 2.0 grupitöö server
 Name[eu]=Tine 2.0 talde-lanerako zerbitzaria

Reply via email to