Hello community,

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

Package is "kauth"

Fri May 18 14:18:57 2018 rev:58 rq:607537 version:5.46.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kauth/kauth.changes      2018-05-13 
15:54:32.893355673 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-05-18 
14:20:12.955297780 +0200
@@ -1,0 +2,11 @@
+Sun May 13 21:03:00 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Warning--
+  * Fix returning of data in the helper example
+
+-------------------------------------------------------------------

Old:
----
  kauth-5.45.0.tar.xz

New:
----
  kauth-5.46.0.tar.xz

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

Other differences:
------------------
++++++ kauth.spec ++++++
--- /var/tmp/diff_new_pack.D3ipMd/_old  2018-05-18 14:20:13.875264019 +0200
+++ /var/tmp/diff_new_pack.D3ipMd/_new  2018-05-18 14:20:13.883263726 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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:           kauth
-Version:        5.45.0
+Version:        5.46.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++++++ kauth-5.45.0.tar.xz -> kauth-5.46.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/CMakeLists.txt 
new/kauth-5.46.0/CMakeLists.txt
--- old/kauth-5.45.0/CMakeLists.txt     2018-04-07 21:32:47.000000000 +0200
+++ new/kauth-5.46.0/CMakeLists.txt     2018-05-05 14:55:43.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/examples/helper.cpp 
new/kauth-5.46.0/examples/helper.cpp
--- old/kauth-5.45.0/examples/helper.cpp        2018-04-07 21:32:47.000000000 
+0200
+++ new/kauth-5.46.0/examples/helper.cpp        2018-05-05 14:55:43.000000000 
+0200
@@ -52,7 +52,7 @@
     QTextStream stream(&file);
     QString contents;
     stream >> contents;
-    reply.data()["contents"] = contents;
+    reply.addData("contents", contents);
     return reply;
 }
 //! [helper_read_action]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.46.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.45.0/po/zh_CN/kauth5_qt.po      2018-04-07 21:32:47.000000000 
+0200
+++ new/kauth-5.46.0/po/zh_CN/kauth5_qt.po      2018-05-05 14:55:43.000000000 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-04-05 09:22-0400\n"
+"PO-Revision-Date: 2018-04-26 05: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/kauth-5.45.0/src/backends/dbus/DBusHelperProxy.cpp 
new/kauth-5.46.0/src/backends/dbus/DBusHelperProxy.cpp
--- old/kauth-5.45.0/src/backends/dbus/DBusHelperProxy.cpp      2018-04-07 
21:32:47.000000000 +0200
+++ new/kauth-5.46.0/src/backends/dbus/DBusHelperProxy.cpp      2018-05-05 
14:55:43.000000000 +0200
@@ -304,7 +304,7 @@
 
 void debugMessageReceived(int t, const QString &message)
 {
-    QtMsgType type = (QtMsgType)t;
+    QtMsgType type = static_cast<QtMsgType>(t);
     switch (type) {
     case QtDebugMsg:
         qDebug("Debug message from helper: %s", message.toLatin1().data());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/src/kauthactionreply.cpp 
new/kauth-5.46.0/src/kauthactionreply.cpp
--- old/kauth-5.45.0/src/kauthactionreply.cpp   2018-04-07 21:32:47.000000000 
+0200
+++ new/kauth-5.46.0/src/kauthactionreply.cpp   2018-05-05 14:55:43.000000000 
+0200
@@ -237,14 +237,14 @@
 
 QDataStream &operator<<(QDataStream &d, const ActionReply &reply)
 {
-    return d << reply.d->data << reply.d->errorCode << (quint32)reply.d->type 
<< reply.d->errorDescription;
+    return d << reply.d->data << reply.d->errorCode << 
static_cast<quint32>(reply.d->type) << reply.d->errorDescription;
 }
 
 QDataStream &operator>>(QDataStream &stream, ActionReply &reply)
 {
     quint32 i;
     stream >> reply.d->data >> reply.d->errorCode >> i >> 
reply.d->errorDescription;
-    reply.d->type = (ActionReply::Type) i;
+    reply.d->type = static_cast<ActionReply::Type>(i);
 
     return stream;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/src/kauthactionreply.h 
new/kauth-5.46.0/src/kauthactionreply.h
--- old/kauth-5.45.0/src/kauthactionreply.h     2018-04-07 21:32:47.000000000 
+0200
+++ new/kauth-5.46.0/src/kauthactionreply.h     2018-05-05 14:55:43.000000000 
+0200
@@ -164,8 +164,7 @@
  calling the helper. If it fails to open the file, it creates an ActionReply
  object that notifies that some error has happened in the helper, then set the
  error code to that returned by QFile and returns. If there is no error, it
- reads the file. The contents are put into the reply.data() object, which is
- another QVariantMap. It will be sent back to the application with the reply.
+ reads the file. The contents are added to the reply.
 
  Because this class will be compiled into a standalone executable, we need a
  main() function and some code to initialize everything: you don't have to 
write


Reply via email to