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 2021-03-08 15:17:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Mon Mar  8 15:17:09 2021 rev:54 rq:877037 version:20.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2021-02-07 15:19:26.261809471 +0100
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.2378/grantlee-editor.changes    
    2021-03-08 15:19:02.990017450 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 06:09:37 UTC 2021 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.12.3
+- No code change since 20.12.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.Jn3wC0/_old  2021-03-08 15:19:03.874018097 +0100
+++ /var/tmp/diff_new_pack.Jn3wC0/_new  2021-03-08 15:19:03.878018101 +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.12.2
+Version:        20.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-20.12.2.tar.xz -> grantlee-editor-20.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-20.12.2/CMakeLists.txt 
new/grantlee-editor-20.12.3/CMakeLists.txt
--- old/grantlee-editor-20.12.2/CMakeLists.txt  2021-02-02 01:52:01.000000000 
+0100
+++ new/grantlee-editor-20.12.3/CMakeLists.txt  2021-03-02 01:52:09.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.16.2")
+set(PIM_VERSION "5.16.3")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "20.12.2")
+set(RELEASE_SERVICE_VERSION "20.12.3")
 set(KF5_MIN_VERSION "5.75.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 "5.16.2")
+set(MESSAGELIB_LIB_VERSION "5.16.3")
 
-set(AKONADI_MIMELIB_VERSION "5.16.2")
-set(AKONADI_CONTACT_VERSION "5.16.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.16.2")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.16.2")
-set(LIBKLEO_LIB_VERSION "5.16.2")
+set(AKONADI_MIMELIB_VERSION "5.16.3")
+set(AKONADI_CONTACT_VERSION "5.16.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.16.3")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.16.3")
+set(LIBKLEO_LIB_VERSION "5.16.3")
 set(QT_REQUIRED_VERSION "5.13.0")
-set(KIMAP_LIB_VERSION "5.16.2")
-set(PIMCOMMON_LIB_VERSION "5.16.2")
+set(KIMAP_LIB_VERSION "5.16.3")
+set(PIMCOMMON_LIB_VERSION "5.16.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.12.2/po/fr/contactprintthemeeditor.po 
new/grantlee-editor-20.12.3/po/fr/contactprintthemeeditor.po
--- old/grantlee-editor-20.12.2/po/fr/contactprintthemeeditor.po        
2021-02-02 01:52:00.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/fr/contactprintthemeeditor.po        
2021-03-02 01:52:07.000000000 +0100
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2020-09-10 02:28+0200\n"
 "PO-Revision-Date: 2020-02-02 23:59+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
-"Language-Team: FR\n"
+"Language-Team: French <kde-francoph...@kde.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-20.12.2/po/fr/contactthemeeditor.po 
new/grantlee-editor-20.12.3/po/fr/contactthemeeditor.po
--- old/grantlee-editor-20.12.2/po/fr/contactthemeeditor.po     2021-02-02 
01:52:00.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/fr/contactthemeeditor.po     2021-03-02 
01:52:07.000000000 +0100
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2020-09-14 02:25+0200\n"
 "PO-Revision-Date: 2020-12-29 19:15+0100\n"
 "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
-"Language-Team: FR\n"
+"Language-Team: French <kde-francoph...@kde.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-20.12.2/po/fr/headerthemeeditor.po 
new/grantlee-editor-20.12.3/po/fr/headerthemeeditor.po
--- old/grantlee-editor-20.12.2/po/fr/headerthemeeditor.po      2021-02-02 
01:52:00.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/fr/headerthemeeditor.po      2021-03-02 
01:52:07.000000000 +0100
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2020-09-10 02:28+0200\n"
 "PO-Revision-Date: 2020-02-02 23:59+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
-"Language-Team: FR\n"
+"Language-Team: French <kde-francoph...@kde.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-20.12.2/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-20.12.3/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-20.12.2/po/zh_CN/contactprintthemeeditor.po     
2021-02-02 01:52:01.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/zh_CN/contactprintthemeeditor.po     
2021-03-02 01:52:09.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-09-10 02:28+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:00\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.12.2/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-20.12.3/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-20.12.2/po/zh_CN/contactthemeeditor.po  2021-02-02 
01:52:01.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/zh_CN/contactthemeeditor.po  2021-03-02 
01:52:09.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-09-14 02:25+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:00\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.12.2/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-20.12.3/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-20.12.2/po/zh_CN/headerthemeeditor.po   2021-02-02 
01:52:01.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/zh_CN/headerthemeeditor.po   2021-03-02 
01:52:09.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-09-10 02:28+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:00\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.12.2/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-20.12.3/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-20.12.2/po/zh_CN/libgrantleethemeeditor.po      
2021-02-02 01:52:01.000000000 +0100
+++ new/grantlee-editor-20.12.3/po/zh_CN/libgrantleethemeeditor.po      
2021-03-02 01:52:09.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-09-10 02:28+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:00\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to