Hello community, here is the log from the commit of package grantlee-editor for openSUSE:Factory checked in at 2020-10-13 15:33:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old) and /work/SRC/openSUSE:Factory/.grantlee-editor.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor" Tue Oct 13 15:33:18 2020 rev:49 rq:840563 version:20.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes 2020-09-10 22:49:53.619942549 +0200 +++ /work/SRC/openSUSE:Factory/.grantlee-editor.new.3486/grantlee-editor.changes 2020-10-13 15:33:32.976997338 +0200 @@ -1,0 +2,9 @@ +Fri Oct 9 05:43:04 UTC 2020 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 20.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-10-apps-update +- No code change since 20.08.1 + +------------------------------------------------------------------- Old: ---- grantlee-editor-20.08.1.tar.xz grantlee-editor-20.08.1.tar.xz.sig New: ---- grantlee-editor-20.08.2.tar.xz grantlee-editor-20.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grantlee-editor.spec ++++++ --- /var/tmp/diff_new_pack.tSxl5D/_old 2020-10-13 15:33:33.664997824 +0200 +++ /var/tmp/diff_new_pack.tSxl5D/_new 2020-10-13 15:33:33.664997824 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: grantlee-editor -Version: 20.08.1 +Version: 20.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-20.08.1.tar.xz -> grantlee-editor-20.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/CMakeLists.txt new/grantlee-editor-20.08.2/CMakeLists.txt --- old/grantlee-editor-20.08.1/CMakeLists.txt 2020-09-01 08:34:57.000000000 +0200 +++ new/grantlee-editor-20.08.2/CMakeLists.txt 2020-10-06 05:39:43.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.15.1") +set(PIM_VERSION "5.15.2") project(grantlee-editor VERSION ${PIM_VERSION}) -set(RELEASE_SERVICE_VERSION "20.08.1") +set(RELEASE_SERVICE_VERSION "20.08.2") set(KF5_MIN_VERSION "5.71.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) @@ -37,16 +37,16 @@ set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") -set(MESSAGELIB_LIB_VERSION_LIB "5.15.1") +set(MESSAGELIB_LIB_VERSION_LIB "5.15.2") -set(AKONADI_MIMELIB_VERSION "5.15.1") -set(KPIMTEXTEDIT_LIB_VERSION "5.15.1") -set(KDEPIM_APPS_LIB_VERSION_LIB "5.15.1") -set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.1") -set(LIBKLEO_LIB_VERSION_LIB "5.15.1") +set(AKONADI_MIMELIB_VERSION "5.15.2") +set(KPIMTEXTEDIT_LIB_VERSION "5.15.2") +set(KDEPIM_APPS_LIB_VERSION_LIB "5.15.2") +set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.2") +set(LIBKLEO_LIB_VERSION_LIB "5.15.2") set(QT_REQUIRED_VERSION "5.13.0") -set(KIMAP_LIB_VERSION "5.15.1") -set(PIMCOMMON_LIB_VERSION_LIB "5.15.1") +set(KIMAP_LIB_VERSION "5.15.2") +set(PIMCOMMON_LIB_VERSION_LIB "5.15.2") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngine WebEngineWidgets) # Find KF5 package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca/contactprintthemeeditor.po new/grantlee-editor-20.08.2/po/ca/contactprintthemeeditor.po --- old/grantlee-editor-20.08.1/po/ca/contactprintthemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca/contactprintthemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2018. msgid "" msgstr "" -"Project-Id-Version: contactprintthemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" "PO-Revision-Date: 2020-07-10 17:33+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca/contactthemeeditor.po new/grantlee-editor-20.08.2/po/ca/contactthemeeditor.po --- old/grantlee-editor-20.08.1/po/ca/contactthemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca/contactthemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2018. msgid "" msgstr "" -"Project-Id-Version: contactthemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" "PO-Revision-Date: 2020-07-10 17:33+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca/headerthemeeditor.po new/grantlee-editor-20.08.2/po/ca/headerthemeeditor.po --- old/grantlee-editor-20.08.1/po/ca/headerthemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca/headerthemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2018. msgid "" msgstr "" -"Project-Id-Version: headerthemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" "PO-Revision-Date: 2020-07-10 17:34+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca/libgrantleethemeeditor.po new/grantlee-editor-20.08.2/po/ca/libgrantleethemeeditor.po --- old/grantlee-editor-20.08.1/po/ca/libgrantleethemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca/libgrantleethemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2014, 2016. msgid "" msgstr "" -"Project-Id-Version: libgrantleethemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-17 03:16+0100\n" "PO-Revision-Date: 2019-12-17 14:53+0100\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca@valencia/contactprintthemeeditor.po new/grantlee-editor-20.08.2/po/ca@valencia/contactprintthemeeditor.po --- old/grantlee-editor-20.08.1/po/ca@valencia/contactprintthemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca@valencia/contactprintthemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2018. msgid "" msgstr "" -"Project-Id-Version: contactprintthemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" "PO-Revision-Date: 2020-07-10 17:33+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca@valencia/contactthemeeditor.po new/grantlee-editor-20.08.2/po/ca@valencia/contactthemeeditor.po --- old/grantlee-editor-20.08.1/po/ca@valencia/contactthemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca@valencia/contactthemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2018. msgid "" msgstr "" -"Project-Id-Version: contactthemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" "PO-Revision-Date: 2020-07-10 17:33+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca@valencia/headerthemeeditor.po new/grantlee-editor-20.08.2/po/ca@valencia/headerthemeeditor.po --- old/grantlee-editor-20.08.1/po/ca@valencia/headerthemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca@valencia/headerthemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2018. msgid "" msgstr "" -"Project-Id-Version: headerthemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" "PO-Revision-Date: 2020-07-10 17:34+0200\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ca@valencia/libgrantleethemeeditor.po new/grantlee-editor-20.08.2/po/ca@valencia/libgrantleethemeeditor.po --- old/grantlee-editor-20.08.1/po/ca@valencia/libgrantleethemeeditor.po 2020-09-01 08:34:52.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ca@valencia/libgrantleethemeeditor.po 2020-10-06 05:39:39.000000000 +0200 @@ -7,7 +7,7 @@ # Josep Ma. Ferrer <txe...@gmail.com>, 2014, 2016. msgid "" msgstr "" -"Project-Id-Version: libgrantleethemeeditor\n" +"Project-Id-Version: grantlee-editor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-17 03:16+0100\n" "PO-Revision-Date: 2019-12-17 14:53+0100\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/ro/headerthemeeditor.po new/grantlee-editor-20.08.2/po/ro/headerthemeeditor.po --- old/grantlee-editor-20.08.1/po/ro/headerthemeeditor.po 2020-09-01 08:34:55.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/ro/headerthemeeditor.po 2020-10-06 05:39:41.000000000 +0200 @@ -1,22 +1,22 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. +# Sergiu Bivol <ser...@cip.md>, 2013, 2020. # -# Sergiu Bivol <ser...@ase.md>, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" -"PO-Revision-Date: 2013-09-15 12:29+0300\n" -"Last-Translator: Sergiu Bivol <ser...@ase.md>\n" -"Language-Team: Romanian <kde-i18n...@kde.org>\n" +"PO-Revision-Date: 2020-09-24 23:56+0100\n" +"Last-Translator: Sergiu Bivol <ser...@cip.md>\n" +"Language-Team: Romanian\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 19.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -26,7 +26,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "ser...@ase.md" +msgstr "ser...@cip.md" #: editorpage.cpp:66 #, kde-format @@ -74,13 +74,13 @@ #: previewwidget.cpp:47 themeeditormainwindow.cpp:152 #, kde-format msgid "Update view" -msgstr "" +msgstr "Actualizează vizualizarea" #: themeconfiguredialog.cpp:40 #, kde-format msgctxt "@title:window" msgid "Configure" -msgstr "" +msgstr "Configurează" #: themeconfiguredialog.cpp:50 #, kde-format @@ -90,33 +90,32 @@ #: themeconfiguredialog.cpp:55 #, kde-format msgid "General" -msgstr "" +msgstr "Generale" #: themeconfiguredialog.cpp:58 -#, fuzzy, kde-format -#| msgid "Theme Templates:" +#, kde-format msgid "Default Template" -msgstr "Șabloane de tematică:" +msgstr "Șablon implicit" #: themedefaulttemplate.cpp:27 #, kde-format msgid "Subject" -msgstr "" +msgstr "Subiect" #: themedefaulttemplate.cpp:33 #, kde-format msgid "From" -msgstr "" +msgstr "De la" #: themedefaulttemplate.cpp:39 #, kde-format msgid "To" -msgstr "" +msgstr "Către" #: themedefaulttemplate.cpp:45 #, kde-format msgid "Cc" -msgstr "" +msgstr "Copie" #: themeeditormainwindow.cpp:97 #, kde-format @@ -136,42 +135,42 @@ #: themeeditormainwindow.cpp:113 #, kde-format msgid "New theme..." -msgstr "" +msgstr "Tematică nouă..." #: themeeditormainwindow.cpp:116 #, kde-format msgid "Open theme..." -msgstr "" +msgstr "Deschide tematica..." #: themeeditormainwindow.cpp:118 #, kde-format msgid "Save theme" -msgstr "" +msgstr "Salvează tematica" #: themeeditormainwindow.cpp:121 #, kde-format msgid "Save theme as..." -msgstr "" +msgstr "Salvează tematica ca..." #: themeeditormainwindow.cpp:127 #, kde-format msgid "Install theme" -msgstr "" +msgstr "Instalează o tematică" #: themeeditormainwindow.cpp:131 #, kde-format msgid "Insert File..." -msgstr "" +msgstr "Inserează fișier..." #: themeeditormainwindow.cpp:137 #, kde-format msgid "Printing mode" -msgstr "" +msgstr "Regim de tipărire" #: themeeditormainwindow.cpp:142 #, kde-format msgid "Normal mode" -msgstr "" +msgstr "Regim normal" #: themeeditormainwindow.cpp:148 #, kde-format @@ -197,7 +196,7 @@ #: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" -msgstr "Fișier de birou" +msgstr "Fișier .desktop" #: themeeditorpage.cpp:166 #, kde-format @@ -207,7 +206,7 @@ #: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" -msgstr "" +msgstr "Tematica există deja" #: themeeditorpage.cpp:171 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grantlee-editor-20.08.1/po/zh_CN/contactprintthemeeditor.po new/grantlee-editor-20.08.2/po/zh_CN/contactprintthemeeditor.po --- old/grantlee-editor-20.08.1/po/zh_CN/contactprintthemeeditor.po 2020-09-01 08:34:56.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/zh_CN/contactprintthemeeditor.po 2020-10-06 05:39:42.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" -"PO-Revision-Date: 2020-08-12 20:42\n" +"PO-Revision-Date: 2020-09-23 12: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-20.08.1/po/zh_CN/contactthemeeditor.po new/grantlee-editor-20.08.2/po/zh_CN/contactthemeeditor.po --- old/grantlee-editor-20.08.1/po/zh_CN/contactthemeeditor.po 2020-09-01 08:34:56.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/zh_CN/contactthemeeditor.po 2020-10-06 05:39:42.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" -"PO-Revision-Date: 2020-08-12 20:42\n" +"PO-Revision-Date: 2020-09-23 12: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-20.08.1/po/zh_CN/headerthemeeditor.po new/grantlee-editor-20.08.2/po/zh_CN/headerthemeeditor.po --- old/grantlee-editor-20.08.1/po/zh_CN/headerthemeeditor.po 2020-09-01 08:34:56.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/zh_CN/headerthemeeditor.po 2020-10-06 05:39:42.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-01-02 03:12+0100\n" -"PO-Revision-Date: 2020-08-12 20:42\n" +"PO-Revision-Date: 2020-09-23 12: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-20.08.1/po/zh_CN/libgrantleethemeeditor.po new/grantlee-editor-20.08.2/po/zh_CN/libgrantleethemeeditor.po --- old/grantlee-editor-20.08.1/po/zh_CN/libgrantleethemeeditor.po 2020-09-01 08:34:56.000000000 +0200 +++ new/grantlee-editor-20.08.2/po/zh_CN/libgrantleethemeeditor.po 2020-10-06 05:39:42.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-17 03:16+0100\n" -"PO-Revision-Date: 2020-08-12 20:42\n" +"PO-Revision-Date: 2020-09-23 12:20\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"