Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package pim-sieve-editor for
openSUSE:Factory checked in at 2025-05-09 18:48:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-sieve-editor (Old)
and /work/SRC/openSUSE:Factory/.pim-sieve-editor.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-sieve-editor"
Fri May 9 18:48:15 2025 rev:102 rq:1275883 version:25.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes
2025-04-20 20:06:33.157545697 +0200
+++
/work/SRC/openSUSE:Factory/.pim-sieve-editor.new.30101/pim-sieve-editor.changes
2025-05-09 18:51:06.292436775 +0200
@@ -1,0 +2,9 @@
+Wed May 7 21:00:49 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:
----
pim-sieve-editor-25.04.0.tar.xz
pim-sieve-editor-25.04.0.tar.xz.sig
New:
----
pim-sieve-editor-25.04.1.tar.xz
pim-sieve-editor-25.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pim-sieve-editor.spec ++++++
--- /var/tmp/diff_new_pack.jNErJv/_old 2025-05-09 18:51:06.856460281 +0200
+++ /var/tmp/diff_new_pack.jNErJv/_new 2025-05-09 18:51:06.860460448 +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: pim-sieve-editor
-Version: 25.04.0
+Version: 25.04.1
Release: 0
Summary: Sieve scripts editor for KDE PIM applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ pim-sieve-editor-25.04.0.tar.xz -> pim-sieve-editor-25.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-sieve-editor-25.04.0/CMakeLists.txt
new/pim-sieve-editor-25.04.1/CMakeLists.txt
--- old/pim-sieve-editor-25.04.0/CMakeLists.txt 2025-04-07 23:44:41.000000000
+0200
+++ new/pim-sieve-editor-25.04.1/CMakeLists.txt 2025-05-03 00:08:19.000000000
+0200
@@ -2,12 +2,12 @@
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.4.0")
+set(PIM_VERSION "6.4.1")
project( sieveeditor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "25.04.0")
+set(RELEASE_SERVICE_VERSION "25.04.1")
# Update it for each release
-set(SIEVEEDITOR_RELEASE_VERSION_DATE "25.04.17") # yy.MM.dd
+set(SIEVEEDITOR_RELEASE_VERSION_DATE "25.05.05") # yy.MM.dd
# Use true if stable version => we will check specific version
set(SIEVEEDITOR_STABLE_VERSION true)
@@ -65,14 +65,14 @@
set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}
(${RELEASE_SERVICE_VERSION})")
-set(KMAILTRANSPORT_LIB_VERSION "6.4.0")
+set(KMAILTRANSPORT_LIB_VERSION "6.4.1")
set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set(KDEPIM_LIB_SOVERSION "6")
-set(LIBKSIEVE_LIB_VERSION "6.4.0")
-set(PIMCOMMON_LIB_VERSION "6.4.0")
-set(KIMAP_LIB_VERSION "6.4.0")
+set(LIBKSIEVE_LIB_VERSION "6.4.1")
+set(PIMCOMMON_LIB_VERSION "6.4.1")
+set(KIMAP_LIB_VERSION "6.4.1")
find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Network)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-sieve-editor-25.04.0/src/org.kde.sieveeditor.appdata.xml
new/pim-sieve-editor-25.04.1/src/org.kde.sieveeditor.appdata.xml
--- old/pim-sieve-editor-25.04.0/src/org.kde.sieveeditor.appdata.xml
2025-04-07 23:44:41.000000000 +0200
+++ new/pim-sieve-editor-25.04.1/src/org.kde.sieveeditor.appdata.xml
2025-05-03 00:08:19.000000000 +0200
@@ -151,6 +151,7 @@
</screenshots>
<project_group>KDE</project_group>
<releases>
+ <release version="6.4.1" date="2025-05-08"/>
<release version="6.4.0" date="2025-04-17"/>
<release version="6.3.3" date="2025-03-06"/>
<release version="6.3.2" date="2025-02-06"/>