Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grantlee-editor for openSUSE:Factory checked in at 2023-10-12 23:42:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old) and /work/SRC/openSUSE:Factory/.grantlee-editor.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor" Thu Oct 12 23:42:16 2023 rev:85 rq:1117232 version:23.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes 2023-09-15 22:05:34.969366240 +0200 +++ /work/SRC/openSUSE:Factory/.grantlee-editor.new.1807/grantlee-editor.changes 2023-10-12 23:43:59.588989415 +0200 @@ -1,0 +2,9 @@ +Tue Oct 10 18:26:57 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.2/ +- No code change since 23.08.1 + +------------------------------------------------------------------- Old: ---- grantlee-editor-23.08.1.tar.xz grantlee-editor-23.08.1.tar.xz.sig New: ---- grantlee-editor-23.08.2.tar.xz grantlee-editor-23.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grantlee-editor.spec ++++++ --- /var/tmp/diff_new_pack.7WrbEj/_old 2023-10-12 23:44:00.233012728 +0200 +++ /var/tmp/diff_new_pack.7WrbEj/_new 2023-10-12 23:44:00.233012728 +0200 @@ -19,7 +19,7 @@ %define kf5_version 5.105.0 %bcond_without released Name: grantlee-editor -Version: 23.08.1 +Version: 23.08.2 Release: 0 Summary: Messageviewer header theme editor based on Grantlee License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ grantlee-editor-23.08.1.tar.xz -> grantlee-editor-23.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/CMakeLists.txt new/grantlee-editor-23.08.2/CMakeLists.txt --- old/grantlee-editor-23.08.1/CMakeLists.txt 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/CMakeLists.txt 2023-10-01 05:40:18.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.24.1") +set(PIM_VERSION "5.24.2") project(grantlee-editor VERSION ${PIM_VERSION}) -set(RELEASE_SERVICE_VERSION "23.08.1") +set(RELEASE_SERVICE_VERSION "23.08.2") set(KF_MIN_VERSION "5.105.0") find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED) @@ -41,12 +41,12 @@ set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") -set(MESSAGELIB_LIB_VERSION "5.24.1") +set(MESSAGELIB_LIB_VERSION "5.24.2") -set(AKONADI_MIMELIB_VERSION "5.24.1") -set(AKONADI_CONTACT_VERSION "5.24.1") -set(KPIMTEXTEDIT_LIB_VERSION "5.24.1") -set(LIBGRANTLEETHEME_LIB_VERSION "5.24.1") +set(AKONADI_MIMELIB_VERSION "5.24.2") +set(AKONADI_CONTACT_VERSION "5.24.2") +set(KPIMTEXTEDIT_LIB_VERSION "5.24.2") +set(LIBGRANTLEETHEME_LIB_VERSION "5.24.2") set(QT_REQUIRED_VERSION "5.15.2") if (QT_MAJOR_VERSION STREQUAL "6") set(QT_REQUIRED_VERSION "6.4.0") @@ -55,9 +55,9 @@ else() set(KF_MAJOR_VERSION "5") endif() -set(KIMAP_LIB_VERSION "5.24.1") -set(PIMCOMMON_LIB_VERSION "5.24.1") -set(KPIM_MIME_VERSION "5.24.1") +set(KIMAP_LIB_VERSION "5.24.2") +set(PIMCOMMON_LIB_VERSION "5.24.2") +set(KPIM_MIME_VERSION "5.24.2") find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngineWidgets) # Find KF5 package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/gl/contactprintthemeeditor.po new/grantlee-editor-23.08.2/po/gl/contactprintthemeeditor.po --- old/grantlee-editor-23.08.1/po/gl/contactprintthemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/gl/contactprintthemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -176,7 +176,7 @@ #: themeeditorpage.cpp:143 #, kde-format msgid "Cannot create theme folder." -msgstr "Non se pode crear o cartafol de temas." +msgstr "Non é posÃbel crear o cartafol de temas." #: themeeditorpage.cpp:153 #, kde-format @@ -186,12 +186,12 @@ #: themeeditorpage.cpp:174 #, kde-format msgid "We cannot add preview file in zip file" -msgstr "Non se pode engadir un ficheiro de vista previa ao ficheiro ZIP." +msgstr "Non é posÃbel engadir un ficheiro de vista previa ao ficheiro ZIP." #: themeeditorpage.cpp:174 #, kde-format msgid "Failed to add file." -msgstr "Non se puido engadir o ficheiro." +msgstr "Non foi posÃbel engadir o ficheiro." #: themeeditorpage.cpp:188 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/gl/contactthemeeditor.po new/grantlee-editor-23.08.2/po/gl/contactthemeeditor.po --- old/grantlee-editor-23.08.1/po/gl/contactthemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/gl/contactthemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -140,7 +140,7 @@ #: contacteditorpage.cpp:132 #, kde-format msgid "Cannot create theme folder." -msgstr "Non se pode crear o cartafol de temas." +msgstr "Non é posÃbel crear o cartafol de temas." #: contacteditorpage.cpp:146 #, kde-format @@ -150,12 +150,12 @@ #: contacteditorpage.cpp:169 contacteditorpage.cpp:175 #, kde-format msgid "We cannot add preview file in zip file" -msgstr "Non se pode engadir un ficheiro de vista previa nun ficheiro zip" +msgstr "Non é posÃbel engadir un ficheiro de vista previa nun ficheiro zip" #: contacteditorpage.cpp:169 contacteditorpage.cpp:175 #, kde-format msgid "Failed to add file." -msgstr "Non se puido engadir o ficheiro." +msgstr "Non foi posÃbel engadir o ficheiro." #: contacteditorpage.cpp:188 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/gl/headerthemeeditor.po new/grantlee-editor-23.08.2/po/gl/headerthemeeditor.po --- old/grantlee-editor-23.08.1/po/gl/headerthemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/gl/headerthemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -211,7 +211,7 @@ #: themeeditorpage.cpp:166 #, kde-format msgid "Cannot create theme folder." -msgstr "Non se pode crear o cartafol de temas." +msgstr "Non é posÃbel crear o cartafol de temas." #: themeeditorpage.cpp:177 #, kde-format @@ -221,12 +221,12 @@ #: themeeditorpage.cpp:198 #, kde-format msgid "We cannot add preview file in zip file" -msgstr "Non se pode engadir un ficheiro de vista previa nun ficheiro zip" +msgstr "Non é posÃbel engadir un ficheiro de vista previa nun ficheiro zip" #: themeeditorpage.cpp:198 #, kde-format msgid "Failed to add file." -msgstr "Non se puido engadir o ficheiro." +msgstr "Non foi posÃbel engadir o ficheiro." #: themeeditorpage.cpp:212 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/gl/libgrantleethemeeditor.po new/grantlee-editor-23.08.2/po/gl/libgrantleethemeeditor.po --- old/grantlee-editor-23.08.1/po/gl/libgrantleethemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/gl/libgrantleethemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -69,18 +69,18 @@ #: desktopfilepage.cpp:127 editorpage.cpp:102 #, kde-format msgid "Failed to add file into ZIP archive." -msgstr "Non se puido engadir o ficheiro ao arquivo ZIP." +msgstr "Non foi posÃbel engadir o ficheiro ao arquivo ZIP." #: desktopfilepage.cpp:127 editorpage.cpp:102 #, kde-format msgctxt "@title:window" msgid "Failed to add file" -msgstr "Non se puido engadir o ficheiro" +msgstr "Non foi posÃbel engadir o ficheiro" #: editorpage.cpp:91 #, kde-format msgid "Failed to open file \"%1\"." -msgstr "Non se puido abrir o ficheiro «%1»." +msgstr "Non foi posÃbel abrir o ficheiro «%1»." #: managethemes.cpp:38 #, kde-format @@ -117,7 +117,7 @@ #, kde-format msgid "Theme \"%1\" cannot be deleted. Please contact your administrator." msgstr "" -"Non se pode eliminar o tema «%1». Contacte co administrador do seu sistema." +"Non é posÃbel eliminar o tema «%1». Contacte co administrador do seu sistema." #: managethemes.cpp:108 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/zh_CN/contactprintthemeeditor.po new/grantlee-editor-23.08.2/po/zh_CN/contactprintthemeeditor.po --- old/grantlee-editor-23.08.1/po/zh_CN/contactprintthemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/zh_CN/contactprintthemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-16 00:47+0000\n" -"PO-Revision-Date: 2023-09-02 02:59\n" +"PO-Revision-Date: 2023-09-16 10:11\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/zh_CN/contactthemeeditor.po new/grantlee-editor-23.08.2/po/zh_CN/contactthemeeditor.po --- old/grantlee-editor-23.08.1/po/zh_CN/contactthemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/zh_CN/contactthemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-16 00:47+0000\n" -"PO-Revision-Date: 2023-09-02 02:59\n" +"PO-Revision-Date: 2023-09-16 10:11\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/zh_CN/headerthemeeditor.po new/grantlee-editor-23.08.2/po/zh_CN/headerthemeeditor.po --- old/grantlee-editor-23.08.1/po/zh_CN/headerthemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/zh_CN/headerthemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-16 00:47+0000\n" -"PO-Revision-Date: 2023-09-02 02:59\n" +"PO-Revision-Date: 2023-09-16 10:11\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.08.1/po/zh_CN/libgrantleethemeeditor.po new/grantlee-editor-23.08.2/po/zh_CN/libgrantleethemeeditor.po --- old/grantlee-editor-23.08.1/po/zh_CN/libgrantleethemeeditor.po 2023-09-03 06:06:50.000000000 +0200 +++ new/grantlee-editor-23.08.2/po/zh_CN/libgrantleethemeeditor.po 2023-10-01 05:40:18.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-16 00:47+0000\n" -"PO-Revision-Date: 2023-09-02 02:59\n" +"PO-Revision-Date: 2023-09-16 10:11\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"