Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmbox for openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kmbox (Old) and /work/SRC/openSUSE:Leap:16.0/.kmbox.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmbox" Thu Aug 7 19:22:35 2025 rev:4 rq:1292857 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kmbox/kmbox.changes 2025-04-23 10:13:51.229340265 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kmbox.new.1085/kmbox.changes 2025-08-07 19:28:32.931133255 +0200 @@ -1,0 +2,27 @@ +Tue Jul 1 15:27:07 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.3/ +- No code change since 25.04.2 + +------------------------------------------------------------------- +Tue Jun 3 21:12:31 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.2/ +- No code change since 25.04.1 + +------------------------------------------------------------------- +Wed May 7 21:00:19 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- 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: ---- kmbox-25.04.0.tar.xz kmbox-25.04.0.tar.xz.sig New: ---- kmbox-25.04.3.tar.xz kmbox-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmbox.spec ++++++ --- /var/tmp/diff_new_pack.e6o9hh/_old 2025-08-07 19:28:33.243146238 +0200 +++ /var/tmp/diff_new_pack.e6o9hh/_new 2025-08-07 19:28:33.247146405 +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.3 %bcond_without released Name: kmbox -Version: 25.04.0 +Version: 25.04.3 Release: 0 Summary: KDE PIM Libraries: Mailbox functionality License: LGPL-2.1-or-later ++++++ kmbox-25.04.0.tar.xz -> kmbox-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmbox-25.04.0/CMakeLists.txt new/kmbox-25.04.3/CMakeLists.txt --- old/kmbox-25.04.0/CMakeLists.txt 2025-03-29 08:14:46.000000000 +0100 +++ new/kmbox-25.04.3/CMakeLists.txt 2025-06-07 08:54:46.000000000 +0200 @@ -2,7 +2,7 @@ # 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.3") project(KMbox VERSION ${PIM_VERSION}) @@ -37,7 +37,7 @@ include(ECMAddQch) set(KMBOX_LIB_VERSION ${PIM_VERSION}) -set(KMIME_LIB_VERSION "6.4.0") +set(KMIME_LIB_VERSION "6.4.3") option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)")