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-09-04 22:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Sat Sep  4 22:34:01 2021 rev:60 rq:915843 version:21.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2021-08-16 10:14:40.486872898 +0200
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.1899/grantlee-editor.changes    
    2021-09-04 22:36:19.384228550 +0200
@@ -1,0 +2,9 @@
+Wed Sep  1 12:37:48 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- No code change since 21.08.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.FjukzW/_old  2021-09-04 22:36:19.804229107 +0200
+++ /var/tmp/diff_new_pack.FjukzW/_new  2021-09-04 22:36:19.808229112 +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.08.0
+Version:        21.08.1
 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.08.0.tar.xz -> grantlee-editor-21.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.08.0/CMakeLists.txt 
new/grantlee-editor-21.08.1/CMakeLists.txt
--- old/grantlee-editor-21.08.0/CMakeLists.txt  2021-07-31 12:05:38.000000000 
+0200
+++ new/grantlee-editor-21.08.1/CMakeLists.txt  2021-08-13 08:44:22.000000000 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.0")
+set(PIM_VERSION "5.18.1")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.08.0")
+set(RELEASE_SERVICE_VERSION "21.08.1")
 set(KF5_MIN_VERSION "5.83.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.18.0")
+set(MESSAGELIB_LIB_VERSION "5.18.1")
 
-set(AKONADI_MIMELIB_VERSION "5.18.0")
-set(AKONADI_CONTACT_VERSION "5.18.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.18.0")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.18.0")
-set(LIBKLEO_LIB_VERSION "5.18.0")
+set(AKONADI_MIMELIB_VERSION "5.18.1")
+set(AKONADI_CONTACT_VERSION "5.18.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.18.1")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.18.1")
+set(LIBKLEO_LIB_VERSION "5.18.1")
 set(QT_REQUIRED_VERSION "5.15.0")
-set(KIMAP_LIB_VERSION "5.18.0")
-set(PIMCOMMON_LIB_VERSION "5.18.0")
+set(KIMAP_LIB_VERSION "5.18.1")
+set(PIMCOMMON_LIB_VERSION "5.18.1")
 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.08.0/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-21.08.1/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-21.08.0/po/zh_CN/contactprintthemeeditor.po     
2021-08-06 02:23:12.000000000 +0200
+++ new/grantlee-editor-21.08.1/po/zh_CN/contactprintthemeeditor.po     
2021-08-31 02:37:17.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\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.08.0/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-21.08.1/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-21.08.0/po/zh_CN/contactthemeeditor.po  2021-08-06 
02:23:12.000000000 +0200
+++ new/grantlee-editor-21.08.1/po/zh_CN/contactthemeeditor.po  2021-08-31 
02:37:17.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\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.08.0/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-21.08.1/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-21.08.0/po/zh_CN/headerthemeeditor.po   2021-08-06 
02:23:12.000000000 +0200
+++ new/grantlee-editor-21.08.1/po/zh_CN/headerthemeeditor.po   2021-08-31 
02:37:17.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-16 01:42+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\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.08.0/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-21.08.1/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-21.08.0/po/zh_CN/libgrantleethemeeditor.po      
2021-08-06 02:23:12.000000000 +0200
+++ new/grantlee-editor-21.08.1/po/zh_CN/libgrantleethemeeditor.po      
2021-08-31 02:37:17.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-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to