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 2023-01-07 17:17:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Sat Jan  7 17:17:55 2023 rev:76 rq:1056456 version:22.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2022-12-09 16:58:41.200079355 +0100
+++ 
/work/SRC/openSUSE:Factory/.grantlee-editor.new.1563/grantlee-editor.changes    
    2023-01-07 17:19:57.346242363 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 10:19:29 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 22.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.1/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.3favZX/_old  2023-01-07 17:19:57.926245823 +0100
+++ /var/tmp/diff_new_pack.3favZX/_new  2023-01-07 17:19:57.930245847 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           grantlee-editor
-Version:        22.12.0
+Version:        22.12.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-22.12.0.tar.xz -> grantlee-editor-22.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-22.12.0/CMakeLists.txt 
new/grantlee-editor-22.12.1/CMakeLists.txt
--- old/grantlee-editor-22.12.0/CMakeLists.txt  2022-11-29 04:16:05.000000000 
+0100
+++ new/grantlee-editor-22.12.1/CMakeLists.txt  2023-01-02 05:40:11.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.0")
+set(PIM_VERSION "5.22.1")
 project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "22.12.0")
+set(RELEASE_SERVICE_VERSION "22.12.1")
 set(KF5_MIN_VERSION "5.99.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -41,18 +41,18 @@
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION "5.22.0")
+set(MESSAGELIB_LIB_VERSION "5.22.1")
 
-set(AKONADI_MIMELIB_VERSION "5.22.0")
-set(AKONADI_CONTACT_VERSION "5.22.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.22.0")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.22.0")
+set(AKONADI_MIMELIB_VERSION "5.22.1")
+set(AKONADI_CONTACT_VERSION "5.22.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.22.1")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.22.1")
 set(QT_REQUIRED_VERSION "5.15.2")
 if (QT_MAJOR_VERSION STREQUAL "6")
     set(QT_REQUIRED_VERSION "6.4.0")
 endif()
-set(KIMAP_LIB_VERSION "5.22.0")
-set(PIMCOMMON_LIB_VERSION "5.22.0")
+set(KIMAP_LIB_VERSION "5.22.1")
+set(PIMCOMMON_LIB_VERSION "5.22.1")
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED 
Widgets WebEngineWidgets)
 
 # Find KF5 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-22.12.0/po/ca@valencia/libgrantleethemeeditor.po 
new/grantlee-editor-22.12.1/po/ca@valencia/libgrantleethemeeditor.po
--- old/grantlee-editor-22.12.0/po/ca@valencia/libgrantleethemeeditor.po        
2022-11-29 04:16:05.000000000 +0100
+++ new/grantlee-editor-22.12.1/po/ca@valencia/libgrantleethemeeditor.po        
2023-01-02 05:40:11.000000000 +0100
@@ -65,7 +65,7 @@
 msgstr ""
 "Aneu amb compte, Grantlee no admet «-» en el nom de la variable. De manera "
 "que quan vulgueu afegir una capçalera addicional com «X-Original-To» 
afegiu "
-"«X-Original-To» en la llista, però utilitzeu «XOriginalTo» com a 
variable en "
+"«X-Original-To» a la llista, però utilitzeu «XOriginalTo» com a variable 
en "
 "Grantlee (elimineu «-» del nom)."
 
 #: desktopfilepage.cpp:127 editorpage.cpp:102
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-22.12.0/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-22.12.1/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-22.12.0/po/zh_CN/contactprintthemeeditor.po     
2022-11-29 04:16:05.000000000 +0100
+++ new/grantlee-editor-22.12.1/po/zh_CN/contactprintthemeeditor.po     
2023-01-02 05:40:11.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2022-11-19 14:51\n"
+"PO-Revision-Date: 2022-12-24 11:44\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-22.12.0/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-22.12.1/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-22.12.0/po/zh_CN/contactthemeeditor.po  2022-11-29 
04:16:05.000000000 +0100
+++ new/grantlee-editor-22.12.1/po/zh_CN/contactthemeeditor.po  2023-01-02 
05:40:11.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2022-11-19 14:51\n"
+"PO-Revision-Date: 2022-12-24 11:44\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-22.12.0/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-22.12.1/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-22.12.0/po/zh_CN/headerthemeeditor.po   2022-11-29 
04:16:05.000000000 +0100
+++ new/grantlee-editor-22.12.1/po/zh_CN/headerthemeeditor.po   2023-01-02 
05:40:11.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2022-11-19 14:51\n"
+"PO-Revision-Date: 2022-12-24 11:44\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-22.12.0/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-22.12.1/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-22.12.0/po/zh_CN/libgrantleethemeeditor.po      
2022-11-29 04:16:05.000000000 +0100
+++ new/grantlee-editor-22.12.1/po/zh_CN/libgrantleethemeeditor.po      
2023-01-02 05:40:11.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-16 00:47+0000\n"
-"PO-Revision-Date: 2022-11-19 14:51\n"
+"PO-Revision-Date: 2022-12-24 11:44\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to