Hello community,

here is the log from the commit of package grantlee-editor for openSUSE:Factory 
checked in at 2020-03-12 23:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Thu Mar 12 23:01:08 2020 rev:42 rq:782329 version:19.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2020-02-11 22:17:58.343323359 +0100
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.3160/grantlee-editor.changes    
    2020-03-12 23:01:53.171076346 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:35:45 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.ChiVJE/_old  2020-03-12 23:01:53.755076578 +0100
+++ /var/tmp/diff_new_pack.ChiVJE/_new  2020-03-12 23:01:53.763076582 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           grantlee-editor
-Version:        19.12.2
+Version:        19.12.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-19.12.2.tar.xz -> grantlee-editor-19.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-19.12.2/CMakeLists.txt 
new/grantlee-editor-19.12.3/CMakeLists.txt
--- old/grantlee-editor-19.12.2/CMakeLists.txt  2020-02-04 02:50:42.000000000 
+0100
+++ new/grantlee-editor-19.12.3/CMakeLists.txt  2020-03-03 01:33:36.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
-set(KDEPIM_VERSION_NUMBER "5.13.2")
+set(KDEPIM_VERSION_NUMBER "5.13.3")
 project(grantlee-editor VERSION ${KDEPIM_VERSION_NUMBER})
-set(KDE_APPLICATIONS_VERSION "19.12.2")
+set(KDE_APPLICATIONS_VERSION "19.12.3")
 set(KF5_MIN_VERSION "5.63.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -37,16 +37,16 @@
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION_LIB "5.13.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.13.3")
 
-set(AKONADI_MIMELIB_VERSION "5.13.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.2")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.13.2")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.13.2")
+set(AKONADI_MIMELIB_VERSION "5.13.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.13.3")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.13.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.13.3")
 set(QT_REQUIRED_VERSION "5.11.0")
-set(KIMAP_LIB_VERSION "5.13.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.13.2")
+set(KIMAP_LIB_VERSION "5.13.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.13.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-19.12.2/po/es/docs/contactthemeeditor/index.docbook 
new/grantlee-editor-19.12.3/po/es/docs/contactthemeeditor/index.docbook
--- old/grantlee-editor-19.12.2/po/es/docs/contactthemeeditor/index.docbook     
2020-02-04 02:50:41.000000000 +0100
+++ new/grantlee-editor-19.12.3/po/es/docs/contactthemeeditor/index.docbook     
2020-03-03 01:33:35.000000000 +0100
@@ -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-19.12.2/po/es/docs/headerthemeeditor/index.docbook 
new/grantlee-editor-19.12.3/po/es/docs/headerthemeeditor/index.docbook
--- old/grantlee-editor-19.12.2/po/es/docs/headerthemeeditor/index.docbook      
2020-02-04 02:50:41.000000000 +0100
+++ new/grantlee-editor-19.12.3/po/es/docs/headerthemeeditor/index.docbook      
2020-03-03 01:33:35.000000000 +0100
@@ -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-19.12.2/po/ia/libgrantleethemeeditor.po 
new/grantlee-editor-19.12.3/po/ia/libgrantleethemeeditor.po
--- old/grantlee-editor-19.12.2/po/ia/libgrantleethemeeditor.po 2020-02-04 
02:50:34.000000000 +0100
+++ new/grantlee-editor-19.12.3/po/ia/libgrantleethemeeditor.po 2020-03-03 
01:33:30.000000000 +0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# G.Sora <g.s...@tiscali.it>, 2013.
+# G.Sora <g.s...@tiscali.it>, 2013, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:14+0200\n"
-"PO-Revision-Date: 2013-11-28 16:13+0100\n"
-"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
-"Language-Team: Interlingua <kde-i18n...@kde.org>\n"
+"PO-Revision-Date: 2020-02-05 10:53+0100\n"
+"Last-Translator: giovanni <g.s...@tiscali.it>\n"
+"Language-Team: Interlingua <kde-i18n...@kde.org>\n"
 "Language: ia\n"
 "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"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #: desktopfilepage.cpp:45
 #, kde-format
@@ -65,23 +65,20 @@
 "nomine)."
 
 #: desktopfilepage.cpp:144 editorpage.cpp:118
-#, fuzzy, kde-format
-#| msgid "Failed to add file."
+#, kde-format
 msgid "Failed to add file into ZIP archive."
-msgstr "Falleva adder file."
+msgstr "Falleva adder file in archivo ZIP."
 
 #: desktopfilepage.cpp:145 editorpage.cpp:119
-#, fuzzy, kde-format
-#| msgid "Failed to add file."
+#, kde-format
 msgctxt "@title:window"
 msgid "Failed to add file"
-msgstr "Falleva adder file."
+msgstr "Falleva adder file"
 
 #: editorpage.cpp:107
-#, fuzzy, kde-format
-#| msgid "Impossible to open file \"%1\""
+#, kde-format
 msgid "Failed to open file \"%1\"."
-msgstr "Impossibile aperir file '\"%1\""
+msgstr "Falleva a aperir file \"%1\"."
 
 #: managethemes.cpp:53
 #, kde-format
@@ -99,18 +96,14 @@
 msgstr "Dele Thema"
 
 #: managethemes.cpp:111
-#, fuzzy, kde-format
-#| msgid "Do you want to remove selected theme?"
-#| msgid_plural "Do you want to remove %1 selected themes?"
+#, kde-format
 msgid "Do you want to remove the selected theme \"%1\" ?"
-msgstr "Tu vermente vole remover le thema seligite ?"
+msgstr "Tu vole remover le thema seligite \"%1\" ?"
 
 #: managethemes.cpp:113
-#, fuzzy, kde-format
-#| msgid "Do you want to remove selected theme?"
-#| msgid_plural "Do you want to remove %1 selected themes?"
+#, kde-format
 msgid "Do you want to remove %1 selected themes?"
-msgstr "Tu vermente vole remover le thema seligite ?"
+msgstr "Tu vole remover le themas %1 seligite ?"
 
 #: managethemes.cpp:115
 #, kde-format
@@ -144,10 +137,9 @@
 msgstr "Directorio de thema:"
 
 #: themeeditortabwidget.cpp:49
-#, fuzzy, kde-format
-#| msgid "Editor"
+#, kde-format
 msgid "Editor (%1)"
-msgstr "Editor"
+msgstr "Editor: (%1)"
 
 #: themeeditortabwidget.cpp:68
 #, kde-format


Reply via email to