Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktnef for openSUSE:Factory checked in at 2023-08-31 13:43:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktnef (Old) and /work/SRC/openSUSE:Factory/.ktnef.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktnef" Thu Aug 31 13:43:28 2023 rev:95 rq:1105773 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktnef/ktnef.changes 2023-07-07 15:48:04.500465687 +0200 +++ /work/SRC/openSUSE:Factory/.ktnef.new.1766/ktnef.changes 2023-08-31 13:45:35.475951518 +0200 @@ -1,0 +2,27 @@ +Sun Aug 20 14:00:05 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:22 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:20 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 + * Omit default notebook argument + * Add QCh support + * Use correct INSTALL_TARGETS_DEFAULT_ARGS + +------------------------------------------------------------------- Old: ---- ktnef-23.04.3.tar.xz ktnef-23.04.3.tar.xz.sig New: ---- ktnef-23.08.0.tar.xz ktnef-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktnef.spec ++++++ --- /var/tmp/diff_new_pack.TNiUTU/_old 2023-08-31 13:45:36.791998556 +0200 +++ /var/tmp/diff_new_pack.TNiUTU/_new 2023-08-31 13:45:36.795998699 +0200 @@ -16,11 +16,11 @@ # -%define kf5_version 5.103.0 +%define kf5_version 5.105.0 %define libname libKPim5Tnef5 %bcond_without released Name: ktnef -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: TNEF support License: LGPL-2.1-or-later @@ -92,7 +92,6 @@ %files devel %dir %{_includedir}/KPim5 %{_includedir}/KPim5/KTNEF/ -%{_kf5_cmakedir}/KF5Tnef/ %{_kf5_cmakedir}/KPim5Tnef/ %{_kf5_libdir}/libKPim5Tnef.so %{_kf5_mkspecsdir}/qt_KTNef.pri ++++++ ktnef-23.04.3.tar.xz -> ktnef-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/.gitignore new/ktnef-23.08.0/.gitignore --- old/ktnef-23.04.3/.gitignore 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/.gitignore 2023-08-13 09:04:33.000000000 +0200 @@ -26,3 +26,4 @@ .idea /cmake-build* .cache +Testing/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/.gitlab-ci.yml new/ktnef-23.08.0/.gitlab-ci.yml --- old/ktnef-23.04.3/.gitlab-ci.yml 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/.gitlab-ci.yml 2023-08-13 09:04:33.000000000 +0200 @@ -3,8 +3,5 @@ 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/linux-qt6.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/freebsd-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/windows-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/.kde-ci.yml new/ktnef-23.08.0/.kde-ci.yml --- old/ktnef-23.04.3/.kde-ci.yml 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/.kde-ci.yml 2023-08-13 09:04:33.000000000 +0200 @@ -9,12 +9,5 @@ 'frameworks/kcalendarcore' : '@latest' 'pim/kcalutils' : '@same' -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6'] - 'require': - 'frameworks/extra-cmake-modules': '@latest-kf6' - 'frameworks/kcontacts' : '@latest-kf6' - 'frameworks/kcalendarcore' : '@latest-kf6' - 'pim/kcalutils' : '@latest-kf6' - Options: require-passing-tests-on: [ 'Linux', 'FreeBSD' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/CMakeLists.txt new/ktnef-23.08.0/CMakeLists.txt --- old/ktnef-23.04.3/CMakeLists.txt 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/CMakeLists.txt 2023-08-13 09:04:33.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.3") +set(PIM_VERSION "5.24.0") project(KTnef 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}) @@ -24,19 +24,20 @@ kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) include(ECMQtDeclareLoggingCategory) include(ECMDeprecationSettings) +include(ECMAddQch) - +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)") set(KTNEF_LIB_VERSION ${PIM_VERSION}) -set(CALENDARUTILS_LIB_VERSION "5.23.3") +set(CALENDARUTILS_LIB_VERSION "5.24.0") 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_MIN_VERSION "5.100.0") set(KF_MAJOR_VERSION "5") endif() ecm_setup_version(PROJECT VARIABLE_PREFIX KTNEF @@ -47,29 +48,15 @@ ########### Find packages ########### set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPim${KF_MAJOR_VERSION}Tnef") -set(KTNEF_KF5_COMPAT FALSE) find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets) find_package(KF${KF_MAJOR_VERSION}CalendarCore ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KPim${KF_MAJOR_VERSION}CalendarUtils ${CALENDARUTILS_LIB_VERSION} CONFIG REQUIRED) find_package(KF${KF_MAJOR_VERSION}Contacts ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF${KF_MAJOR_VERSION}I18n ${KF_MIN_VERSION} CONFIG REQUIRED) -ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.104.0) - +ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.105.0) -configure_package_config_file( - "${KTnef_SOURCE_DIR}/KPimTnefConfig.cmake.in" - "${KTnef_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfig.cmake" - INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} -) - -install(FILES - "${KTnef_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfig.cmake" - "${KTnef_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfigVersion.cmake" - DESTINATION "${CMAKECONFIG_INSTALL_DIR}" - COMPONENT Devel -) install(EXPORT KPim${KF_MAJOR_VERSION}TnefTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" @@ -83,39 +70,6 @@ COMPONENT Devel ) -option(BUILD_WITH_COMPAT_LIBS "Generate compat cmake file (Set at false will allow to co-install lib)" ON) - -if (BUILD_WITH_COMPAT_LIBS) -if (QT_MAJOR_VERSION STREQUAL "5") -## -# TODO: Backwards compatiblity. Remove in next major version -## -set(CMAKECONFIG_INSTALL_DIR_KF5 "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Tnef") -set(KTNEF_KF5_COMPAT TRUE) -configure_package_config_file( - "${CMAKE_CURRENT_SOURCE_DIR}/KPimTnefConfig.cmake.in" - "${CMAKE_CURRENT_BINARY_DIR}/KF5TnefConfig.cmake" - INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR_KF5} -) - -install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/KF5TnefConfig.cmake" - DESTINATION "${CMAKECONFIG_INSTALL_DIR_KF5}" - COMPONENT Devel -) -install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfigVersion.cmake" - RENAME "KF5TnefConfigVersion.cmake" - DESTINATION "${CMAKECONFIG_INSTALL_DIR_KF5}" - COMPONENT Devel -) -install(EXPORT KPim${KF_MAJOR_VERSION}TnefTargets - DESTINATION "${CMAKECONFIG_INSTALL_DIR_KF5}" - FILE KPim${KF_MAJOR_VERSION}TnefTargets.cmake - NAMESPACE KF5:: -) -endif() -endif() add_definitions(-DTRANSLATION_DOMAIN=\"libktnef5\") option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile time)" OFF) @@ -130,6 +84,31 @@ add_subdirectory(autotests) endif() +if (BUILD_QCH) + ecm_install_qch_export( + TARGETS KPim${KF_MAJOR_VERSION}Tnef_QCH + FILE KPim${KF_MAJOR_VERSION}TnefQchTargets.cmake + DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + COMPONENT Devel + ) + set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KPim${KF_MAJOR_VERSION}TnefQchTargets.cmake\")") +endif() + +configure_package_config_file( + "${KTnef_SOURCE_DIR}/KPimTnefConfig.cmake.in" + "${KTnef_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfig.cmake" + INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} +) + + +install(FILES + "${KTnef_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfig.cmake" + "${KTnef_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TnefConfigVersion.cmake" + DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + COMPONENT Devel +) + + 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/ktnef-23.04.3/CMakePresets.json new/ktnef-23.08.0/CMakePresets.json --- old/ktnef-23.04.3/CMakePresets.json 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/CMakePresets.json 2023-08-13 09:04:33.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/ktnef-23.04.3/KPimTnefConfig.cmake.in new/ktnef-23.08.0/KPimTnefConfig.cmake.in --- old/ktnef-23.04.3/KPimTnefConfig.cmake.in 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/KPimTnefConfig.cmake.in 2023-08-13 09:04:33.000000000 +0200 @@ -2,14 +2,5 @@ include(CMakeFindDependencyMacro) find_dependency(KF@KF_MAJOR_VERSION@CalendarCore "@KF_MIN_VERSION@") -if (@KTNEF_KF5_COMPAT@) - message(WARNING "\n" - "************* DEPRECATION WARNING *************\n" - "Using find_package(KF5Tnef) and KF5::Tnef targets is deprecated. " - "Please use find_package(KPim@KF_MAJOR_VERSION@Tnef) and KPim@KF_MAJOR_VERSION@::Tnef 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/ktnef-23.04.3/po/eo/libktnef5.po new/ktnef-23.08.0/po/eo/libktnef5.po --- old/ktnef-23.04.3/po/eo/libktnef5.po 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/po/eo/libktnef5.po 2023-08-13 09:04:33.000000000 +0200 @@ -6,8 +6,8 @@ "Project-Id-Version: libktnef\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-12 00:46+0000\n" -"PO-Revision-Date: 2009-11-15 12:06+0100\n" -"Last-Translator: Axel Rousseau <[email protected]>\n" +"PO-Revision-Date: 2023-03-25 16:19+0100\n" +"Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -62,9 +62,6 @@ msgstr "" #: mapi.cpp:36 mapi.cpp:128 -#, fuzzy -#| msgctxt "@label The subject of an email" -#| msgid "Subject" msgid "Subject" msgstr "Temo" @@ -233,9 +230,8 @@ msgstr "" #: mapi.cpp:78 -#, fuzzy msgid "Object Type" -msgstr "Objektotipo:" +msgstr "" #: mapi.cpp:79 msgid "Entry ID" @@ -366,9 +362,8 @@ msgstr "" #: mapi.cpp:111 -#, fuzzy msgid "Keyword" -msgstr "Kenora" +msgstr "" #: mapi.cpp:112 msgid "Language" @@ -379,20 +374,14 @@ msgstr "Loko" #: mapi.cpp:114 -#, fuzzy -#| msgctxt "City name (optional, probably does not need a translation)" -#| msgid "Hungnam" msgid "Surname" -msgstr "Hungnam" +msgstr "" #: mapi.cpp:115 msgid "Company Name" msgstr "" #: mapi.cpp:116 -#, fuzzy -#| msgctxt "@label The title of a person" -#| msgid "Title" msgid "Title" msgstr "Titolo" @@ -433,10 +422,8 @@ msgstr "" #: mapi.cpp:131 -#, fuzzy -#| msgid "&Message" msgid "Message Status" -msgstr "&MesaÄo" +msgstr "" #: mapi.cpp:134 msgid "Parent ID" @@ -447,10 +434,8 @@ msgstr "" #: mapi.cpp:136 -#, fuzzy -#| msgid "Modify" msgid "Body" -msgstr "Modifi" +msgstr "" #: mapi.cpp:139 msgid "Attachment Title" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/po/pl/libktnef5.po new/ktnef-23.08.0/po/pl/libktnef5.po --- old/ktnef-23.04.3/po/pl/libktnef5.po 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/po/pl/libktnef5.po 2023-08-13 09:04:33.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Åukasz WojniÅowicz <[email protected]>, 2014, 2019. +# Åukasz WojniÅowicz <[email protected]>, 2014, 2019, 2023. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-12 00:46+0000\n" -"PO-Revision-Date: 2019-11-09 06:55+0100\n" +"PO-Revision-Date: 2023-03-12 08:47+0100\n" "Last-Translator: Åukasz WojniÅowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 19.07.70\n" +"X-Generator: Lokalize 22.12.3\n" #: formatter.cpp:298 #, kde-format @@ -301,7 +301,7 @@ #: mapi.cpp:95 msgid "Last Modification Time" -msgstr "Czas ostatniej modyfikacji" +msgstr "Czas ostatniej zmiany" #: mapi.cpp:96 msgid "Search Key" @@ -453,11 +453,11 @@ #: mapi.cpp:142 msgid "Attachment Modify Date" -msgstr "Czas modyfikacji zaÅÄ cznika" +msgstr "Czas zmiany zaÅÄ cznika" #: mapi.cpp:143 msgid "Date Modified" -msgstr "Data modyfikacji" +msgstr "Data zmiany" #: mapi.cpp:144 msgid "Attachment Transport File Name" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/po/pt/libktnef5.po new/ktnef-23.08.0/po/pt/libktnef5.po --- old/ktnef-23.04.3/po/pt/libktnef5.po 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/po/pt/libktnef5.po 2023-08-13 09:04:33.000000000 +0200 @@ -581,7 +581,7 @@ #: mapi.cpp:179 msgid "Start Date" -msgstr "Data Inicial" +msgstr "Data de InÃcio" #: mapi.cpp:180 msgid "End Date" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/po/zh_CN/libktnef5.po new/ktnef-23.08.0/po/zh_CN/libktnef5.po --- old/ktnef-23.04.3/po/zh_CN/libktnef5.po 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/po/zh_CN/libktnef5.po 2023-08-13 09:04:33.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-01-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/ktnef-23.04.3/src/CMakeLists.txt new/ktnef-23.08.0/src/CMakeLists.txt --- old/ktnef-23.04.3/src/CMakeLists.txt 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/src/CMakeLists.txt 2023-08-13 09:04:33.000000000 +0200 @@ -1,6 +1,5 @@ add_library(KPim${KF_MAJOR_VERSION}Tnef) add_library(KPim${KF_MAJOR_VERSION}::Tnef ALIAS KPim${KF_MAJOR_VERSION}Tnef) -add_library(KF5::Tnef ALIAS KPim${KF_MAJOR_VERSION}Tnef) target_sources(KPim${KF_MAJOR_VERSION}Tnef PRIVATE ktnefparser.cpp @@ -82,3 +81,27 @@ FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR}/KPim${KF_MAJOR_VERSION}/KTNEF) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) ecm_qt_install_logging_categories(EXPORT KTNEF FILE ktnef.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) + + +if (BUILD_QCH) + ecm_add_qch( + KPim${KF_MAJOR_VERSION}Tnef_QCH + NAME KTnef + BASE_NAME KPim${KF_MAJOR_VERSION}Tnef + VERSION ${PIM_VERSION} + ORG_DOMAIN org.kde + SOURCES # using only public headers, to cover only public API + ${KTnef_HEADERS} + #MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" + #IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics" + LINK_QCHS + Qt${QT_MAJOR_VERSION}Core_QCH + INCLUDE_DIRS + ${CMAKE_CURRENT_BINARY_DIR} + BLANK_MACROS + KTNEF_EXPORT + TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + COMPONENT Devel + ) +endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktnef-23.04.3/src/formatter.cpp new/ktnef-23.08.0/src/formatter.cpp --- old/ktnef-23.04.3/src/formatter.cpp 2023-07-04 07:18:46.000000000 +0200 +++ new/ktnef-23.08.0/src/formatter.cpp 2023-08-13 09:04:33.000000000 +0200 @@ -409,7 +409,7 @@ } // Compose return string - const QString iCal = calFormat.toString(cal, QString()); + const QString iCal = calFormat.toString(cal); if (!iCal.isEmpty()) { // This was an iCal return iCal;
