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-11-08 11:55:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksmtp (Old) and /work/SRC/openSUSE:Factory/.ksmtp.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksmtp" Fri Nov 8 11:55:05 2024 rev:85 rq:1222369 version:24.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes 2024-10-12 13:31:37.886965015 +0200 +++ /work/SRC/openSUSE:Factory/.ksmtp.new.2017/ksmtp.changes 2024-11-08 11:57:04.479694265 +0100 @@ -1,0 +2,9 @@ +Tue Nov 5 10:43:51 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.08.3/ +- No code change since 24.08.2 + +------------------------------------------------------------------- Old: ---- ksmtp-24.08.2.tar.xz ksmtp-24.08.2.tar.xz.sig New: ---- ksmtp-24.08.3.tar.xz ksmtp-24.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksmtp.spec ++++++ --- /var/tmp/diff_new_pack.OV3EsJ/_old 2024-11-08 11:57:05.159722621 +0100 +++ /var/tmp/diff_new_pack.OV3EsJ/_new 2024-11-08 11:57:05.159722621 +0100 @@ -18,11 +18,11 @@ %define kf6_version 6.3.0 %define qt6_version 6.6.0 -%define kpim6_version 6.2.2 +%define kpim6_version 6.2.3 %bcond_without released Name: ksmtp -Version: 24.08.2 +Version: 24.08.3 Release: 0 Summary: Job-based library to send email through an SMTP server License: LGPL-2.1-or-later ++++++ ksmtp-24.08.2.tar.xz -> ksmtp-24.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-24.08.2/CMakeLists.txt new/ksmtp-24.08.3/CMakeLists.txt --- old/ksmtp-24.08.2/CMakeLists.txt 2024-09-12 13:22:11.000000000 +0200 +++ new/ksmtp-24.08.3/CMakeLists.txt 2024-10-10 13:37:38.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.2.2") +set(PIM_VERSION "6.2.3") project(KSMTP VERSION ${PIM_VERSION})