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 2022-09-09 18:25:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old) and /work/SRC/openSUSE:Factory/.grantlee-editor.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor" Fri Sep 9 18:25:44 2022 rev:72 rq:1001961 version:22.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes 2022-08-19 17:55:24.823966471 +0200 +++ /work/SRC/openSUSE:Factory/.grantlee-editor.new.2083/grantlee-editor.changes 2022-09-09 18:26:11.476728083 +0200 @@ -1,0 +2,8 @@ +Tue Sep 6 15:19:01 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.1/ + +------------------------------------------------------------------- Old: ---- grantlee-editor-22.08.0.tar.xz grantlee-editor-22.08.0.tar.xz.sig New: ---- grantlee-editor-22.08.1.tar.xz grantlee-editor-22.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grantlee-editor.spec ++++++ --- /var/tmp/diff_new_pack.I8VSMR/_old 2022-09-09 18:26:13.076732585 +0200 +++ /var/tmp/diff_new_pack.I8VSMR/_new 2022-09-09 18:26:13.080732597 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: grantlee-editor -Version: 22.08.0 +Version: 22.08.1 Release: 0 Summary: Messageviewer header theme editor based on Grantlee License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ grantlee-editor-22.08.0.tar.xz -> grantlee-editor-22.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/CMakeLists.txt new/grantlee-editor-22.08.1/CMakeLists.txt --- old/grantlee-editor-22.08.0/CMakeLists.txt 2022-08-08 07:04:05.000000000 +0200 +++ new/grantlee-editor-22.08.1/CMakeLists.txt 2022-08-31 04:51:25.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.21.0") +set(PIM_VERSION "5.21.1") project(grantlee-editor VERSION ${PIM_VERSION}) -set(RELEASE_SERVICE_VERSION "22.08.0") +set(RELEASE_SERVICE_VERSION "22.08.1") set(KF5_MIN_VERSION "5.95.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) @@ -41,16 +41,16 @@ set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") -set(MESSAGELIB_LIB_VERSION "5.21.0") +set(MESSAGELIB_LIB_VERSION "5.21.1") -set(AKONADI_MIMELIB_VERSION "5.21.0") -set(AKONADI_CONTACT_VERSION "5.21.0") -set(KPIMTEXTEDIT_LIB_VERSION "5.21.0") -set(LIBGRANTLEETHEME_LIB_VERSION "5.21.0") -set(LIBKLEO_LIB_VERSION "5.21.0") +set(AKONADI_MIMELIB_VERSION "5.21.1") +set(AKONADI_CONTACT_VERSION "5.21.1") +set(KPIMTEXTEDIT_LIB_VERSION "5.21.1") +set(LIBGRANTLEETHEME_LIB_VERSION "5.21.1") +set(LIBKLEO_LIB_VERSION "5.21.1") set(QT_REQUIRED_VERSION "5.15.2") -set(KIMAP_LIB_VERSION "5.21.0") -set(PIMCOMMON_LIB_VERSION "5.21.0") +set(KIMAP_LIB_VERSION "5.21.1") +set(PIMCOMMON_LIB_VERSION "5.21.1") 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-22.08.0/contactprintthemeeditor/org.kde.contactprintthemeeditor.desktop new/grantlee-editor-22.08.1/contactprintthemeeditor/org.kde.contactprintthemeeditor.desktop --- old/grantlee-editor-22.08.0/contactprintthemeeditor/org.kde.contactprintthemeeditor.desktop 2022-08-08 07:04:05.000000000 +0200 +++ new/grantlee-editor-22.08.1/contactprintthemeeditor/org.kde.contactprintthemeeditor.desktop 2022-08-31 04:51:25.000000000 +0200 @@ -13,6 +13,7 @@ Name[gl]=Editor de temas de impresi??n de contactos Name[ia]=Editor de thema de imprimer de Contact Name[it]=Editor dei temi di stampa dei contatti +Name[ka]=????????????????????? ??????????????? ?????????????????????????????? ???????????????????????? Name[ko]=????????? ?????? ?????? ????????? Name[lt]=Adresat?? spausdinimo apipavidalinimo redaktorius Name[nb]=Redigerer temaer for kontaktutskrift @@ -51,6 +52,7 @@ GenericName[gl]=Editor de temas de impresi??n de contactos GenericName[ia]=Editor de thema de imprimer de Contact GenericName[it]=Editor dei temi di stampa dei contatti +GenericName[ka]=????????????????????? ??????????????? ?????????????????????????????? ???????????????????????? GenericName[ko]=????????? ?????? ?????? ????????? GenericName[lt]=Adresat?? spausdinimo apipavidalinimo redaktorius GenericName[nb]=Redigerer temaer for kontaktutskrift diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/contactthemeeditor/org.kde.contactthemeeditor.desktop new/grantlee-editor-22.08.1/contactthemeeditor/org.kde.contactthemeeditor.desktop --- old/grantlee-editor-22.08.0/contactthemeeditor/org.kde.contactthemeeditor.desktop 2022-08-08 07:04:05.000000000 +0200 +++ new/grantlee-editor-22.08.1/contactthemeeditor/org.kde.contactthemeeditor.desktop 2022-08-31 04:51:25.000000000 +0200 @@ -16,6 +16,7 @@ Name[hu]=N??vjegy t??ma szerkeszt?? Name[ia]=Editor de thema de capite de KMail Name[it]=Editor dei temi dei contatti +Name[ka]=??????????????? ?????????????????????????????? ???????????????????????? Name[kk]=?????????????? ?????????????????? ?????????????????? Name[ko]=????????? ?????? ????????? Name[lt]=Adresat?? apipavidalinimo redaktorius @@ -60,6 +61,7 @@ GenericName[hu]=N??vjegy t??ma szerkeszt?? GenericName[ia]=Editor de thema de Contacto (Contact Theme Editor) GenericName[it]=Editor dei temi dei contatti +GenericName[ka]=??????????????? ?????????????????????????????? ???????????????????????? GenericName[kk]=?????????????? ?????????????????? ?????????????????? GenericName[ko]=????????? ?????? ????????? GenericName[lt]=Adresat?? apipavidalinimo redaktorius diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/headerthemeeditor/org.kde.headerthemeeditor.desktop new/grantlee-editor-22.08.1/headerthemeeditor/org.kde.headerthemeeditor.desktop --- old/grantlee-editor-22.08.0/headerthemeeditor/org.kde.headerthemeeditor.desktop 2022-08-08 07:04:05.000000000 +0200 +++ new/grantlee-editor-22.08.1/headerthemeeditor/org.kde.headerthemeeditor.desktop 2022-08-31 04:51:25.000000000 +0200 @@ -16,6 +16,7 @@ Name[hu]=KMail fejl??ct??ma szerkeszt?? Name[ia]=Editor de thema de capite de KMail Name[it]=Editor dei temi delle intestazioni di KMail +Name[ka]=KMail-?????? ???????????????????????? ??????????????? ??????????????????????????? Name[kk]=KMail ?????????? ?????????????????? ?????????????????? Name[ko]=KMail ?????? ?????? ????????? Name[lt]=KMail antra??t??s apipavidalinimo redaktorius @@ -60,6 +61,7 @@ GenericName[hu]=Mail fejl??ct??ma szerkeszt?? GenericName[ia]=Editor de thema de capite de KMail GenericName[it]=Editor dei temi delle intestazioni della posta +GenericName[ka]=KMail-?????? ???????????????????????? ??????????????? ??????????????????????????? GenericName[kk]=?????????? ?????????? ?????????????????? ?????????????????? GenericName[ko]=?????? ?????? ?????? ????????? GenericName[lt]=Pa??to antra??t??s apipavidalinimo redaktorius diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/po/ca@valencia/libgrantleethemeeditor.po new/grantlee-editor-22.08.1/po/ca@valencia/libgrantleethemeeditor.po --- old/grantlee-editor-22.08.0/po/ca@valencia/libgrantleethemeeditor.po 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/ca@valencia/libgrantleethemeeditor.po 2022-09-06 02:14:38.000000000 +0200 @@ -65,7 +65,7 @@ msgstr "" "Aneu amb compte, Grantlee no admet ??-?? en el nom de la variable. De manera " "que quan vulgueu afegir una cap??alera addicional com ??X-Original-To?? afegiu " -"??X-Original-To?? a la llista, per?? utilitzeu ??XOriginalTo?? com a variable en " +"??X-Original-To?? en la llista, per?? utilitzeu ??XOriginalTo?? com a variable en " "Grantlee (elimineu ??-?? del nom)." #: desktopfilepage.cpp:127 editorpage.cpp:102 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/po/es/docs/contactthemeeditor/index.docbook new/grantlee-editor-22.08.1/po/es/docs/contactthemeeditor/index.docbook --- old/grantlee-editor-22.08.0/po/es/docs/contactthemeeditor/index.docbook 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/es/docs/contactthemeeditor/index.docbook 2022-09-06 02:14:38.000000000 +0200 @@ -110,8 +110,7 @@ >Traducido por Javier Vi??al <email >fjvi...@gmail.com</email ></para -> -&underFDL; &underGPL; </sect2> +> &underFDL; &underGPL; </sect2> </sect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/po/es/docs/headerthemeeditor/index.docbook new/grantlee-editor-22.08.1/po/es/docs/headerthemeeditor/index.docbook --- old/grantlee-editor-22.08.0/po/es/docs/headerthemeeditor/index.docbook 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/es/docs/headerthemeeditor/index.docbook 2022-09-06 02:14:38.000000000 +0200 @@ -92,7 +92,7 @@ >Blog</ulink >.</para> <para ->Usted puede encontrar m??s informaci??n en la documentaci??n de <ulink url="http://www.grantlee.org/apidox/" +>Puede encontrar m??s informaci??n en la documentaci??n de <ulink url="http://www.grantlee.org/apidox/" >Grantlee</ulink >.</para> <para @@ -117,8 +117,7 @@ >Traducido por Javier Vi??al <email >fjvi...@gmail.com</email ></para -> -&underFDL; &underGPL; </sect2> +> &underFDL; &underGPL; </sect2> </sect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/po/ru/docs/headerthemeeditor/index.docbook new/grantlee-editor-22.08.1/po/ru/docs/headerthemeeditor/index.docbook --- old/grantlee-editor-22.08.0/po/ru/docs/headerthemeeditor/index.docbook 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/ru/docs/headerthemeeditor/index.docbook 2022-09-06 02:14:38.000000000 +0200 @@ -102,8 +102,8 @@ <title >???????????? ?? ???????????????????? ???????????????????? >????????????????????</title> <para ->?????????????? ???????????????? ???????????? ?? ???????????? ?????????????????????? ???????????????????? ?? ???????? <ulink url="http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/" ->??????????</ulink +>You can find a brief introduction to this application in <ulink url="https://web.archive.org/web/20170418182202/http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/" +>this Blog post</ulink >.</para> <para >?????????? ???????????????? ?????????? ?????????????????? ????????????????, >???????????????????????? ?? ?????????????????????????? <ulink >url="http://www.grantlee.org/apidox/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-22.08.0/po/zh_CN/contactprintthemeeditor.po new/grantlee-editor-22.08.1/po/zh_CN/contactprintthemeeditor.po --- old/grantlee-editor-22.08.0/po/zh_CN/contactprintthemeeditor.po 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/zh_CN/contactprintthemeeditor.po 2022-09-06 02:14:38.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-02 00:47+0000\n" -"PO-Revision-Date: 2022-08-07 13:32\n" +"PO-Revision-Date: 2022-08-20 14:20\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-22.08.0/po/zh_CN/contactthemeeditor.po new/grantlee-editor-22.08.1/po/zh_CN/contactthemeeditor.po --- old/grantlee-editor-22.08.0/po/zh_CN/contactthemeeditor.po 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/zh_CN/contactthemeeditor.po 2022-09-06 02:14:38.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-14 00:44+0000\n" -"PO-Revision-Date: 2022-08-07 13:32\n" +"PO-Revision-Date: 2022-08-20 14:20\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-22.08.0/po/zh_CN/headerthemeeditor.po new/grantlee-editor-22.08.1/po/zh_CN/headerthemeeditor.po --- old/grantlee-editor-22.08.0/po/zh_CN/headerthemeeditor.po 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/zh_CN/headerthemeeditor.po 2022-09-06 02:14:38.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-14 00:44+0000\n" -"PO-Revision-Date: 2022-08-07 13:32\n" +"PO-Revision-Date: 2022-08-20 14:20\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-22.08.0/po/zh_CN/libgrantleethemeeditor.po new/grantlee-editor-22.08.1/po/zh_CN/libgrantleethemeeditor.po --- old/grantlee-editor-22.08.0/po/zh_CN/libgrantleethemeeditor.po 2022-08-12 02:11:40.000000000 +0200 +++ new/grantlee-editor-22.08.1/po/zh_CN/libgrantleethemeeditor.po 2022-09-06 02:14:38.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-03-26 00:44+0000\n" -"PO-Revision-Date: 2022-08-07 13:32\n" +"PO-Revision-Date: 2022-08-20 14:20\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"