Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kimap for openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kimap (Old) and /work/SRC/openSUSE:Leap:16.0/.kimap.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kimap" Thu Aug 7 19:22:29 2025 rev:4 rq:1292831 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kimap/kimap.changes 2025-04-23 10:13:34.060622316 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kimap.new.1085/kimap.changes 2025-08-07 19:28:10.366194299 +0200 @@ -1,0 +2,27 @@ +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 + +------------------------------------------------------------------- +Tue Jun 3 21:12:25 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:13 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: ---- kimap-25.04.0.tar.xz kimap-25.04.0.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.EQ7ABT/_old 2025-08-07 19:28:10.678207283 +0200 +++ /var/tmp/diff_new_pack.EQ7ABT/_new 2025-08-07 19:28:10.678207283 +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: kimap -Version: 25.04.0 +Version: 25.04.3 Release: 0 Summary: Library to assist working with IMAP servers License: LGPL-2.1-or-later ++++++ kimap-25.04.0.tar.xz -> kimap-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimap-25.04.0/CMakeLists.txt new/kimap-25.04.3/CMakeLists.txt --- old/kimap-25.04.0/CMakeLists.txt 2025-03-29 08:14:22.000000000 +0100 +++ 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.0") +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.0") +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"