Hello community, here is the log from the commit of package kauth for openSUSE:Factory checked in at 2018-07-21 10:10:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kauth (Old) and /work/SRC/openSUSE:Factory/.kauth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth" Sat Jul 21 10:10:45 2018 rev:60 rq:623261 version:5.48.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2018-06-22 13:18:52.251278429 +0200 +++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-07-21 10:11:27.699153387 +0200 @@ -1,0 +2,10 @@ +Mon Jul 16 04:37:35 UTC 2018 - [email protected] + +- Update to 5.48.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.48.0.php +- Changes since 5.47.0: + * Use more nullptr + +------------------------------------------------------------------- Old: ---- kauth-5.47.0.tar.xz New: ---- kauth-5.48.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kauth.spec ++++++ --- /var/tmp/diff_new_pack.v8Y1Z8/_old 2018-07-21 10:11:28.215153267 +0200 +++ /var/tmp/diff_new_pack.v8Y1Z8/_new 2018-07-21 10:11:28.215153267 +0200 @@ -18,13 +18,13 @@ %bcond_without lang %define lname libKF5Auth5 -%define _tar_path 5.47 +%define _tar_path 5.48 # 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}')} +%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kauth -Version: 5.47.0 +Version: 5.48.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} ++++++ kauth-5.47.0.tar.xz -> kauth-5.48.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.47.0/CMakeLists.txt new/kauth-5.48.0/CMakeLists.txt --- old/kauth-5.47.0/CMakeLists.txt 2018-06-02 19:47:45.000000000 +0200 +++ new/kauth-5.48.0/CMakeLists.txt 2018-07-08 00:29:10.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.47.0") # handled by release scripts -set(KF5_DEP_VERSION "5.47.0") # handled by release scripts +set(KF5_VERSION "5.48.0") # handled by release scripts +set(KF5_DEP_VERSION "5.48.0") # handled by release scripts project(KAuth VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.47.0 NO_MODULE) +find_package(ECM 5.48.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.47.0/po/se/kauth5_qt.po new/kauth-5.48.0/po/se/kauth5_qt.po --- old/kauth-5.47.0/po/se/kauth5_qt.po 2018-06-02 19:47:45.000000000 +0200 +++ new/kauth-5.48.0/po/se/kauth5_qt.po 2018-07-08 00:29:10.000000000 +0200 @@ -20,13 +20,13 @@ "X-Text-Markup: qtrich\n" "X-Qt-Contexts: true\n" -#: backends/dbus/DBusHelperProxy.cpp:86 +#: backends/dbus/DBusHelperProxy.cpp:81 #, qt-format msgctxt "KAuth::DBusHelperProxy|" msgid "DBus Backend error: service start %1 failed: %2" msgstr "" -#: backends/dbus/DBusHelperProxy.cpp:96 +#: backends/dbus/DBusHelperProxy.cpp:91 #, qt-format msgctxt "KAuth::DBusHelperProxy|" msgid "" @@ -34,7 +34,7 @@ "(application: %2 helper: %3)" msgstr "" -#: backends/dbus/DBusHelperProxy.cpp:124 +#: backends/dbus/DBusHelperProxy.cpp:119 #, qt-format msgctxt "KAuth::DBusHelperProxy|" msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.47.0/po/zh_CN/kauth5_qt.po new/kauth-5.48.0/po/zh_CN/kauth5_qt.po --- old/kauth-5.47.0/po/zh_CN/kauth5_qt.po 2018-06-02 19:47:45.000000000 +0200 +++ new/kauth-5.48.0/po/zh_CN/kauth5_qt.po 2018-07-08 00:29:10.000000000 +0200 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2018-05-18 06:23-0400\n" +"PO-Revision-Date: 2018-07-03 17:35\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.47.0/src/backends/polkit-1/Polkit1Backend.h new/kauth-5.48.0/src/backends/polkit-1/Polkit1Backend.h --- old/kauth-5.47.0/src/backends/polkit-1/Polkit1Backend.h 2018-06-02 19:47:45.000000000 +0200 +++ new/kauth-5.48.0/src/backends/polkit-1/Polkit1Backend.h 2018-07-08 00:29:10.000000000 +0200 @@ -67,7 +67,7 @@ { Q_OBJECT public: - PolkitResultEventLoop(QObject *parent = 0); + PolkitResultEventLoop(QObject *parent = nullptr); virtual ~PolkitResultEventLoop(); PolkitQt1::Authority::Result result() const;
