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 2026-03-07 20:04:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
and /work/SRC/openSUSE:Factory/.grantlee-editor.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor"
Sat Mar 7 20:04:23 2026 rev:113 rq:1336923 version:25.12.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes
2026-02-06 19:08:53.892435555 +0100
+++
/work/SRC/openSUSE:Factory/.grantlee-editor.new.8177/grantlee-editor.changes
2026-03-07 20:07:04.904787191 +0100
@@ -1,0 +2,9 @@
+Tue Mar 3 09:56:26 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 25.12.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/25.12.3/
+- No code change since 25.12.2
+
+-------------------------------------------------------------------
Old:
----
grantlee-editor-25.12.2.tar.xz
grantlee-editor-25.12.2.tar.xz.sig
New:
----
grantlee-editor-25.12.3.tar.xz
grantlee-editor-25.12.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.mo932L/_old 2026-03-07 20:07:05.848826146 +0100
+++ /var/tmp/diff_new_pack.mo932L/_new 2026-03-07 20:07:05.852826311 +0100
@@ -18,11 +18,11 @@
%define kf6_version 6.19.0
%define qt6_version 6.9.0
-%define kpim6_version 6.6.2
+%define kpim6_version 6.6.3
%bcond_without released
Name: grantlee-editor
-Version: 25.12.2
+Version: 25.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-25.12.2.tar.xz -> grantlee-editor-25.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grantlee-editor-25.12.2/CMakeLists.txt
new/grantlee-editor-25.12.3/CMakeLists.txt
--- old/grantlee-editor-25.12.2/CMakeLists.txt 2026-01-30 04:50:14.000000000
+0100
+++ new/grantlee-editor-25.12.3/CMakeLists.txt 2026-02-20 05:14:28.000000000
+0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.6.2")
+set(PIM_VERSION "6.6.3")
project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "25.12.2")
+set(RELEASE_SERVICE_VERSION "25.12.3")
set(KF_MIN_VERSION "6.18.0")
set(QT_REQUIRED_VERSION "6.8.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -71,14 +71,14 @@
set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set(KDEPIM_LIB_SOVERSION "6")
-set(MESSAGELIB_LIB_VERSION "6.6.2")
+set(MESSAGELIB_LIB_VERSION "6.6.3")
-set(AKONADI_CONTACT_VERSION "6.6.2")
-set(KPIMTEXTEDIT_LIB_VERSION "6.6.2")
-set(LIBGRANTLEETHEME_LIB_VERSION "6.6.2")
-set(KIMAP_LIB_VERSION "6.6.2")
-set(PIMCOMMON_LIB_VERSION "6.6.2")
-set(KPIM_MIME_VERSION "6.6.2")
+set(AKONADI_CONTACT_VERSION "6.6.3")
+set(KPIMTEXTEDIT_LIB_VERSION "6.6.3")
+set(LIBGRANTLEETHEME_LIB_VERSION "6.6.3")
+set(KIMAP_LIB_VERSION "6.6.3")
+set(PIMCOMMON_LIB_VERSION "6.6.3")
+set(KPIM_MIME_VERSION "6.6.3")
set(KTEXTADDONS_MIN_VERSION "1.8.0")
find_package(
Qt6