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 2022-01-11 21:17:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Tue Jan 11 21:17:45 2022 rev:64 rq:944265 version:21.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2021-12-13 20:47:19.736517179 +0100
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.1892/grantlee-editor.changes    
    2022-01-11 21:21:12.793040852 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:07 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.ZE25Fk/_old  2022-01-11 21:21:13.297041206 +0100
+++ /var/tmp/diff_new_pack.ZE25Fk/_new  2022-01-11 21:21:13.301041209 +0100
@@ -19,16 +19,16 @@
 %define kf5_version 5.79.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:           grantlee-editor
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        Messageviewer header theme editor based on Grantlee
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
@@ -73,7 +73,7 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
   %{kf5_find_htmldocs}
 %endif
@@ -96,7 +96,7 @@
 %{_kf5_debugdir}/grantleeditor.renamecategories
 %{_kf5_libdir}/libgrantleethemeeditor.so.*
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++++++ grantlee-editor-21.12.0.tar.xz -> grantlee-editor-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-21.12.0/CMakeLists.txt 
new/grantlee-editor-21.12.1/CMakeLists.txt
--- old/grantlee-editor-21.12.0/CMakeLists.txt  2021-11-30 21:53:36.000000000 
+0100
+++ new/grantlee-editor-21.12.1/CMakeLists.txt  2021-12-15 14:05:06.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.12.0")
+set(RELEASE_SERVICE_VERSION "21.12.1")
 set(KF5_MIN_VERSION "5.87.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -40,16 +40,16 @@
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION "5.19.0")
+set(MESSAGELIB_LIB_VERSION "5.19.1")
 
-set(AKONADI_MIMELIB_VERSION "5.19.0")
-set(AKONADI_CONTACT_VERSION "5.19.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.19.0")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.19.0")
-set(LIBKLEO_LIB_VERSION "5.19.0")
+set(AKONADI_MIMELIB_VERSION "5.19.1")
+set(AKONADI_CONTACT_VERSION "5.19.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.19.1")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.19.1")
+set(LIBKLEO_LIB_VERSION "5.19.1")
 set(QT_REQUIRED_VERSION "5.15.2")
-set(KIMAP_LIB_VERSION "5.19.0")
-set(PIMCOMMON_LIB_VERSION "5.19.0")
+set(KIMAP_LIB_VERSION "5.19.1")
+set(PIMCOMMON_LIB_VERSION "5.19.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.12.0/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-21.12.1/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-21.12.0/po/zh_CN/contactprintthemeeditor.po     
2021-12-03 01:16:20.000000000 +0100
+++ new/grantlee-editor-21.12.1/po/zh_CN/contactprintthemeeditor.po     
2022-01-04 01:23:37.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:10\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.12.0/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-21.12.1/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-21.12.0/po/zh_CN/contactthemeeditor.po  2021-12-03 
01:16:20.000000000 +0100
+++ new/grantlee-editor-21.12.1/po/zh_CN/contactthemeeditor.po  2022-01-04 
01:23:37.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:10\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.12.0/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-21.12.1/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-21.12.0/po/zh_CN/headerthemeeditor.po   2021-12-03 
01:16:20.000000000 +0100
+++ new/grantlee-editor-21.12.1/po/zh_CN/headerthemeeditor.po   2022-01-04 
01:23:37.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:10\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.12.0/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-21.12.1/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-21.12.0/po/zh_CN/libgrantleethemeeditor.po      
2021-12-03 01:16:20.000000000 +0100
+++ new/grantlee-editor-21.12.1/po/zh_CN/libgrantleethemeeditor.po      
2022-01-04 01:23:37.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-06 00:17+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to