Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2021-02-17 18:11:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Wed Feb 17 18:11:24 2021 rev:73 rq:871716 version:5.79.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2021-01-13 
18:19:29.805332519 +0100
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.28504/kpeople5.changes     
2021-02-17 18:12:29.969987702 +0100
@@ -1,0 +2,9 @@
+Mon Feb  8 08:46:37 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- No code change since 5.78.0
+
+-------------------------------------------------------------------

Old:
----
  kpeople-5.78.0.tar.xz
  kpeople-5.78.0.tar.xz.sig

New:
----
  kpeople-5.79.0.tar.xz
  kpeople-5.79.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.Ay7Wgb/_old  2021-02-17 18:12:30.729988324 +0100
+++ /var/tmp/diff_new_pack.Ay7Wgb/_new  2021-02-17 18:12:30.733988327 +0100
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%define _tar_path 5.78
+%define _tar_path 5.79
 # 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 lang
 Name:           kpeople5
-Version:        5.78.0
+Version:        5.79.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later


++++++ kpeople-5.78.0.tar.xz -> kpeople-5.79.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/.gitignore 
new/kpeople-5.79.0/.gitignore
--- old/kpeople-5.78.0/.gitignore       2021-01-02 14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/.gitignore       2021-02-06 19:22:44.000000000 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/CMakeLists.txt 
new/kpeople-5.79.0/CMakeLists.txt
--- old/kpeople-5.78.0/CMakeLists.txt   2021-01-02 14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/CMakeLists.txt   2021-02-06 19:22:44.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.78.0") # handled by release scripts
-project (KPeople VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+set(KF_DEP_VERSION "5.79.0") # handled by release scripts
+project (KPeople VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.78.0  NO_MODULE)
+find_package(ECM 5.79.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)
 
@@ -19,10 +19,10 @@
     find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 endif()
 
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
-find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
-find_package(KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
-find_package(KF5ItemViews ${KF5_DEP_VERSION} CONFIG REQUIRED)
+find_package(KF5CoreAddons ${KF_DEP_VERSION} CONFIG REQUIRED)
+find_package(KF5WidgetsAddons ${KF_DEP_VERSION} CONFIG REQUIRED)
+find_package(KF5I18n ${KF_DEP_VERSION} CONFIG REQUIRED)
+find_package(KF5ItemViews ${KF_DEP_VERSION} CONFIG REQUIRED)
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
@@ -43,7 +43,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kpeople5\")
 
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5People")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5People")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KPEOPLE
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kpeople_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/po/nb/kpeople5.po 
new/kpeople-5.79.0/po/nb/kpeople5.po
--- old/kpeople-5.78.0/po/nb/kpeople5.po        2021-01-02 14:22:10.000000000 
+0100
+++ new/kpeople-5.79.0/po/nb/kpeople5.po        2021-02-06 19:22:44.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-10-24 02:12+0200\n"
+"POT-Creation-Date: 2020-12-15 02:16+0100\n"
 "PO-Revision-Date: 2015-04-30 08:42+0200\n"
 "Last-Translator: Bj??rn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokm??l <[email protected]>\n"
@@ -48,7 +48,7 @@
 msgid "Duplicates Manager"
 msgstr "H??ndterer duplikater"
 
-#: widgets/mergedialog.cpp:60
+#: widgets/mergedialog.cpp:62
 #, kde-format
 msgid "Select contacts to be merged"
 msgstr "Velg kontakter som skal flettes sammen"
@@ -59,18 +59,18 @@
 msgid "Avatar"
 msgstr "Avatar"
 
-#: widgets/plugins/emaildetailswidget.cpp:39
+#: widgets/plugins/emaildetailswidget.cpp:38
 #, kde-format
 msgctxt "E-mail field label"
 msgid "E-mail"
 msgstr "E-post"
 
-#: widgets/plugins/mergecontactswidget.cpp:36
+#: widgets/plugins/mergecontactswidget.cpp:37
 #, kde-format
 msgid "Show Merge Suggestions..."
 msgstr "Vis forslag til sammenfletting?????"
 
-#: widgets/plugins/mergecontactswidget.cpp:74
+#: widgets/plugins/mergecontactswidget.cpp:76
 #, kde-format
 msgid "Merge with Selected Contacts"
 msgstr "Flett sammen med valgte kontakter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/po/zh_CN/kpeople5.po 
new/kpeople-5.79.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.78.0/po/zh_CN/kpeople5.po     2021-01-02 14:22:10.000000000 
+0100
+++ new/kpeople-5.79.0/po/zh_CN/kpeople5.po     2021-02-06 19:22:44.000000000 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-15 02:16+0100\n"
-"PO-Revision-Date: 2021-01-01 14:21\n"
+"PO-Revision-Date: 2021-02-04 11:59\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.78.0/src/CMakeLists.txt 
new/kpeople-5.79.0/src/CMakeLists.txt
--- old/kpeople-5.78.0/src/CMakeLists.txt       2021-01-02 14:22:10.000000000 
+0100
+++ new/kpeople-5.79.0/src/CMakeLists.txt       2021-02-06 19:22:44.000000000 
+0100
@@ -49,7 +49,7 @@
 
 set_target_properties (KF5People PROPERTIES VERSION ${KPEOPLE_VERSION_STRING} 
SOVERSION ${KPEOPLE_SOVERSION} EXPORT_NAME People)
 target_include_directories (KF5People PUBLIC 
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/kpeople>"
-                                    INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPeople>"
+                                    INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople>"
 )
 
 if (MSVC)
@@ -74,13 +74,13 @@
     PREFIX KPeople
 )
 install (FILES ${KPeople_CamelCase_HEADERS}
-         DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPeople/KPeople
+         DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/KPeople
          COMPONENT Devel
 )
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kpeople/kpeople_export.h
   ${KPeople_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPeople/kpeople COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/kpeople COMPONENT Devel
 )
 
 generate_export_header(KF5People EXPORT_FILE_NAME 
${CMAKE_CURRENT_BINARY_DIR}/kpeople/kpeople_export.h BASE_NAME KPeople)
@@ -91,7 +91,7 @@
         KF5People_QCH
         NAME KPeople
         BASE_NAME KF5People
-        VERSION ${KF5_VERSION}
+        VERSION ${KF_VERSION}
         ORG_DOMAIN org.kde
         SOURCES # using only public headers, to cover only public API
             ${KPeople_HEADERS}
@@ -121,7 +121,7 @@
          kpeople_data_source.desktop
          kpeople_plugin.desktop
          DESTINATION
-         ${SERVICETYPES_INSTALL_DIR}
+         ${KDE_INSTALL_KSERVICETYPES5DIR}
 )
 
 ecm_qt_install_logging_categories(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/src/backends/CMakeLists.txt 
new/kpeople-5.79.0/src/backends/CMakeLists.txt
--- old/kpeople-5.78.0/src/backends/CMakeLists.txt      2021-01-02 
14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/backends/CMakeLists.txt      2021-02-06 
19:22:44.000000000 +0100
@@ -15,7 +15,7 @@
 )
 
 target_include_directories (KF5PeopleBackend PUBLIC 
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>"
-                                    INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPeople>"
+                                    INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople>"
 )
 set_target_properties (KF5PeopleBackend PROPERTIES VERSION 
${KPEOPLE_VERSION_STRING} SOVERSION ${KPEOPLE_SOVERSION} EXPORT_NAME 
PeopleBackend)
 
@@ -36,13 +36,13 @@
     PREFIX KPeopleBackend
 )
 install (FILES ${KPeopleBackend_CamelCase_HEADERS}
-         DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPeople/KPeopleBackend
+         DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/KPeopleBackend
          COMPONENT Devel
 )
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kpeoplebackend/kpeoplebackend_export.h
   ${KPeopleBackend_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPeople/kpeoplebackend COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/kpeoplebackend COMPONENT 
Devel
 )
 
 generate_export_header(KF5PeopleBackend EXPORT_FILE_NAME 
${CMAKE_CURRENT_BINARY_DIR}/kpeoplebackend/kpeoplebackend_export.h BASE_NAME 
KPeopleBackend)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/src/declarative/CMakeLists.txt 
new/kpeople-5.79.0/src/declarative/CMakeLists.txt
--- old/kpeople-5.78.0/src/declarative/CMakeLists.txt   2021-01-02 
14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/declarative/CMakeLists.txt   2021-02-06 
19:22:44.000000000 +0100
@@ -9,5 +9,5 @@
     KF5::PeopleWidgets # QAction
 )
 
-install(TARGETS KF5PeopleDeclarative DESTINATION 
${QML_INSTALL_DIR}/org/kde/people)
-install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/people)
+install(TARGETS KF5PeopleDeclarative DESTINATION 
${KDE_INSTALL_QMLDIR}/org/kde/people)
+install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/people)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.78.0/src/declarative/declarativepersondata.cpp 
new/kpeople-5.79.0/src/declarative/declarativepersondata.cpp
--- old/kpeople-5.78.0/src/declarative/declarativepersondata.cpp        
2021-01-02 14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/declarative/declarativepersondata.cpp        
2021-02-06 19:22:44.000000000 +0100
@@ -29,7 +29,7 @@
         m_person = new KPeople::PersonData(id, this);
     }
 
-    emit personChanged();
+    Q_EMIT personChanged();
 }
 
 KPeople::PersonData *DeclarativePersonData::person() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.78.0/src/declarative/personactionsmodel.cpp 
new/kpeople-5.79.0/src/declarative/personactionsmodel.cpp
--- old/kpeople-5.78.0/src/declarative/personactionsmodel.cpp   2021-01-02 
14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/declarative/personactionsmodel.cpp   2021-02-06 
19:22:44.000000000 +0100
@@ -69,7 +69,7 @@
         endResetModel();
     }
 
-    emit personChanged();
+    Q_EMIT personChanged();
 }
 
 void PersonActionsModel::resetActions()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/src/plugins/akonadi/CMakeLists.txt 
new/kpeople-5.79.0/src/plugins/akonadi/CMakeLists.txt
--- old/kpeople-5.78.0/src/plugins/akonadi/CMakeLists.txt       2021-01-02 
14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/plugins/akonadi/CMakeLists.txt       2021-02-06 
19:22:44.000000000 +0100
@@ -17,10 +17,10 @@
 
 # Install:
 install (TARGETS akonadi_kpeople_plugin
-         DESTINATION ${PLUGIN_INSTALL_DIR}
+         DESTINATION ${KDE_INSTALL_PLUGINDIR}
 )
 
 install (FILES akonadi_kpeople_plugin.desktop
-         DESTINATION ${SERVICES_INSTALL_DIR}
+         DESTINATION ${KDE_INSTALL_KSERVICES5DIR}
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/src/widgets/CMakeLists.txt 
new/kpeople-5.79.0/src/widgets/CMakeLists.txt
--- old/kpeople-5.78.0/src/widgets/CMakeLists.txt       2021-01-02 
14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/widgets/CMakeLists.txt       2021-02-06 
19:22:44.000000000 +0100
@@ -48,7 +48,7 @@
 # Install:
 install (TARGETS KF5PeopleWidgets
          EXPORT KPeopleTargets
-         ${INSTALL_TARGETS_DEFAULT_ARGS}
+         ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}
 )
 
 ecm_generate_headers(KPeopleWidgets_CamelCase_HEADERS
@@ -63,20 +63,20 @@
 )
 
 install (FILES ${KPeopleWidgets_CamelCase_HEADERS}
-         DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPeople/KPeople/Widgets
+         DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/KPeople/Widgets
          COMPONENT Devel
 )
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kpeople/widgets/kpeoplewidgets_export.h
   ${KPeopleWidgets_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPeople/kpeople/widgets COMPONENT 
Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople/kpeople/widgets COMPONENT 
Devel
 )
 
 generate_export_header(KF5PeopleWidgets EXPORT_FILE_NAME 
${CMAKE_CURRENT_BINARY_DIR}/kpeople/widgets/kpeoplewidgets_export.h BASE_NAME 
KPeopleWidgets)
 
 install (FILES persondetailsplugin.desktop
          DESTINATION
-            ${SERVICETYPES_INSTALL_DIR}
+            ${KDE_INSTALL_KSERVICETYPES5DIR}
 )
 
 ecm_generate_pri_file(BASE_NAME KPeopleWidgets LIB_NAME KF5PeopleWidgets DEPS 
"widgets KPeople" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KPeople)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.78.0/src/widgets/plugins/CMakeLists.txt 
new/kpeople-5.79.0/src/widgets/plugins/CMakeLists.txt
--- old/kpeople-5.78.0/src/widgets/plugins/CMakeLists.txt       2021-01-02 
14:22:10.000000000 +0100
+++ new/kpeople-5.79.0/src/widgets/plugins/CMakeLists.txt       2021-02-06 
19:22:44.000000000 +0100
@@ -4,19 +4,19 @@
 # add_library(emaildetailswidgetplugin MODULE emaildetailswidget.cpp)
 # target_link_libraries(emaildetailswidgetplugin Qt5::Core Qt5::Gui 
${KDE4_KDECORE_LIBRARY} KF5::People KF5::PeopleWidgets)
 #
-# install(TARGETS emaildetailswidgetplugin DESTINATION ${PLUGIN_INSTALL_DIR})
-# install(FILES emaildetailswidgetplugin.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
+# install(TARGETS emaildetailswidgetplugin DESTINATION 
${KDE_INSTALL_PLUGINDIR})
+# install(FILES emaildetailswidgetplugin.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR})
 #
 # #  Merge Plugin
 # add_library(mergecontactswidgetplugin MODULE mergecontactswidget.cpp 
personpresentationwidget.cpp)
 # target_link_libraries(mergecontactswidgetplugin Qt5::Core Qt5::Gui 
${KDE4_KDECORE_LIBRARY} KF5::People KF5::PeopleWidgets)
 #
-# install(TARGETS mergecontactswidgetplugin DESTINATION ${PLUGIN_INSTALL_DIR})
-# install(FILES mergecontactswidgetplugin.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
+# install(TARGETS mergecontactswidgetplugin DESTINATION 
${KDE_INSTALL_PLUGINDIR})
+# install(FILES mergecontactswidgetplugin.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR})
 #
 # # Phone plugin
 # add_library(phonedetailswidgetplugin MODULE phonedetailswidget.cpp)
 # target_link_libraries(phonedetailswidgetplugin Qt5::Core Qt5::Gui 
${KDE4_KDECORE_LIBRARY} KF5::People KF5::PeopleWidgets)
 #
-# install(TARGETS phonedetailswidgetplugin DESTINATION ${PLUGIN_INSTALL_DIR})
-# install(FILES phonedetailswidgetplugin.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
+# install(TARGETS phonedetailswidgetplugin DESTINATION 
${KDE_INSTALL_PLUGINDIR})
+# install(FILES phonedetailswidgetplugin.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR})

Reply via email to