Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kimap for openSUSE:Factory checked in at 2025-07-06 17:01:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kimap (Old) and /work/SRC/openSUSE:Factory/.kimap.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kimap" Sun Jul 6 17:01:21 2025 rev:119 rq:1290357 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kimap/kimap.changes 2025-06-06 22:33:30.853117226 +0200 +++ /work/SRC/openSUSE:Factory/.kimap.new.1903/kimap.changes 2025-07-06 17:02:34.425694532 +0200 @@ -1,0 +2,9 @@ +Tue Jul 1 15:27:00 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: ---- kimap-25.04.2.tar.xz kimap-25.04.2.tar.xz.sig New: ---- kimap-25.04.3.tar.xz kimap-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimap.spec ++++++ --- /var/tmp/diff_new_pack.KZ3rV3/_old 2025-07-06 17:02:35.513739605 +0200 +++ /var/tmp/diff_new_pack.KZ3rV3/_new 2025-07-06 17:02:35.517739771 +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: kimap -Version: 25.04.2 +Version: 25.04.3 Release: 0 Summary: Library to assist working with IMAP servers License: LGPL-2.1-or-later ++++++ kimap-25.04.2.tar.xz -> kimap-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-25.04.2/CMakeLists.txt new/kimap-25.04.3/CMakeLists.txt --- old/kimap-25.04.2/CMakeLists.txt 2025-05-11 08:18:16.000000000 +0200 +++ new/kimap-25.04.3/CMakeLists.txt 2025-06-07 08:54:21.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.2") +set(PIM_VERSION "6.4.3") project(KIMAP VERSION ${PIM_VERSION}) @@ -52,7 +52,7 @@ set(KIMAP_LIB_VERSION ${PIM_VERSION}) -set(KMIME_LIBS_VERSION "6.4.2") +set(KMIME_LIBS_VERSION "6.4.3") ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/kimap_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KPim6IMAPConfigVersion.cmake"