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-06-09 20:37:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old) and /work/SRC/openSUSE:Factory/.grantlee-editor.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor" Fri Jun 9 20:37:59 2023 rev:81 rq:1091485 version:23.04.2 Changes: -------- --- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes 2023-05-12 20:36:05.833474997 +0200 +++ /work/SRC/openSUSE:Factory/.grantlee-editor.new.15902/grantlee-editor.changes 2023-06-09 20:39:55.427420465 +0200 @@ -1,0 +2,9 @@ +Tue Jun 6 20:00:38 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.2/ +- No code change since 23.04.1 + +------------------------------------------------------------------- Old: ---- grantlee-editor-23.04.1.tar.xz grantlee-editor-23.04.1.tar.xz.sig New: ---- grantlee-editor-23.04.2.tar.xz grantlee-editor-23.04.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grantlee-editor.spec ++++++ --- /var/tmp/diff_new_pack.XGjW9V/_old 2023-06-09 20:39:56.399426110 +0200 +++ /var/tmp/diff_new_pack.XGjW9V/_new 2023-06-09 20:39:56.407426157 +0200 @@ -19,7 +19,7 @@ %define kf5_version 5.99.0 %bcond_without released Name: grantlee-editor -Version: 23.04.1 +Version: 23.04.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.04.1.tar.xz -> grantlee-editor-23.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/CMakeLists.txt new/grantlee-editor-23.04.2/CMakeLists.txt --- old/grantlee-editor-23.04.1/CMakeLists.txt 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/CMakeLists.txt 2023-05-30 06:34:54.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.1") +set(PIM_VERSION "5.23.2") project(grantlee-editor VERSION ${PIM_VERSION}) -set(RELEASE_SERVICE_VERSION "23.04.1") +set(RELEASE_SERVICE_VERSION "23.04.2") set(KF_MIN_VERSION "5.103.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.23.1") +set(MESSAGELIB_LIB_VERSION "5.23.2") -set(AKONADI_MIMELIB_VERSION "5.23.1") -set(AKONADI_CONTACT_VERSION "5.23.1") -set(KPIMTEXTEDIT_LIB_VERSION "5.23.1") -set(LIBGRANTLEETHEME_LIB_VERSION "5.23.1") +set(AKONADI_MIMELIB_VERSION "5.23.2") +set(AKONADI_CONTACT_VERSION "5.23.2") +set(KPIMTEXTEDIT_LIB_VERSION "5.23.2") +set(LIBGRANTLEETHEME_LIB_VERSION "5.23.2") set(QT_REQUIRED_VERSION "5.15.2") if (QT_MAJOR_VERSION STREQUAL "6") set(QT_REQUIRED_VERSION "6.4.0") @@ -56,9 +56,9 @@ set(KF_MIN_VERSION "5.100.0") set(KF_MAJOR_VERSION "5") endif() -set(KIMAP_LIB_VERSION "5.23.1") -set(PIMCOMMON_LIB_VERSION "5.23.1") -set(KPIM_MIME_VERSION "5.23.1") +set(KIMAP_LIB_VERSION "5.23.2") +set(PIMCOMMON_LIB_VERSION "5.23.2") +set(KPIM_MIME_VERSION "5.23.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.04.1/po/ar/contactprintthemeeditor.po new/grantlee-editor-23.04.2/po/ar/contactprintthemeeditor.po --- old/grantlee-editor-23.04.1/po/ar/contactprintthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ar/contactprintthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -75,7 +75,7 @@ #: main.cpp:30 #, kde-format msgid "Copyright © 2015-%1 contactprintthemeeditor authors" -msgstr "Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø© © ٢٠١٥-%1 Ù٠ؤÙÙÙÙ Â«Ù ØØ±Ùر س٠ات طباعة اÙ٠تراسÙÙÙ»" +msgstr "Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø© © 2015-%1 Ù٠ؤÙÙÙÙ Â«Ù ØØ±Ùر س٠ات طباعة اÙ٠تراسÙÙÙ»" #: main.cpp:31 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ar/contactthemeeditor.po new/grantlee-editor-23.04.2/po/ar/contactthemeeditor.po --- old/grantlee-editor-23.04.1/po/ar/contactthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ar/contactthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -220,7 +220,7 @@ #: main.cpp:40 #, kde-format msgid "Copyright © 2013-%1 contactthemeeditor authors" -msgstr "Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø© © ٢٠١٣-%1 Ù٠ؤÙÙÙÙ Â«Ù ØØ±Ùر س٠ات اÙ٠تراسÙÙÙ»" +msgstr "Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø© © 2013-%1 Ù٠ؤÙÙÙÙ Â«Ù ØØ±Ùر س٠ات اÙ٠تراسÙÙÙ»" #: main.cpp:41 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ar/headerthemeeditor.po new/grantlee-editor-23.04.2/po/ar/headerthemeeditor.po --- old/grantlee-editor-23.04.1/po/ar/headerthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ar/headerthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -59,7 +59,7 @@ #: main.cpp:41 #, kde-format msgid "Copyright © 2013-%1 headerthemeeditor authors" -msgstr "Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø© © ٢٠١٣-%1 Ù٠ؤÙÙÙÙ Â«Ù ØØ±Ùر س٠ات Ø§ÙØªÙرÙÙØ³Ø§ØªÂ»" +msgstr "Ø§ÙØÙÙÙ Ù ØÙÙØ¸Ø© © 2013-%1 Ù٠ؤÙÙÙÙ Â«Ù ØØ±Ùر س٠ات Ø§ÙØªÙرÙÙØ³Ø§ØªÂ»" #: main.cpp:42 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ar/libgrantleethemeeditor.po new/grantlee-editor-23.04.2/po/ar/libgrantleethemeeditor.po --- old/grantlee-editor-23.04.1/po/ar/libgrantleethemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ar/libgrantleethemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -1,7 +1,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Safa Alfulaij <safa1996alful...@gmail.com>, ٢٠١٦, 2018. +# Safa Alfulaij <safa1996alful...@gmail.com>, 2016, 2018. # Zayed Al-Saidi <zayed.alsa...@gmail.com>, 2021. msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/fr/contactprintthemeeditor.po new/grantlee-editor-23.04.2/po/fr/contactprintthemeeditor.po --- old/grantlee-editor-23.04.1/po/fr/contactprintthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/fr/contactprintthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -4,8 +4,8 @@ # Vincent Pinon <vpi...@kde.org>, 2017, 2018. # Simon Depiets <sdepi...@gmail.com>, 2019, 2020. # Xavier Besnard <xavier.besn...@neuf.fr>, 2021, 2022. +# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023. # -# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023. msgid "" msgstr "" "Project-Id-Version: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/fr/contactthemeeditor.po new/grantlee-editor-23.04.2/po/fr/contactthemeeditor.po --- old/grantlee-editor-23.04.1/po/fr/contactthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/fr/contactthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -3,8 +3,8 @@ # Vincent Pinon <vincent.pi...@laposte.net>, 2013, 2014, 2015, 2016, 2017, 2018. # Simon Depiets <sdepi...@gmail.com>, 2019, 2020. # Xavier Besnard <xavier.besn...@neuf.fr>, 2020, 2021, 2022. +# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023. # -# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023. msgid "" msgstr "" "Project-Id-Version: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ja/contactprintthemeeditor.po new/grantlee-editor-23.04.2/po/ja/contactprintthemeeditor.po --- old/grantlee-editor-23.04.1/po/ja/contactprintthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ja/contactprintthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -10,7 +10,7 @@ "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" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ja/contactthemeeditor.po new/grantlee-editor-23.04.2/po/ja/contactthemeeditor.po --- old/grantlee-editor-23.04.1/po/ja/contactthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ja/contactthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -10,7 +10,7 @@ "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" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ja/headerthemeeditor.po new/grantlee-editor-23.04.2/po/ja/headerthemeeditor.po --- old/grantlee-editor-23.04.1/po/ja/headerthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ja/headerthemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -10,7 +10,7 @@ "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" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/ja/libgrantleethemeeditor.po new/grantlee-editor-23.04.2/po/ja/libgrantleethemeeditor.po --- old/grantlee-editor-23.04.1/po/ja/libgrantleethemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/ja/libgrantleethemeeditor.po 2023-05-30 06:34:54.000000000 +0200 @@ -10,7 +10,7 @@ "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" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-23.04.1/po/zh_CN/contactprintthemeeditor.po new/grantlee-editor-23.04.2/po/zh_CN/contactprintthemeeditor.po --- old/grantlee-editor-23.04.1/po/zh_CN/contactprintthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/zh_CN/contactprintthemeeditor.po 2023-05-30 06:34:54.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-04-29 08:36\n" +"PO-Revision-Date: 2023-05-22 14:03\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.04.1/po/zh_CN/contactthemeeditor.po new/grantlee-editor-23.04.2/po/zh_CN/contactthemeeditor.po --- old/grantlee-editor-23.04.1/po/zh_CN/contactthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/zh_CN/contactthemeeditor.po 2023-05-30 06:34:54.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-04-29 08:36\n" +"PO-Revision-Date: 2023-05-22 14:03\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.04.1/po/zh_CN/headerthemeeditor.po new/grantlee-editor-23.04.2/po/zh_CN/headerthemeeditor.po --- old/grantlee-editor-23.04.1/po/zh_CN/headerthemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/zh_CN/headerthemeeditor.po 2023-05-30 06:34:54.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-04-29 08:36\n" +"PO-Revision-Date: 2023-05-22 14:03\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.04.1/po/zh_CN/libgrantleethemeeditor.po new/grantlee-editor-23.04.2/po/zh_CN/libgrantleethemeeditor.po --- old/grantlee-editor-23.04.1/po/zh_CN/libgrantleethemeeditor.po 2023-05-01 06:04:51.000000000 +0200 +++ new/grantlee-editor-23.04.2/po/zh_CN/libgrantleethemeeditor.po 2023-05-30 06:34:54.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-04-29 08:36\n" +"PO-Revision-Date: 2023-05-22 14:03\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"