Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksmtp for openSUSE:Factory checked in at 2024-07-05 19:46:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksmtp (Old) and /work/SRC/openSUSE:Factory/.ksmtp.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksmtp" Fri Jul 5 19:46:20 2024 rev:81 rq:1185623 version:24.05.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes 2024-06-14 19:00:14.719553218 +0200 +++ /work/SRC/openSUSE:Factory/.ksmtp.new.2080/ksmtp.changes 2024-07-05 19:52:16.760805686 +0200 @@ -1,0 +2,9 @@ +Tue Jul 2 13:54:51 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.05.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.05.2/ +- No code change since 24.05.1 + +------------------------------------------------------------------- Old: ---- ksmtp-24.05.1.tar.xz ksmtp-24.05.1.tar.xz.sig New: ---- ksmtp-24.05.2.tar.xz ksmtp-24.05.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksmtp.spec ++++++ --- /var/tmp/diff_new_pack.XbNh6L/_old 2024-07-05 19:52:17.204822033 +0200 +++ /var/tmp/diff_new_pack.XbNh6L/_new 2024-07-05 19:52:17.208822180 +0200 @@ -18,11 +18,11 @@ %define kf6_version 6.0.0 %define qt6_version 6.6.0 -%define kpim6_version 6.1.1 +%define kpim6_version 6.1.2 %bcond_without released Name: ksmtp -Version: 24.05.1 +Version: 24.05.2 Release: 0 Summary: Job-based library to send email through an SMTP server License: LGPL-2.1-or-later ++++++ ksmtp-24.05.1.tar.xz -> ksmtp-24.05.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-24.05.1/CMakeLists.txt new/ksmtp-24.05.2/CMakeLists.txt --- old/ksmtp-24.05.1/CMakeLists.txt 2024-06-10 05:38:41.000000000 +0200 +++ new/ksmtp-24.05.2/CMakeLists.txt 2024-06-14 06:52:04.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.1.1") +set(PIM_VERSION "6.1.2") project(KSMTP VERSION ${PIM_VERSION})