Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2018-04-19 15:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Thu Apr 19 15:18:05 2018 rev:38 rq:596894 version:5.45.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2018-03-20 
21:47:03.978403149 +0100
+++ /work/SRC/openSUSE:Factory/.kpeople5.new/kpeople5.changes   2018-04-19 
15:18:07.038656325 +0200
@@ -1,0 +2,14 @@
+Sat Apr 14 13:19:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Fix warnings, add assert
+  * Expose PersonData::phoneNumber to QML
+  * Consistently use X-KDE-ServiceTypes instead of ServiceTypes
+  * Remove not necessary QtCore and co
+  * Remove long-time deprecated Encoding=UTF-8 from desktop files
+
+-------------------------------------------------------------------

Old:
----
  kpeople-5.44.0.tar.xz

New:
----
  kpeople-5.45.0.tar.xz

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.MMktRN/_old  2018-04-19 15:18:07.566635240 +0200
+++ /var/tmp/diff_new_pack.MMktRN/_new  2018-04-19 15:18:07.570635080 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define rname kpeople
-%define _tar_path 5.44
+%define _tar_path 5.45
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kpeople5
-Version:        5.44.0
+Version:        5.45.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kpeople-5.44.0.tar.xz -> kpeople-5.45.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.44.0/CMakeLists.txt 
new/kpeople-5.45.0/CMakeLists.txt
--- old/kpeople-5.44.0/CMakeLists.txt   2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/CMakeLists.txt   2018-04-07 21:38:08.000000000 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project (KPeople VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Sql DBus Widgets 
Qml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.44.0/po/zh_CN/kpeople5.po 
new/kpeople-5.45.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.44.0/po/zh_CN/kpeople5.po     2018-03-03 11:05:59.000000000 
+0100
+++ new/kpeople-5.45.0/po/zh_CN/kpeople5.po     2018-04-07 21:38:08.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2018-02-28 02:23-0500\n"
+"PO-Revision-Date: 2018-04-05 09:22-0400\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.44.0/src/declarative/peopleqmlplugin.cpp 
new/kpeople-5.45.0/src/declarative/peopleqmlplugin.cpp
--- old/kpeople-5.44.0/src/declarative/peopleqmlplugin.cpp      2018-03-03 
11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/declarative/peopleqmlplugin.cpp      2018-04-07 
21:38:08.000000000 +0200
@@ -26,7 +26,7 @@
 #include <actions.h>
 
 #include "declarativepersondata.h"
-#include <QtQml/qqml.h>
+#include <qqml.h>
 
 class ActionTypeWrapper : public QObject {
     Q_OBJECT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.44.0/src/match_p.h 
new/kpeople-5.45.0/src/match_p.h
--- old/kpeople-5.44.0/src/match_p.h    2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/match_p.h    2018-04-07 21:38:08.000000000 +0200
@@ -22,7 +22,7 @@
 
 #include <QList>
 #include <QPersistentModelIndex>
-#include <QtCore/qnamespace.h>
+#include <qnamespace.h>
 
 #include "backends/abstractcontact.h"
 #include "kpeople/kpeople_export.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.44.0/src/persondata.cpp 
new/kpeople-5.45.0/src/persondata.cpp
--- old/kpeople-5.44.0/src/persondata.cpp       2018-03-03 11:05:59.000000000 
+0100
+++ new/kpeople-5.45.0/src/persondata.cpp       2018-04-07 21:38:08.000000000 
+0200
@@ -70,6 +70,7 @@
     Q_FOREACH (const QString &contactUri, d->contactUris) {
         //load the correct data source for this contact ID
         const QString sourceId = 
contactUri.left(contactUri.indexOf(QStringLiteral("://")));
+        Q_ASSERT(!sourceId.isEmpty());
         BasePersonsDataSource *dataSource = 
PersonPluginManager::dataSource(sourceId);
         if (dataSource) {
             ContactMonitorPtr cw = dataSource->contactMonitor(contactUri);
@@ -133,7 +134,6 @@
 
 QPixmap PersonData::photo() const
 {
-    Q_D(const PersonData);
     QPixmap avatar;
 
     QVariant pic = contactCustomProperty(AbstractContact::PictureProperty);
@@ -157,7 +157,6 @@
 
 QString PersonData::presenceIconName() const
 {
-    Q_D(const PersonData);
     QString contactPresence = 
contactCustomProperty(QStringLiteral("telepathy-presence")).toString();
     return KPeople::iconNameForPresenceString(contactPresence);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.44.0/src/persondata.h 
new/kpeople-5.45.0/src/persondata.h
--- old/kpeople-5.44.0/src/persondata.h 2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/persondata.h 2018-04-07 21:38:08.000000000 +0200
@@ -91,7 +91,7 @@
     /**
      * @returns the property for a said @p key.
      */
-    QVariant contactCustomProperty(const QString &key) const;
+    Q_SCRIPTABLE QVariant contactCustomProperty(const QString &key) const;
 
     /**
     * Returns the contact's online presence.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.44.0/src/plugins/akonadi/akonadi_kpeople_plugin.desktop 
new/kpeople-5.45.0/src/plugins/akonadi/akonadi_kpeople_plugin.desktop
--- old/kpeople-5.44.0/src/plugins/akonadi/akonadi_kpeople_plugin.desktop       
2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/plugins/akonadi/akonadi_kpeople_plugin.desktop       
2018-04-07 21:38:08.000000000 +0200
@@ -1,7 +1,6 @@
 [Desktop Entry]
-Encoding=UTF-8
 Type=Service
-ServiceTypes=KPeople/DataSource
+X-KDE-ServiceTypes=KPeople/DataSource
 X-KDE-Library=akonadi_kpeople_plugin
 X-KDE-PluginInfo-Author=David Edmundson
 X-KDE-PluginInfo-Email=davidedmund...@kde.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.44.0/src/widgets/plugins/emaildetailswidgetplugin.desktop 
new/kpeople-5.45.0/src/widgets/plugins/emaildetailswidgetplugin.desktop
--- old/kpeople-5.44.0/src/widgets/plugins/emaildetailswidgetplugin.desktop     
2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/widgets/plugins/emaildetailswidgetplugin.desktop     
2018-04-07 21:38:08.000000000 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Service
-ServiceTypes=KPeopleWidgets/Plugin
+X-KDE-ServiceTypes=KPeopleWidgets/Plugin
 
 X-KDE-Library=emaildetailswidgetplugin
 X-KDE-PluginInfo-Name=emaildetailswidgetplugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.44.0/src/widgets/plugins/mergecontactswidgetplugin.desktop 
new/kpeople-5.45.0/src/widgets/plugins/mergecontactswidgetplugin.desktop
--- old/kpeople-5.44.0/src/widgets/plugins/mergecontactswidgetplugin.desktop    
2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/widgets/plugins/mergecontactswidgetplugin.desktop    
2018-04-07 21:38:08.000000000 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Service
-ServiceTypes=KPeopleWidgets/Plugin
+X-KDE-ServiceTypes=KPeopleWidgets/Plugin
 
 X-KDE-Library=mergecontactswidgetplugin
 X-KDE-PluginInfo-Name=mergecontactswidgetplugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.44.0/src/widgets/plugins/phonedetailswidgetplugin.desktop 
new/kpeople-5.45.0/src/widgets/plugins/phonedetailswidgetplugin.desktop
--- old/kpeople-5.44.0/src/widgets/plugins/phonedetailswidgetplugin.desktop     
2018-03-03 11:05:59.000000000 +0100
+++ new/kpeople-5.45.0/src/widgets/plugins/phonedetailswidgetplugin.desktop     
2018-04-07 21:38:08.000000000 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Service
-ServiceTypes=KPeopleWidgets/Plugin
+X-KDE-ServiceTypes=KPeopleWidgets/Plugin
 
 X-KDE-Library=phonedetailswidgetplugin
 X-KDE-PluginInfo-Name=phonedetailswidgetplugin


Reply via email to