Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kontactinterface for openSUSE:Factory checked in at 2023-05-12 20:33:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kontactinterface (Old) and /work/SRC/openSUSE:Factory/.kontactinterface.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kontactinterface" Fri May 12 20:33:39 2023 rev:92 rq:1086375 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes 2023-04-23 22:46:37.442426845 +0200 +++ /work/SRC/openSUSE:Factory/.kontactinterface.new.1533/kontactinterface.changes 2023-05-12 20:34:21.100948562 +0200 @@ -1,0 +2,10 @@ +Tue May 9 10:47:20 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: ---- kontactinterface-23.04.0.tar.xz kontactinterface-23.04.0.tar.xz.sig New: ---- kontactinterface-23.04.1.tar.xz kontactinterface-23.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kontactinterface.spec ++++++ --- /var/tmp/diff_new_pack.a6CMdo/_old 2023-05-12 20:34:23.028955008 +0200 +++ /var/tmp/diff_new_pack.a6CMdo/_new 2023-05-12 20:34:23.036955034 +0200 @@ -19,7 +19,7 @@ %define kf5_version 5.99.0 %bcond_without released Name: kontactinterface -Version: 23.04.0 +Version: 23.04.1 Release: 0 Summary: KDE PIM Libraries: Interface to Contacts License: LGPL-2.1-or-later ++++++ kontactinterface-23.04.0.tar.xz -> kontactinterface-23.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kontactinterface-23.04.0/CMakeLists.txt new/kontactinterface-23.04.1/CMakeLists.txt --- old/kontactinterface-23.04.0/CMakeLists.txt 2023-04-11 06:37:52.000000000 +0200 +++ new/kontactinterface-23.04.1/CMakeLists.txt 2023-04-30 07:31:34.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(KontactInterface VERSION ${PIM_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kontactinterface-23.04.0/po/de/kontactinterfaces5.po new/kontactinterface-23.04.1/po/de/kontactinterfaces5.po --- old/kontactinterface-23.04.0/po/de/kontactinterfaces5.po 2023-04-11 06:37:52.000000000 +0200 +++ new/kontactinterface-23.04.1/po/de/kontactinterfaces5.po 2023-04-30 07:31:34.000000000 +0200 @@ -11,7 +11,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" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kontactinterface-23.04.0/po/zh_CN/kontactinterfaces5.po new/kontactinterface-23.04.1/po/zh_CN/kontactinterfaces5.po --- old/kontactinterface-23.04.0/po/zh_CN/kontactinterfaces5.po 2023-04-11 06:37:52.000000000 +0200 +++ new/kontactinterface-23.04.1/po/zh_CN/kontactinterfaces5.po 2023-04-30 07:31:34.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:17+0200\n" -"PO-Revision-Date: 2023-04-10 14:13\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/kontactinterface-23.04.0/src/CMakeLists.txt new/kontactinterface-23.04.1/src/CMakeLists.txt --- old/kontactinterface-23.04.0/src/CMakeLists.txt 2023-04-11 06:37:52.000000000 +0200 +++ new/kontactinterface-23.04.1/src/CMakeLists.txt 2023-04-30 07:31:34.000000000 +0200 @@ -58,7 +58,7 @@ ) -install(TARGETS KPim${KF_MAJOR_VERSION}KontactInterface EXPORT KPim${KF_MAJOR_VERSION}KontactInterfaceTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS KPim${KF_MAJOR_VERSION}KontactInterface EXPORT KPim${KF_MAJOR_VERSION}KontactInterfaceTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) ########### install files ###############