Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmime for openSUSE:Factory checked in at 2023-08-31 13:43:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmime (Old) and /work/SRC/openSUSE:Factory/.kmime.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmime" Thu Aug 31 13:43:17 2023 rev:97 rq:1105723 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmime/kmime.changes 2023-07-07 15:47:34.276285637 +0200 +++ /work/SRC/openSUSE:Factory/.kmime.new.1766/kmime.changes 2023-08-31 13:45:03.318802145 +0200 @@ -1,0 +2,26 @@ +Sun Aug 20 13:59:43 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:59 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:59 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Fix platforms name + * Remove CI 6 job. We will use kf6 branch for kf6 works + * Use correct INSTALL_TARGETS_DEFAULT_ARGS + +------------------------------------------------------------------- Old: ---- kmime-23.04.3.tar.xz kmime-23.04.3.tar.xz.sig New: ---- kmime-23.08.0.tar.xz kmime-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmime.spec ++++++ --- /var/tmp/diff_new_pack.eal8JV/_old 2023-08-31 13:45:04.794854902 +0200 +++ /var/tmp/diff_new_pack.eal8JV/_new 2023-08-31 13:45:04.798855046 +0200 @@ -16,11 +16,11 @@ # -%define kf5_version 5.103.0 +%define kf5_version 5.105.0 %bcond_without released %define libname libKPim5Mime5 Name: kmime -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: KDE PIM libraries MIME support License: LGPL-2.1-or-later ++++++ kmime-23.04.3.tar.xz -> kmime-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/.gitignore new/kmime-23.08.0/.gitignore --- old/kmime-23.04.3/.gitignore 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/.gitignore 2023-08-12 08:00:17.000000000 +0200 @@ -26,3 +26,4 @@ .idea /cmake-build* .cache +Testing/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/.gitlab-ci.yml new/kmime-23.08.0/.gitlab-ci.yml --- old/kmime-23.04.3/.gitlab-ci.yml 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/.gitlab-ci.yml 2023-08-12 08:00:17.000000000 +0200 @@ -5,8 +5,4 @@ - 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/android.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-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 - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/.kde-ci.yml new/kmime-23.08.0/.kde-ci.yml --- old/kmime-23.04.3/.kde-ci.yml 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/.kde-ci.yml 2023-08-12 08:00:17.000000000 +0200 @@ -8,11 +8,5 @@ 'frameworks/kcodecs' : '@latest' 'frameworks/ki18n' : '@latest' -- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'Android/Qt6'] - 'require': - 'frameworks/extra-cmake-modules': '@latest-kf6' - 'frameworks/kcodecs' : '@latest-kf6' - 'frameworks/ki18n' : '@latest-kf6' - Options: require-passing-tests-on: [ 'Linux', 'FreeBSD' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/CMakeLists.txt new/kmime-23.08.0/CMakeLists.txt --- old/kmime-23.04.3/CMakeLists.txt 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/CMakeLists.txt 2023-08-12 08:00:17.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.3") +set(PIM_VERSION "5.24.0") project(KMime 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 ${KMime_SOURCE_DIR}/cmake ${ECM_MODULE_PATH}) @@ -30,7 +30,6 @@ 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() @@ -54,7 +53,7 @@ find_package(KF${KF_MAJOR_VERSION}I18n ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF${KF_MAJOR_VERSION}Codecs ${KF_MIN_VERSION} CONFIG REQUIRED) add_definitions(-DTRANSLATION_DOMAIN=\"libkmime5\") -ecm_set_disabled_deprecation_versions(QT 6.4.0 KF 5.104.0) +ecm_set_disabled_deprecation_versions(QT 6.4.0 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/kmime-23.04.3/CMakePresets.json new/kmime-23.08.0/CMakePresets.json --- old/kmime-23.04.3/CMakePresets.json 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/CMakePresets.json 2023-08-12 08:00:17.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/kmime-23.04.3/metainfo.yaml new/kmime-23.08.0/metainfo.yaml --- old/kmime-23.04.3/metainfo.yaml 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/metainfo.yaml 2023-08-12 08:00:17.000000000 +0200 @@ -3,7 +3,11 @@ tier: 3 type: functional platforms: - - name: All + - name: Linux + - name: FreeBSD + - name: Windows + - name: macOS + - name: Android portingAid: false deprecated: false release: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/po/eo/libkmime5.po new/kmime-23.08.0/po/eo/libkmime5.po --- old/kmime-23.04.3/po/eo/libkmime5.po 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/po/eo/libkmime5.po 2023-08-12 08:00:17.000000000 +0200 @@ -1,36 +1,39 @@ # Translation of libkmime into esperanto. +# Copyright (C) 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the kmime package. # Axel Rousseau <[email protected]>, 2009. +# Oliver Kellogg <[email protected]>, 2023. # msgid "" msgstr "" "Project-Id-Version: libkmime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-12-14 00:45+0000\n" -"PO-Revision-Date: 2009-11-15 12:06+0100\n" -"Last-Translator: Axel Rousseau <[email protected]>\n" +"PO-Revision-Date: 2023-06-09 20:56+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" -"X-Generator: pology\n" +"X-Generator: translate-po (https://github.com/zcribe/translate-po)\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: kmime_dateformatter.cpp:247 #, kde-format msgctxt "invalid time specified" msgid "unknown" -msgstr "" +msgstr "nekonata" #: kmime_dateformatter.cpp:263 #, kde-format msgid "Today %1" -msgstr "" +msgstr "HodiaÅ %1" #: kmime_dateformatter.cpp:267 #, kde-format msgid "Yesterday %1" -msgstr "" +msgstr "HieraÅ %1" #: kmime_dateformatter.cpp:272 #, kde-format @@ -43,6 +46,8 @@ "The message sent on ${date} to ${to} with subject \"${subject}\" has been " "displayed. This is no guarantee that the message has been read or understood." msgstr "" +"La mesaÄo sendita je ${date} al ${to} kun temo \"${subject}\" estis " +"montrita. Äi tio ne garantias, ke la mesaÄo estas legita aÅ komprenita." #: kmime_mdn.cpp:55 msgid "" @@ -50,18 +55,25 @@ "deleted unseen. This is no guarantee that the message will not be \"undeleted" "\" and nonetheless read later on." msgstr "" +"La mesaÄo sendita je ${date} al ${to} kun temo \"${subject}\" estis forigita " +"nevidite. Äi tio ne garantias, ke la mesaÄo ne estos \"neforigita\" kaj " +"tamen legita poste." #: kmime_mdn.cpp:61 msgid "" "The message sent on ${date} to ${to} with subject \"${subject}\" has been " "dispatched. This is no guarantee that the message will not be read later on." msgstr "" +"La mesaÄo sendita je ${date} al ${to} kun temo \"${subject}\" estis sendita. " +"Äi tio ne garantias, ke la mesaÄo ne estos legita poste." #: kmime_mdn.cpp:66 msgid "" "The message sent on ${date} to ${to} with subject \"${subject}\" has been " "processed by some automatic means." msgstr "" +"La mesaÄo sendita je ${date} al ${to} kun temo \"${subject}\" estis " +"prilaborita per iuj aÅtomataj rimedoj." #: kmime_mdn.cpp:70 msgid "" @@ -69,6 +81,8 @@ "acted upon. The sender does not wish to disclose more details to you than " "that." msgstr "" +"La mesaÄo sendita je ${date} al ${to} kun temo \"${subject}\" estis reagata. " +"La sendinto ne volas malkaÅi al vi pli da detaloj ol tio." #: kmime_mdn.cpp:75 msgid "" @@ -76,3 +90,6 @@ "${date} to ${to} with subject \"${subject}\" failed. Reason is given in the " "Failure: header field below." msgstr "" +"Generado de Avizo pri MesaÄo por la mesaÄo sendita je ${date} al ${to} kun " +"temo \"${subject}\" malsukcesis. La kialo estas donita en la suba kampo de " +"la kaplinio Malsukceso." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/po/fa/libkmime5.po new/kmime-23.08.0/po/fa/libkmime5.po --- old/kmime-23.04.3/po/fa/libkmime5.po 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/po/fa/libkmime5.po 2023-08-12 08:00:17.000000000 +0200 @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: kmime_dateformatter.cpp:247 #, fuzzy, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmime-23.04.3/po/zh_CN/libkmime5.po new/kmime-23.08.0/po/zh_CN/libkmime5.po --- old/kmime-23.04.3/po/zh_CN/libkmime5.po 2023-07-04 07:17:40.000000000 +0200 +++ new/kmime-23.08.0/po/zh_CN/libkmime5.po 2023-08-12 08:00:17.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-12-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"
