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-02-07 22:58:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
and /work/SRC/openSUSE:Factory/.grantlee-editor.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grantlee-editor"
Fri Feb 7 22:58:44 2025 rev:100 rq:1243673 version:24.12.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes
2025-01-12 11:21:52.849495621 +0100
+++
/work/SRC/openSUSE:Factory/.grantlee-editor.new.2316/grantlee-editor.changes
2025-02-07 23:00:46.739100643 +0100
@@ -1,0 +2,9 @@
+Tue Feb 4 12:29:16 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 24.12.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/24.12.2/
+- No code change since 24.12.1
+
+-------------------------------------------------------------------
Old:
----
grantlee-editor-24.12.1.tar.xz
grantlee-editor-24.12.1.tar.xz.sig
New:
----
grantlee-editor-24.12.2.tar.xz
grantlee-editor-24.12.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.OnQWkz/_old 2025-02-07 23:00:47.543133828 +0100
+++ /var/tmp/diff_new_pack.OnQWkz/_new 2025-02-07 23:00:47.547133993 +0100
@@ -18,11 +18,11 @@
%define kf6_version 6.6.0
%define qt6_version 6.6.0
-%define kpim6_version 6.3.1
+%define kpim6_version 6.3.2
%bcond_without released
Name: grantlee-editor
-Version: 24.12.1
+Version: 24.12.2
Release: 0
Summary: Messageviewer header theme editor based on Grantlee
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ grantlee-editor-24.12.1.tar.xz -> grantlee-editor-24.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grantlee-editor-24.12.1/CMakeLists.txt
new/grantlee-editor-24.12.2/CMakeLists.txt
--- old/grantlee-editor-24.12.1/CMakeLists.txt 2024-12-23 04:10:14.000000000
+0100
+++ new/grantlee-editor-24.12.2/CMakeLists.txt 2025-01-10 07:02:13.000000000
+0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.3.1")
+set(PIM_VERSION "6.3.2")
project(grantlee-editor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "24.12.1")
+set(RELEASE_SERVICE_VERSION "24.12.2")
set(KF_MIN_VERSION "6.6.0")
set(QT_REQUIRED_VERSION "6.7.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -56,14 +56,14 @@
set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set(KDEPIM_LIB_SOVERSION "6")
-set(MESSAGELIB_LIB_VERSION "6.3.1")
+set(MESSAGELIB_LIB_VERSION "6.3.2")
-set(AKONADI_CONTACT_VERSION "6.3.1")
-set(KPIMTEXTEDIT_LIB_VERSION "6.3.1")
-set(LIBGRANTLEETHEME_LIB_VERSION "6.3.1")
-set(KIMAP_LIB_VERSION "6.3.1")
-set(PIMCOMMON_LIB_VERSION "6.3.1")
-set(KPIM_MIME_VERSION "6.3.1")
+set(AKONADI_CONTACT_VERSION "6.3.2")
+set(KPIMTEXTEDIT_LIB_VERSION "6.3.2")
+set(LIBGRANTLEETHEME_LIB_VERSION "6.3.2")
+set(KIMAP_LIB_VERSION "6.3.2")
+set(PIMCOMMON_LIB_VERSION "6.3.2")
+set(KPIM_MIME_VERSION "6.3.2")
set(KTEXTADDONS_MIN_VERSION "1.5.4")
find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets
WebEngineWidgets)