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-07-09 23:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Fri Jul  9 23:58:49 2021 rev:58 rq:904872 version:21.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2021-06-12 20:08:15.856950930 +0200
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.2625/grantlee-editor.changes    
    2021-07-10 00:00:28.215996828 +0200
@@ -1,0 +2,9 @@
+Wed Jul  7 08:56:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04.3
+- No code change since 21.04.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.nJmQPE/_old  2021-07-10 00:00:29.291988461 +0200
+++ /var/tmp/diff_new_pack.nJmQPE/_new  2021-07-10 00:00:29.295988429 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           grantlee-editor
-Version:        21.04.2
+Version:        21.04.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-21.04.2.tar.xz -> grantlee-editor-21.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.04.2/CMakeLists.txt 
new/grantlee-editor-21.04.3/CMakeLists.txt
--- old/grantlee-editor-21.04.2/CMakeLists.txt  2021-05-15 15:22:28.000000000 
+0200
+++ new/grantlee-editor-21.04.3/CMakeLists.txt  2021-06-16 07:19:30.000000000 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.2")
+set(PIM_VERSION "5.17.3")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.04.2")
+set(RELEASE_SERVICE_VERSION "21.04.3")
 set(KF5_MIN_VERSION "5.79.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -38,16 +38,16 @@
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION "5.17.2")
+set(MESSAGELIB_LIB_VERSION "5.17.3")
 
-set(AKONADI_MIMELIB_VERSION "5.17.2")
-set(AKONADI_CONTACT_VERSION "5.17.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.17.2")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.17.2")
-set(LIBKLEO_LIB_VERSION "5.17.2")
+set(AKONADI_MIMELIB_VERSION "5.17.3")
+set(AKONADI_CONTACT_VERSION "5.17.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.17.3")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.17.3")
+set(LIBKLEO_LIB_VERSION "5.17.3")
 set(QT_REQUIRED_VERSION "5.14.0")
-set(KIMAP_LIB_VERSION "5.17.2")
-set(PIMCOMMON_LIB_VERSION "5.17.2")
+set(KIMAP_LIB_VERSION "5.17.3")
+set(PIMCOMMON_LIB_VERSION "5.17.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-21.04.2/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-21.04.3/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-21.04.2/po/zh_CN/contactprintthemeeditor.po     
2021-06-08 08:17:01.000000000 +0200
+++ new/grantlee-editor-21.04.3/po/zh_CN/contactprintthemeeditor.po     
2021-07-06 07:27:25.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\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-21.04.2/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-21.04.3/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-21.04.2/po/zh_CN/contactthemeeditor.po  2021-06-08 
08:17:01.000000000 +0200
+++ new/grantlee-editor-21.04.3/po/zh_CN/contactthemeeditor.po  2021-07-06 
07:27:25.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\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-21.04.2/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-21.04.3/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-21.04.2/po/zh_CN/headerthemeeditor.po   2021-06-08 
08:17:01.000000000 +0200
+++ new/grantlee-editor-21.04.3/po/zh_CN/headerthemeeditor.po   2021-07-06 
07:27:25.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\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-21.04.2/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-21.04.3/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-21.04.2/po/zh_CN/libgrantleethemeeditor.po      
2021-06-08 08:17:01.000000000 +0200
+++ new/grantlee-editor-21.04.3/po/zh_CN/libgrantleethemeeditor.po      
2021-07-06 07:27:25.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-02 02:46+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to