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-02-07 22:47:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
and /work/SRC/openSUSE:Factory/.calendarsupport.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calendarsupport"
Fri Feb 7 22:47:12 2025 rev:108 rq:1243657 version:24.12.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes
2025-01-12 11:15:42.234253004 +0100
+++
/work/SRC/openSUSE:Factory/.calendarsupport.new.2316/calendarsupport.changes
2025-02-07 22:47:24.694141764 +0100
@@ -1,0 +2,9 @@
+Tue Feb 4 12:29:11 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:
----
calendarsupport-24.12.1.tar.xz
calendarsupport-24.12.1.tar.xz.sig
New:
----
calendarsupport-24.12.2.tar.xz
calendarsupport-24.12.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.8MIqAs/_old 2025-02-07 22:47:25.454173118 +0100
+++ /var/tmp/diff_new_pack.8MIqAs/_new 2025-02-07 22:47:25.454173118 +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: calendarsupport
-Version: 24.12.1
+Version: 24.12.2
Release: 0
Summary: KDE PIM calendaring support library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ calendarsupport-24.12.1.tar.xz -> calendarsupport-24.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-24.12.1/CMakeLists.txt
new/calendarsupport-24.12.2/CMakeLists.txt
--- old/calendarsupport-24.12.1/CMakeLists.txt 2024-12-13 08:20:23.000000000
+0100
+++ new/calendarsupport-24.12.2/CMakeLists.txt 2025-01-10 07:00:58.000000000
+0100
@@ -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.3.1")
+set(PIM_VERSION "6.3.2")
project(calendarsupport VERSION ${PIM_VERSION})
@@ -45,11 +45,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.3.1")
-set(CALENDARUTILS_LIB_VERSION "6.3.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.3.1")
-set(AKONADICALENDAR_LIB_VERSION "6.3.1")
-set(AKONADI_VERSION "6.3.1")
+set(KMIME_LIB_VERSION "6.3.2")
+set(CALENDARUTILS_LIB_VERSION "6.3.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.3.2")
+set(AKONADICALENDAR_LIB_VERSION "6.3.2")
+set(AKONADI_VERSION "6.3.2")
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)