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 2025-05-09 18:45:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
and /work/SRC/openSUSE:Factory/.grantlee-editor.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor"
Fri May 9 18:45:26 2025 rev:103 rq:1275690 version:25.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes
2025-04-20 19:55:36.181974061 +0200
+++
/work/SRC/openSUSE:Factory/.grantlee-editor.new.30101/grantlee-editor.changes
2025-05-09 18:46:53.621899841 +0200
@@ -1,0 +2,9 @@
+Wed May 7 20:59:50 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/25.04.1/
+- No code change since 25.04.0
+
+-------------------------------------------------------------------
Old:
----
grantlee-editor-25.04.0.tar.xz
grantlee-editor-25.04.0.tar.xz.sig
New:
----
grantlee-editor-25.04.1.tar.xz
grantlee-editor-25.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.Fkb9Vp/_old 2025-05-09 18:46:55.585981967 +0200
+++ /var/tmp/diff_new_pack.Fkb9Vp/_new 2025-05-09 18:46:55.585981967 +0200
@@ -18,11 +18,11 @@
%define kf6_version 6.6.0
%define qt6_version 6.6.0
-%define kpim6_version 6.4.0
+%define kpim6_version 6.4.1
%bcond_without released
Name: grantlee-editor
-Version: 25.04.0
+Version: 25.04.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-25.04.0.tar.xz -> grantlee-editor-25.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grantlee-editor-25.04.0/CMakeLists.txt
new/grantlee-editor-25.04.1/CMakeLists.txt
--- old/grantlee-editor-25.04.0/CMakeLists.txt 2025-03-29 08:16:34.000000000
+0100
+++ new/grantlee-editor-25.04.1/CMakeLists.txt 2025-04-19 15:44:16.000000000
+0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.4.0")
+set(PIM_VERSION "6.4.1")
project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "25.04.0")
+set(RELEASE_SERVICE_VERSION "25.04.1")
set(KF_MIN_VERSION "6.9.0")
set(QT_REQUIRED_VERSION "6.7.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -55,14 +55,14 @@
set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set(KDEPIM_LIB_SOVERSION "6")
-set(MESSAGELIB_LIB_VERSION "6.4.0")
+set(MESSAGELIB_LIB_VERSION "6.4.1")
-set(AKONADI_CONTACT_VERSION "6.4.0")
-set(KPIMTEXTEDIT_LIB_VERSION "6.4.0")
-set(LIBGRANTLEETHEME_LIB_VERSION "6.4.0")
-set(KIMAP_LIB_VERSION "6.4.0")
-set(PIMCOMMON_LIB_VERSION "6.4.0")
-set(KPIM_MIME_VERSION "6.4.0")
+set(AKONADI_CONTACT_VERSION "6.4.1")
+set(KPIMTEXTEDIT_LIB_VERSION "6.4.1")
+set(LIBGRANTLEETHEME_LIB_VERSION "6.4.1")
+set(KIMAP_LIB_VERSION "6.4.1")
+set(PIMCOMMON_LIB_VERSION "6.4.1")
+set(KPIM_MIME_VERSION "6.4.1")
set(KTEXTADDONS_MIN_VERSION "1.5.4")
find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets
WebEngineWidgets)