Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calendarsupport for openSUSE:Factory checked in at 2025-07-06 17:00:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old) and /work/SRC/openSUSE:Factory/.calendarsupport.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calendarsupport" Sun Jul 6 17:00:36 2025 rev:113 rq:1290266 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes 2025-06-06 22:32:53.739586784 +0200 +++ /work/SRC/openSUSE:Factory/.calendarsupport.new.1903/calendarsupport.changes 2025-07-06 17:01:03.677935261 +0200 @@ -1,0 +2,9 @@ +Tue Jul 1 15:26:32 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 + +------------------------------------------------------------------- Old: ---- calendarsupport-25.04.2.tar.xz calendarsupport-25.04.2.tar.xz.sig New: ---- calendarsupport-25.04.3.tar.xz calendarsupport-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calendarsupport.spec ++++++ --- /var/tmp/diff_new_pack.s8pgWy/_old 2025-07-06 17:01:05.870026069 +0200 +++ /var/tmp/diff_new_pack.s8pgWy/_new 2025-07-06 17:01:05.898027229 +0200 @@ -18,11 +18,11 @@ %define kf6_version 6.6.0 %define qt6_version 6.6.0 -%define kpim6_version 6.4.2 +%define kpim6_version 6.4.3 %bcond_without released Name: calendarsupport -Version: 25.04.2 +Version: 25.04.3 Release: 0 Summary: KDE PIM calendaring support library License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ calendarsupport-25.04.2.tar.xz -> calendarsupport-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calendarsupport-25.04.2/CMakeLists.txt new/calendarsupport-25.04.3/CMakeLists.txt --- old/calendarsupport-25.04.2/CMakeLists.txt 2025-05-25 05:58:28.000000000 +0200 +++ new/calendarsupport-25.04.3/CMakeLists.txt 2025-06-07 08:55:18.000000000 +0200 @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: none # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "6.4.2") +set(PIM_VERSION "6.4.3") project(calendarsupport VERSION ${PIM_VERSION}) @@ -44,11 +44,11 @@ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") set(CALENDARSUPPORT_LIB_VERSION ${PIM_VERSION}) -set(KMIME_LIB_VERSION "6.4.2") -set(CALENDARUTILS_LIB_VERSION "6.4.2") -set(IDENTITYMANAGEMENT_LIB_VERSION "6.4.2") -set(AKONADICALENDAR_LIB_VERSION "6.4.2") -set(AKONADI_VERSION "6.4.2") +set(KMIME_LIB_VERSION "6.4.3") +set(CALENDARUTILS_LIB_VERSION "6.4.3") +set(IDENTITYMANAGEMENT_LIB_VERSION "6.4.3") +set(AKONADICALENDAR_LIB_VERSION "6.4.3") +set(AKONADI_VERSION "6.4.3") set(KTEXTADDONS_MIN_VERSION "1.5.4") find_package(KPim6Akonadi ${AKONADI_VERSION} CONFIG REQUIRED) find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test PrintSupport)