Hello community,

here is the log from the commit of package grantlee-editor for openSUSE:Factory 
checked in at 2020-11-10 13:40:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Tue Nov 10 13:40:42 2020 rev:50 rq:846624 version:20.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2020-10-13 15:33:32.976997338 +0200
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.11331/grantlee-editor.changes   
    2020-11-10 13:47:30.783523686 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:45:32 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+-------------------------------------------------------------------

Old:
----
  grantlee-editor-20.08.2.tar.xz
  grantlee-editor-20.08.2.tar.xz.sig

New:
----
  grantlee-editor-20.08.3.tar.xz
  grantlee-editor-20.08.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.Pn5w1I/_old  2020-11-10 13:47:31.295522719 +0100
+++ /var/tmp/diff_new_pack.Pn5w1I/_new  2020-11-10 13:47:31.299522711 +0100
@@ -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.2
+Version:        20.08.3
 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.2.tar.xz -> grantlee-editor-20.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-20.08.2/CMakeLists.txt 
new/grantlee-editor-20.08.3/CMakeLists.txt
--- old/grantlee-editor-20.08.2/CMakeLists.txt  2020-10-06 05:39:43.000000000 
+0200
+++ new/grantlee-editor-20.08.3/CMakeLists.txt  2020-11-03 01:45:33.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.2")
+set(PIM_VERSION "5.15.3")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "20.08.2")
+set(RELEASE_SERVICE_VERSION "20.08.3")
 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.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.15.3")
 
-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(AKONADI_MIMELIB_VERSION "5.15.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.15.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.15.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.15.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.15.3")
 set(QT_REQUIRED_VERSION "5.13.0")
-set(KIMAP_LIB_VERSION "5.15.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.15.2")
+set(KIMAP_LIB_VERSION "5.15.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.15.3")
 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.2/po/ia/contactprintthemeeditor.po 
new/grantlee-editor-20.08.3/po/ia/contactprintthemeeditor.po
--- old/grantlee-editor-20.08.2/po/ia/contactprintthemeeditor.po        
2020-10-06 05:39:40.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/ia/contactprintthemeeditor.po        
2020-11-03 01:45:32.000000000 +0100
@@ -183,7 +183,7 @@
 #: themeeditorpage.cpp:178
 #, kde-format
 msgid "We cannot add preview file in zip file"
-msgstr "Non non pote adder file de vista preliminar in file zip"
+msgstr "Non non pote adder file de vista preliminari in file zip"
 
 #: themeeditorpage.cpp:178
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-20.08.2/po/ia/contactthemeeditor.po 
new/grantlee-editor-20.08.3/po/ia/contactthemeeditor.po
--- old/grantlee-editor-20.08.2/po/ia/contactthemeeditor.po     2020-10-06 
05:39:40.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/ia/contactthemeeditor.po     2020-11-03 
01:45:32.000000000 +0100
@@ -146,7 +146,7 @@
 #: contacteditorpage.cpp:179 contacteditorpage.cpp:185
 #, kde-format
 msgid "We cannot add preview file in zip file"
-msgstr "On non pote adder file de vista preliminar in file zip"
+msgstr "On non pote adder file de vista preliminari in file zip"
 
 #: contacteditorpage.cpp:179 contacteditorpage.cpp:185
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-20.08.2/po/ia/headerthemeeditor.po 
new/grantlee-editor-20.08.3/po/ia/headerthemeeditor.po
--- old/grantlee-editor-20.08.2/po/ia/headerthemeeditor.po      2020-10-06 
05:39:40.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/ia/headerthemeeditor.po      2020-11-03 
01:45:32.000000000 +0100
@@ -218,7 +218,7 @@
 #: themeeditorpage.cpp:202
 #, kde-format
 msgid "We cannot add preview file in zip file"
-msgstr "Il non pote monstrar vista preliminar de file"
+msgstr "Il non pote monstrar vista preliminari de file"
 
 #: themeeditorpage.cpp:202
 #, kde-format
@@ -325,4 +325,4 @@
 #~ msgstr "Claude scheda"
 
 #~ msgid "Preview"
-#~ msgstr "Vista preliminar"
+#~ msgstr "Vista preliminari"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-20.08.2/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-20.08.3/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-20.08.2/po/zh_CN/contactprintthemeeditor.po     
2020-10-06 05:39:42.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/zh_CN/contactprintthemeeditor.po     
2020-11-03 01:45:32.000000000 +0100
@@ -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-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\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.2/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-20.08.3/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-20.08.2/po/zh_CN/contactthemeeditor.po  2020-10-06 
05:39:42.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/zh_CN/contactthemeeditor.po  2020-11-03 
01:45:32.000000000 +0100
@@ -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-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\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.2/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-20.08.3/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-20.08.2/po/zh_CN/headerthemeeditor.po   2020-10-06 
05:39:42.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/zh_CN/headerthemeeditor.po   2020-11-03 
01:45:32.000000000 +0100
@@ -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-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\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.2/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-20.08.3/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-20.08.2/po/zh_CN/libgrantleethemeeditor.po      
2020-10-06 05:39:42.000000000 +0200
+++ new/grantlee-editor-20.08.3/po/zh_CN/libgrantleethemeeditor.po      
2020-11-03 01:45:32.000000000 +0100
@@ -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-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to