Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksmtp for openSUSE:Factory checked in at 2023-08-31 13:43:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksmtp (Old) and /work/SRC/openSUSE:Factory/.ksmtp.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksmtp" Thu Aug 31 13:43:27 2023 rev:71 rq:1105765 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes 2023-07-07 15:47:59.756437425 +0200 +++ /work/SRC/openSUSE:Factory/.ksmtp.new.1766/ksmtp.changes 2023-08-31 13:45:33.943896758 +0200 @@ -1,0 +2,29 @@ +Sun Aug 20 14:00:02 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:03:18 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:14:16 UTC 2023 - Christophe Marin <[email protected]> + +- 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 + * Install *version.h in SMTP directory + * Fix QCH target + * Fix target name + * Fix install qch target + * Use correct INSTALL_TARGETS_DEFAULT_ARGS + +------------------------------------------------------------------- Old: ---- ksmtp-23.04.3.tar.xz ksmtp-23.04.3.tar.xz.sig New: ---- ksmtp-23.08.0.tar.xz ksmtp-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksmtp.spec ++++++ --- /var/tmp/diff_new_pack.4eKPxQ/_old 2023-08-31 13:45:35.227942654 +0200 +++ /var/tmp/diff_new_pack.4eKPxQ/_new 2023-08-31 13:45:35.231942796 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: ksmtp -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Job-based library to send email through an SMTP server License: LGPL-2.1-or-later @@ -88,9 +88,7 @@ %files devel %dir %{_includedir}/KPim5 %{_includedir}/KPim5/KSMTP/ -%{_includedir}/KPim5/ksmtp_version.h %{_kf5_cmakedir}/KPim5SMTP/ -%{_kf5_cmakedir}/KPimSMTP/ %{_kf5_libdir}/libKPim5SMTP.so %{_kf5_mkspecsdir}/qt_KSMTP.pri ++++++ ksmtp-23.04.3.tar.xz -> ksmtp-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/.gitignore new/ksmtp-23.08.0/.gitignore --- old/ksmtp-23.04.3/.gitignore 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/.gitignore 2023-08-12 08:00:21.000000000 +0200 @@ -26,3 +26,4 @@ .idea /cmake-build* .cache +Testing/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/.gitlab-ci.yml new/ksmtp-23.08.0/.gitlab-ci.yml --- old/ksmtp-23.04.3/.gitlab-ci.yml 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/.gitlab-ci.yml 2023-08-12 08:00:21.000000000 +0200 @@ -5,7 +5,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml - 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 - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.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/ksmtp-23.04.3/.kde-ci.yml new/ksmtp-23.08.0/.kde-ci.yml --- old/ksmtp-23.04.3/.kde-ci.yml 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/.kde-ci.yml 2023-08-12 08:00:21.000000000 +0200 @@ -9,12 +9,5 @@ 'frameworks/kio': '@latest' 'frameworks/kcoreaddons': '@latest' -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] - 'require': - 'frameworks/extra-cmake-modules': '@latest-kf6' - 'frameworks/ki18n': '@latest-kf6' - 'frameworks/kio': '@latest-kf6' - 'frameworks/kcoreaddons': '@latest-kf6' - Options: require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/CMakeLists.txt new/ksmtp-23.08.0/CMakeLists.txt --- old/ksmtp-23.04.3/CMakeLists.txt 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/CMakeLists.txt 2023-08-12 08:00:21.000000000 +0200 @@ -1,13 +1,13 @@ # SPDX-FileCopyrightText: none # 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(KSMTP 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}) @@ -35,7 +35,6 @@ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") -option(BUILD_WITH_COMPAT_LIBS "Generate compat cmake file (Set at false will allow to co-install lib)" ON) set(KSMTP_LIB_VERSION ${PIM_VERSION}) @@ -68,49 +67,10 @@ set_package_properties(Sasl2 PROPERTIES TYPE REQUIRED) ########### CMake Config Files ############ -set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPim${KF_MAJOR_VERSION}SMTP") -configure_package_config_file( - "${KSMTP_SOURCE_DIR}/KPimSMTPConfig.cmake.in" - "${KSMTP_BINARY_DIR}/KPim${KF_MAJOR_VERSION}SMTPConfig.cmake" - INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} -) add_definitions(-DTRANSLATION_DOMAIN=\"libksmtp5\") -ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.104.0) - -if (BUILD_WITH_COMPAT_LIBS) -if (QT_MAJOR_VERSION STREQUAL "5") -## -# TODO: Backwards compatiblity. Remove in next major version -## -set(CMAKECONFIG_INSTALL_DIR_SMTP "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPimSMTP") -set(KSMTP_COMPAT TRUE) -configure_package_config_file( - "${CMAKE_CURRENT_SOURCE_DIR}/KPimSMTPConfig.cmake.in" - "${CMAKE_CURRENT_BINARY_DIR}/KPimSMTPConfig.cmake" - INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR_SMTP} -) - -install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/KPimSMTPConfig.cmake" - DESTINATION "${CMAKECONFIG_INSTALL_DIR_SMTP}" - COMPONENT Devel -) -install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}SMTPConfigVersion.cmake" - RENAME "KPimSMTPConfigVersion.cmake" - DESTINATION "${CMAKECONFIG_INSTALL_DIR_SMTP}" - COMPONENT Devel -) -install(EXPORT KPim${KF_MAJOR_VERSION}SMTPTargets - DESTINATION "${CMAKECONFIG_INSTALL_DIR_SMTP}" - FILE KPim${KF_MAJOR_VERSION}SMTPTargets.cmake - NAMESPACE KPim:: -) -endif() -endif() - +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) @@ -123,6 +83,23 @@ ########### Targets ########### add_subdirectory(src) +set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPim${KF_MAJOR_VERSION}SMTP") +if (BUILD_QCH) + ecm_install_qch_export( + TARGETS KPim${KF_MAJOR_VERSION}SMTP_QCH + FILE KPim${KF_MAJOR_VERSION}SMTPQchTargets.cmake + DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + COMPONENT Devel + ) + set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KPim${KF_MAJOR_VERSION}SMTPQchTargets.cmake\")") +endif() + +configure_package_config_file( + "${KSMTP_SOURCE_DIR}/KPimSMTPConfig.cmake.in" + "${KSMTP_BINARY_DIR}/KPim${KF_MAJOR_VERSION}SMTPConfig.cmake" + INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} +) + if (BUILD_TESTING) add_subdirectory(autotests) add_subdirectory(tests) @@ -140,19 +117,9 @@ install(FILES ${KSMTP_BINARY_DIR}/ksmtp_version.h - DESTINATION ${KDE_INSTALL_INCLUDEDIR}/KPim${KF_MAJOR_VERSION} COMPONENT Devel + DESTINATION ${KDE_INSTALL_INCLUDEDIR}/KPim${KF_MAJOR_VERSION}/KSMTP COMPONENT Devel ) -if (BUILD_QCH) - ecm_install_qch_export( - TARGETS KPim${KF_MAJOR_VERSION}SMTP_QCH - FILE KPim${KF_MAJOR_VERSION}SMTPQchTargets.cmake - DESTINATION "${CMAKECONFIG_INSTALL_DIR}" - COMPONENT Devel - ) - set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KPim${KF_MAJOR_VERSION}SMPTQchTargets.cmake\")") -endif() - kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) ki18n_install(po) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/CMakePresets.json new/ksmtp-23.08.0/CMakePresets.json --- old/ksmtp-23.04.3/CMakePresets.json 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/CMakePresets.json 2023-08-12 08:00:21.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/ksmtp-23.04.3/KPimSMTPConfig.cmake.in new/ksmtp-23.08.0/KPimSMTPConfig.cmake.in --- old/ksmtp-23.04.3/KPimSMTPConfig.cmake.in 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/KPimSMTPConfig.cmake.in 2023-08-12 08:00:21.000000000 +0200 @@ -5,16 +5,5 @@ include(CMakeFindDependencyMacro) find_dependency(KF@KF_MAJOR_VERSION@CoreAddons "@KF_MIN_VERSION@") - -if (@KSMTP_COMPAT@) - message(WARNING "\n" - "************* DEPRECATION WARNING *************\n" - "Using find_package(KF5Smtp) and KF5::Smtp targets is deprecated. " - "Please use find_package(KPim@KF_MAJOR_VERSION@Tnef) and KPim@KF_MAJOR_VERSION@::Stmp instead. This backwards " - "compatibility will be removed in the next major version.\n" - "***********************************************\n") -endif() - - include("${CMAKE_CURRENT_LIST_DIR}/KPim@[email protected]") @PACKAGE_INCLUDE_QCHTARGETS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/po/ca/libksmtp5.po new/ksmtp-23.08.0/po/ca/libksmtp5.po --- old/ksmtp-23.04.3/po/ca/libksmtp5.po 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/po/ca/libksmtp5.po 2023-08-12 08:00:21.000000000 +0200 @@ -94,6 +94,3 @@ msgstr "" "No s'ha pogut enviar el missatge perquè s'ha excedit la mida mà xima permesa " "de %1 bytes. (Mida del missatge: %2 bytes)." - -#~ msgid "STARTTLS is not supported by the server, try using SSL/TLS instead." -#~ msgstr "STARTTLS no està acceptat pel servidor, proveu amb SSL/TLS." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/po/ia/libksmtp5.po new/ksmtp-23.08.0/po/ia/libksmtp5.po --- old/ksmtp-23.04.3/po/ia/libksmtp5.po 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/po/ia/libksmtp5.po 2023-08-12 08:00:21.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the ksmtp package. # -# giovanni <[email protected]>, 2020. +# giovanni <[email protected]>, 2020, 2023. msgid "" msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-14 00:45+0000\n" -"PO-Revision-Date: 2020-02-12 14:05+0100\n" +"PO-Revision-Date: 2023-07-26 17:59+0200\n" "Last-Translator: giovanni <[email protected]>\n" -"Language-Team: Interlingua <[email protected]>\n" +"Language-Team: Interlingua <[email protected]>\n" "Language: ia\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" -"X-Generator: Lokalize 18.12.3\n" +"X-Generator: Lokalize 21.12.1\n" #: job.cpp:58 #, kde-format @@ -79,8 +79,8 @@ "Could not send the message because either the sender or recipient field is " "missing or invalid" msgstr "" -"Non pote inviar le message proque o le campo de mittente o de recipiente es " -"mancante o invalide" +"Non pote inviar le message proque o le campo de mittente o de destinatario " +"es mancante o invalide" #: sendjob.cpp:111 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/po/nn/libksmtp5.po new/ksmtp-23.08.0/po/nn/libksmtp5.po --- old/ksmtp-23.04.3/po/nn/libksmtp5.po 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/po/nn/libksmtp5.po 2023-08-12 08:00:21.000000000 +0200 @@ -1,12 +1,12 @@ # Translation of libksmtp5 to Norwegian Nynorsk # -# Karl Ove Hufthammer <[email protected]>, 2016, 2020. +# Karl Ove Hufthammer <[email protected]>, 2016, 2020, 2023. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-14 00:45+0000\n" -"PO-Revision-Date: 2020-06-07 12:31+0200\n" +"PO-Revision-Date: 2023-08-10 20:06+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" "Language: nn\n" @@ -14,7 +14,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 20.04.1\n" +"X-Generator: Lokalize 23.04.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -61,7 +61,7 @@ #: loginjob.cpp:224 #, kde-format msgid "Token expired" -msgstr "Polett utgått på tid" +msgstr "Tilgangspollett utgått på tid" #: loginjob.cpp:268 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.3/po/zh_CN/libksmtp5.po new/ksmtp-23.08.0/po/zh_CN/libksmtp5.po --- old/ksmtp-23.04.3/po/zh_CN/libksmtp5.po 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/po/zh_CN/libksmtp5.po 2023-08-12 08:00:21.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-14 00:45+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/ksmtp-23.04.3/src/CMakeLists.txt new/ksmtp-23.08.0/src/CMakeLists.txt --- old/ksmtp-23.04.3/src/CMakeLists.txt 2023-07-04 07:18:37.000000000 +0200 +++ new/ksmtp-23.08.0/src/CMakeLists.txt 2023-08-12 08:00:21.000000000 +0200 @@ -2,7 +2,6 @@ # SPDX-License-Identifier: BSD-3-Clause add_library(KPim${KF_MAJOR_VERSION}SMTP) add_library(KPim${KF_MAJOR_VERSION}::SMTP ALIAS KPim${KF_MAJOR_VERSION}SMTP) -add_library(KPim${KF_MAJOR_VERSION}::SMTP ALIAS KPim${KF_MAJOR_VERSION}SMTP) target_sources(KPim${KF_MAJOR_VERSION}SMTP PRIVATE job.cpp loginjob.cpp @@ -83,13 +82,14 @@ if (BUILD_QCH) ecm_add_qch( - KPimSMTP_QCH - NAME KPimSMTP - BASE_NAME KPimSMTP + KPim${KF_MAJOR_VERSION}SMTP_QCH + NAME KPim${KF_MAJOR_VERSION}SMTP + BASE_NAME KPim${KF_MAJOR_VERSION}SMTP VERSION ${PIM_VERSION} ORG_DOMAIN org.kde SOURCES # using only public headers, to cover only public API ${KSMTP_HEADERS} + ${KSMTP_CamelCase_HEADERS} #MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" #IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics" LINK_QCHS
