Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpeople5 for openSUSE:Factory checked in at 2022-08-15 19:57:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old) and /work/SRC/openSUSE:Factory/.kpeople5.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpeople5" Mon Aug 15 19:57:36 2022 rev:91 rq:994995 version:5.97.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes 2022-07-11 19:10:24.371696576 +0200 +++ /work/SRC/openSUSE:Factory/.kpeople5.new.1521/kpeople5.changes 2022-08-15 19:59:39.941301939 +0200 @@ -1,0 +2,10 @@ +Sun Aug 7 22:27:36 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.97.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.97.0 +- Changes since 5.96.0: + * Don't install service type definitions + +------------------------------------------------------------------- Old: ---- kpeople-5.96.0.tar.xz kpeople-5.96.0.tar.xz.sig New: ---- kpeople-5.97.0.tar.xz kpeople-5.97.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpeople5.spec ++++++ --- /var/tmp/diff_new_pack.i6bMYN/_old 2022-08-15 19:59:40.361303110 +0200 +++ /var/tmp/diff_new_pack.i6bMYN/_new 2022-08-15 19:59:40.365303121 +0200 @@ -17,14 +17,14 @@ %define rname kpeople -%define _tar_path 5.96 +%define _tar_path 5.97 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kpeople5 -Version: 5.96.0 +Version: 5.97.0 Release: 0 Summary: Library for access to contacts and identity holders License: LGPL-2.1-or-later @@ -90,7 +90,6 @@ %{_kf5_debugdir}/*.renamecategories %{_kf5_libdir}/libKF5People*.so.* %{_kf5_qmldir}/ -%{_kf5_servicetypesdir}/ %files devel %{_kf5_libdir}/libKF5People*.so ++++++ kpeople-5.96.0.tar.xz -> kpeople-5.97.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/CMakeLists.txt new/kpeople-5.97.0/CMakeLists.txt --- old/kpeople-5.96.0/CMakeLists.txt 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/CMakeLists.txt 2022-08-07 15:29:22.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.96.0") # handled by release scripts -set(KF_DEP_VERSION "5.96.0") # handled by release scripts +set(KF_VERSION "5.97.0") # handled by release scripts +set(KF_DEP_VERSION "5.97.0") # handled by release scripts project (KPeople VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.96.0 NO_MODULE) +find_package(ECM 5.97.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/po/az/kpeople5.po new/kpeople-5.97.0/po/az/kpeople5.po --- old/kpeople-5.96.0/po/az/kpeople5.po 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/po/az/kpeople5.po 2022-08-07 15:29:22.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kpeople package. # -# X??yyam <xxm...@gmail.com>, 2020. +# X??yyam <xxm...@gmail.com>, 2020, 2022. msgid "" msgstr "" "Project-Id-Version: kpeople\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-11 00:14+0000\n" -"PO-Revision-Date: 2020-04-23 17:54+0400\n" -"Last-Translator: X??yyam <xxm...@gmail.com>\n" +"PO-Revision-Date: 2022-07-06 17:46+0400\n" +"Last-Translator: Kheyyam <xxm...@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n" "Language: az\n" "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" -"X-Generator: Lokalize 19.12.3\n" +"X-Generator: Lokalize 22.04.2\n" #: match.cpp:46 #, kde-format @@ -55,7 +55,7 @@ #: widgets/mergedialog.cpp:63 #, kde-format msgid "Select contacts to be merged" -msgstr "Birl????dirm??k ??????n kontaktlar?? se??in" +msgstr "Birl????dirm??k ??????n ??laq??l??ri se??in" #. i18n: ectx: property (text), widget (QLabel, avatarPixmapLabel) #: widgets/person-details-presentation.ui:43 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/po/zh_CN/kpeople5.po new/kpeople-5.97.0/po/zh_CN/kpeople5.po --- old/kpeople-5.96.0/po/zh_CN/kpeople5.po 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/po/zh_CN/kpeople5.po 2022-08-07 15:29:22.000000000 +0200 @@ -1,13 +1,9 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Weng Xuetian <wen...@gmail.com>, 2015. msgid "" msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-11 00:14+0000\n" -"PO-Revision-Date: 2022-07-02 10:59\n" +"PO-Revision-Date: 2022-07-30 15:54\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/src/CMakeLists.txt new/kpeople-5.97.0/src/CMakeLists.txt --- old/kpeople-5.96.0/src/CMakeLists.txt 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/src/CMakeLists.txt 2022-08-07 15:29:22.000000000 +0200 @@ -124,13 +124,6 @@ ) endif() -install (FILES - kpeople_data_source.desktop - kpeople_plugin.desktop - DESTINATION - ${KDE_INSTALL_KSERVICETYPESDIR} -) - ecm_qt_install_logging_categories( EXPORT KPEOPLE FILE kpeople.categories diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/src/kpeople_data_source.desktop new/kpeople-5.97.0/src/kpeople_data_source.desktop --- old/kpeople-5.96.0/src/kpeople_data_source.desktop 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/src/kpeople_data_source.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -[Desktop Entry] -Type=ServiceType -X-KDE-ServiceType=KPeople/DataSource diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/src/kpeople_plugin.desktop new/kpeople-5.97.0/src/kpeople_plugin.desktop --- old/kpeople-5.96.0/src/kpeople_plugin.desktop 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/src/kpeople_plugin.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -[Desktop Entry] -Type=ServiceType -X-KDE-ServiceType=KPeople/Plugin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/src/widgets/CMakeLists.txt new/kpeople-5.97.0/src/widgets/CMakeLists.txt --- old/kpeople-5.96.0/src/widgets/CMakeLists.txt 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/src/widgets/CMakeLists.txt 2022-08-07 15:29:22.000000000 +0200 @@ -77,11 +77,6 @@ generate_export_header(KF5PeopleWidgets EXPORT_FILE_NAME ${CMAKE_CURRENT_BINARY_DIR}/kpeople/widgets/kpeoplewidgets_export.h BASE_NAME KPeopleWidgets) -install (FILES persondetailsplugin.desktop - DESTINATION - ${KDE_INSTALL_KSERVICETYPESDIR} -) - ecm_generate_pri_file(BASE_NAME KPeopleWidgets LIB_NAME KF5PeopleWidgets DEPS "widgets KPeople" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF}/KPeople) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpeople-5.96.0/src/widgets/persondetailsplugin.desktop new/kpeople-5.97.0/src/widgets/persondetailsplugin.desktop --- old/kpeople-5.96.0/src/widgets/persondetailsplugin.desktop 2022-07-02 17:57:18.000000000 +0200 +++ new/kpeople-5.97.0/src/widgets/persondetailsplugin.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=ServiceType -X-KDE-ServiceType=KPeopleWidgets/Plugin -X-KDE-Derived=KPluginInfo - -# mandatory, weight - give priority of display -[PropertyDef::X-KPeople-Weight] -Type=int