Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksmtp for openSUSE:Factory checked in at 2023-05-12 20:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksmtp (Old) and /work/SRC/openSUSE:Factory/.ksmtp.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksmtp" Fri May 12 20:33:47 2023 rev:68 rq:1086398 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes 2023-04-23 22:46:39.426438054 +0200 +++ /work/SRC/openSUSE:Factory/.ksmtp.new.1533/ksmtp.changes 2023-05-12 20:34:31.592983636 +0200 @@ -1,0 +2,10 @@ +Tue May 9 10:47:28 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- Changes since 23.04.0: + * Use correct INSTALL_TARGETS_DEFAULT_ARGS + +------------------------------------------------------------------- Old: ---- ksmtp-23.04.0.tar.xz ksmtp-23.04.0.tar.xz.sig New: ---- ksmtp-23.04.1.tar.xz ksmtp-23.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksmtp.spec ++++++ --- /var/tmp/diff_new_pack.xBAd9E/_old 2023-05-12 20:34:32.200985669 +0200 +++ /var/tmp/diff_new_pack.xBAd9E/_new 2023-05-12 20:34:32.208985695 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: ksmtp -Version: 23.04.0 +Version: 23.04.1 Release: 0 Summary: Job-based library to send email through an SMTP server License: LGPL-2.1-or-later ++++++ ksmtp-23.04.0.tar.xz -> ksmtp-23.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.0/CMakeLists.txt new/ksmtp-23.04.1/CMakeLists.txt --- old/ksmtp-23.04.0/CMakeLists.txt 2023-04-11 06:38:12.000000000 +0200 +++ new/ksmtp-23.04.1/CMakeLists.txt 2023-04-30 07:32:01.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 "5.23.0") +set(PIM_VERSION "5.23.1") project(KSMTP VERSION ${PIM_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.0/po/de/libksmtp5.po new/ksmtp-23.04.1/po/de/libksmtp5.po --- old/ksmtp-23.04.0/po/de/libksmtp5.po 2023-04-11 06:38:12.000000000 +0200 +++ new/ksmtp-23.04.1/po/de/libksmtp5.po 2023-04-30 07:32:01.000000000 +0200 @@ -12,7 +12,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: job.cpp:58 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.0/po/zh_CN/libksmtp5.po new/ksmtp-23.04.1/po/zh_CN/libksmtp5.po --- old/ksmtp-23.04.0/po/zh_CN/libksmtp5.po 2023-04-11 06:38:12.000000000 +0200 +++ new/ksmtp-23.04.1/po/zh_CN/libksmtp5.po 2023-04-30 07:32:01.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-14 00:45+0000\n" -"PO-Revision-Date: 2023-04-10 14:12\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-23.04.0/src/CMakeLists.txt new/ksmtp-23.04.1/src/CMakeLists.txt --- old/ksmtp-23.04.0/src/CMakeLists.txt 2023-04-11 06:38:12.000000000 +0200 +++ new/ksmtp-23.04.1/src/CMakeLists.txt 2023-04-30 07:32:01.000000000 +0200 @@ -67,7 +67,7 @@ REQUIRED_HEADERS KSMTP_HEADERS ) -install(TARGETS KPim${KF_MAJOR_VERSION}SMTP EXPORT KPim${KF_MAJOR_VERSION}SMTPTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS KPim${KF_MAJOR_VERSION}SMTP EXPORT KPim${KF_MAJOR_VERSION}SMTPTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ksmtp_export.h