Hello community, here is the log from the commit of package knotifications for openSUSE:Factory checked in at 2018-04-19 15:17:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifications (Old) and /work/SRC/openSUSE:Factory/.knotifications.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifications" Thu Apr 19 15:17:34 2018 rev:53 rq:596888 version:5.45.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes 2018-03-20 21:46:45.615064051 +0100 +++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes 2018-04-19 15:17:36.123890105 +0200 @@ -1,0 +2,12 @@ +Sat Apr 14 13:19:05 CEST 2018 - [email protected] + +- 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: + * Add override + * Make it public + * Remove not necessary QtCore and co + +------------------------------------------------------------------- Old: ---- knotifications-5.44.0.tar.xz New: ---- knotifications-5.45.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifications.spec ++++++ --- /var/tmp/diff_new_pack.sy2Ljv/_old 2018-04-19 15:17:36.675868089 +0200 +++ /var/tmp/diff_new_pack.sy2Ljv/_new 2018-04-19 15:17:36.679867929 +0200 @@ -18,13 +18,13 @@ %bcond_without lang %define lname libKF5Notifications5 -%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: knotifications -Version: 5.44.0 +Version: 5.45.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ knotifications-5.44.0.tar.xz -> knotifications-5.45.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/CMakeLists.txt new/knotifications-5.45.0/CMakeLists.txt --- old/knotifications-5.44.0/CMakeLists.txt 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/CMakeLists.txt 2018-04-07 21:37:40.000000000 +0200 @@ -1,12 +1,12 @@ 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(KNotifications VERSION ${KF5_VERSION}) # ECM setup 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) @@ -31,7 +31,7 @@ SOVERSION 5) # Dependencies -set(REQUIRED_QT_VERSION 5.7.0) +set(REQUIRED_QT_VERSION 5.8.0) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus) find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/KF5NotificationsConfig.cmake.in new/knotifications-5.45.0/KF5NotificationsConfig.cmake.in --- old/knotifications-5.44.0/KF5NotificationsConfig.cmake.in 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/KF5NotificationsConfig.cmake.in 2018-04-07 21:37:40.000000000 +0200 @@ -4,6 +4,7 @@ include(CMakeFindDependencyMacro) find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@) +find_dependency(Qt5DBus @REQUIRED_QT_VERSION@) include("${CMAKE_CURRENT_LIST_DIR}/KF5NotificationsTargets.cmake") @PACKAGE_INCLUDE_QCHTARGETS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/po/zh_CN/knotifications5_qt.po new/knotifications-5.45.0/po/zh_CN/knotifications5_qt.po --- old/knotifications-5.44.0/po/zh_CN/knotifications5_qt.po 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/po/zh_CN/knotifications5_qt.po 2018-04-07 21:37:40.000000000 +0200 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2018-02-28 02:23-0500\n" +"PO-Revision-Date: 2018-04-05 09:22-0400\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/knotifications-5.44.0/src/CMakeLists.txt new/knotifications-5.45.0/src/CMakeLists.txt --- old/knotifications-5.44.0/src/CMakeLists.txt 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/CMakeLists.txt 2018-04-07 21:37:40.000000000 +0200 @@ -68,13 +68,13 @@ target_link_libraries(KF5Notifications PUBLIC Qt5::Widgets + Qt5::DBus ) target_link_libraries(KF5Notifications PRIVATE KF5::CoreAddons KF5::ConfigCore KF5::WindowSystem KF5::Codecs - Qt5::DBus ) if (Phonon4Qt5_FOUND) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/knotification.h new/knotifications-5.45.0/src/knotification.h --- old/knotifications-5.44.0/src/knotification.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/knotification.h 2018-04-07 21:37:40.000000000 +0200 @@ -23,10 +23,10 @@ #include <knotifications_export.h> #include <QPixmap> -#include <QtCore/QObject> -#include <QtCore/QList> -#include <QtCore/QPair> -#include <QtCore/QUrl> +#include <QObject> +#include <QList> +#include <QPair> +#include <QUrl> class QWidget; class QDBusError; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/knotificationplugin.h new/knotifications-5.45.0/src/knotificationplugin.h --- old/knotifications-5.44.0/src/knotificationplugin.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/knotificationplugin.h 2018-04-07 21:37:40.000000000 +0200 @@ -22,7 +22,7 @@ #ifndef KNOTIFICATIONPLUGIN_H #define KNOTIFICATIONPLUGIN_H -#include <QtCore/QObject> +#include <QObject> #include <KPluginFactory> #include "knotifications_export.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/knotificationrestrictions.cpp new/knotifications-5.45.0/src/knotificationrestrictions.cpp --- old/knotifications-5.44.0/src/knotificationrestrictions.cpp 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/knotificationrestrictions.cpp 2018-04-07 21:37:40.000000000 +0200 @@ -20,9 +20,9 @@ #include "knotificationrestrictions.h" #include <QApplication> -#include <QtDBus/QDBusConnection> -#include <QtDBus/QDBusMessage> -#include <QtDBus/QDBusReply> +#include <QDBusConnection> +#include <QDBusMessage> +#include <QDBusReply> #include <config-knotifications.h> #include "debug_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/knotificationrestrictions.h new/knotifications-5.45.0/src/knotificationrestrictions.h --- old/knotifications-5.44.0/src/knotificationrestrictions.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/knotificationrestrictions.h 2018-04-07 21:37:40.000000000 +0200 @@ -22,7 +22,7 @@ #include <knotifications_export.h> -#include <QtCore/QObject> +#include <QObject> /** * @class KNotificationRestrictions knotificationrestrictions.h KNotificationRestrictions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/kstatusnotifieritem.h new/knotifications-5.45.0/src/kstatusnotifieritem.h --- old/knotifications-5.44.0/src/kstatusnotifieritem.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/kstatusnotifieritem.h 2018-04-07 21:37:40.000000000 +0200 @@ -21,10 +21,10 @@ #ifndef KSTATUSNOTIFIERITEM_H #define KSTATUSNOTIFIERITEM_H -#include <QtCore/QObject> -#include <QtCore/QString> -#include <QtDBus/QDBusArgument> -#include <QtCore/QPoint> +#include <QObject> +#include <QString> +#include <QDBusArgument> +#include <QPoint> #include <knotifications_export.h> @@ -152,7 +152,7 @@ **/ explicit KStatusNotifierItem(const QString &id, QObject *parent = nullptr); - ~KStatusNotifierItem(); + ~KStatusNotifierItem() override; /** * @return The id which was specified in the constructor. This should be diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybyaudio.h new/knotifications-5.45.0/src/notifybyaudio.h --- old/knotifications-5.44.0/src/notifybyaudio.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybyaudio.h 2018-04-07 21:37:40.000000000 +0200 @@ -41,11 +41,11 @@ public: explicit NotifyByAudio(QObject *parent = nullptr); - virtual ~NotifyByAudio(); + ~NotifyByAudio() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("Sound"); } - void notify(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; - void close(KNotification *notification) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("Sound"); } + void notify(KNotification *notification, KNotifyConfig *config) override; + void close(KNotification *notification) override; private Q_SLOTS: void onAudioFinished(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybyexecute.h new/knotifications-5.45.0/src/notifybyexecute.h --- old/knotifications-5.44.0/src/notifybyexecute.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybyexecute.h 2018-04-07 21:37:40.000000000 +0200 @@ -31,10 +31,10 @@ Q_OBJECT public: explicit NotifyByExecute(QObject *parent = nullptr); - virtual ~NotifyByExecute(); + ~NotifyByExecute() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("Execute"); } - void notify(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("Execute"); } + void notify(KNotification *notification, KNotifyConfig *config) override; }; #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybyflatpak.cpp new/knotifications-5.45.0/src/notifybyflatpak.cpp --- old/knotifications-5.44.0/src/notifybyflatpak.cpp 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybyflatpak.cpp 2018-04-07 21:37:40.000000000 +0200 @@ -27,7 +27,7 @@ #include "knotification.h" #include "debug_p.h" -#include <QtDBus/QtDBus> +#include <QtDBus> #include <QDBusConnection> #include <QDBusConnectionInterface> #include <QDBusServiceWatcher> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybyflatpak.h new/knotifications-5.45.0/src/notifybyflatpak.h --- old/knotifications-5.44.0/src/notifybyflatpak.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybyflatpak.h 2018-04-07 21:37:40.000000000 +0200 @@ -37,12 +37,12 @@ Q_OBJECT public: explicit NotifyByFlatpak(QObject *parent = nullptr); - virtual ~NotifyByFlatpak(); + ~NotifyByFlatpak() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("Popup"); } - void notify(KNotification *notification, KNotifyConfig *notifyConfig) Q_DECL_OVERRIDE; - void close(KNotification *notification) Q_DECL_OVERRIDE; - void update(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("Popup"); } + void notify(KNotification *notification, KNotifyConfig *notifyConfig) override; + void close(KNotification *notification) override; + void update(KNotification *notification, KNotifyConfig *config) override; private Q_SLOTS: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybylogfile.h new/knotifications-5.45.0/src/notifybylogfile.h --- old/knotifications-5.44.0/src/notifybylogfile.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybylogfile.h 2018-04-07 21:37:40.000000000 +0200 @@ -34,10 +34,10 @@ public: explicit NotifyByLogfile(QObject *parent = nullptr); - virtual ~NotifyByLogfile(); + ~NotifyByLogfile() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("Logfile"); } - void notify(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("Logfile"); } + void notify(KNotification *notification, KNotifyConfig *config) override; }; #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybypopup.cpp new/knotifications-5.45.0/src/notifybypopup.cpp --- old/knotifications-5.44.0/src/notifybypopup.cpp 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybypopup.cpp 2018-04-07 21:37:40.000000000 +0200 @@ -151,7 +151,7 @@ */ class HtmlEntityResolver : public QXmlStreamEntityResolver { - QString resolveUndeclaredEntity(const QString &name) Q_DECL_OVERRIDE; + QString resolveUndeclaredEntity(const QString &name) override; }; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybypopup.h new/knotifications-5.45.0/src/notifybypopup.h --- old/knotifications-5.44.0/src/notifybypopup.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybypopup.h 2018-04-07 21:37:40.000000000 +0200 @@ -38,15 +38,15 @@ Q_OBJECT public: explicit NotifyByPopup(QObject *parent = nullptr); - virtual ~NotifyByPopup(); + ~NotifyByPopup() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("Popup"); } - void notify(KNotification *notification, KNotifyConfig *notifyConfig) Q_DECL_OVERRIDE; - void close(KNotification *notification) Q_DECL_OVERRIDE; - void update(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("Popup"); } + void notify(KNotification *notification, KNotifyConfig *notifyConfig) override; + void close(KNotification *notification) override; + void update(KNotification *notification, KNotifyConfig *config) override; protected: - void timerEvent(QTimerEvent *event) Q_DECL_OVERRIDE; + void timerEvent(QTimerEvent *event) override; private Q_SLOTS: void onPassivePopupDestroyed(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybytaskbar.h new/knotifications-5.45.0/src/notifybytaskbar.h --- old/knotifications-5.44.0/src/notifybytaskbar.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybytaskbar.h 2018-04-07 21:37:40.000000000 +0200 @@ -31,10 +31,10 @@ Q_OBJECT public: explicit NotifyByTaskbar(QObject *parent = nullptr); - virtual ~NotifyByTaskbar(); + ~NotifyByTaskbar() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("Taskbar"); } - void notify(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("Taskbar"); } + void notify(KNotification *notification, KNotifyConfig *config) override; }; #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybytts.cpp new/knotifications-5.45.0/src/notifybytts.cpp --- old/knotifications-5.44.0/src/notifybytts.cpp 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybytts.cpp 2018-04-07 21:37:40.000000000 +0200 @@ -31,8 +31,7 @@ #include <QtDebug> NotifyByTTS::NotifyByTTS(QObject *parent) - : KNotificationPlugin(parent), - m_speech(nullptr) + : KNotificationPlugin(parent) { m_speech = new QTextToSpeech(this); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/src/notifybytts.h new/knotifications-5.45.0/src/notifybytts.h --- old/knotifications-5.44.0/src/notifybytts.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/src/notifybytts.h 2018-04-07 21:37:40.000000000 +0200 @@ -34,13 +34,13 @@ Q_OBJECT public: explicit NotifyByTTS(QObject *parent = nullptr); - virtual ~NotifyByTTS(); + ~NotifyByTTS() override; - QString optionName() Q_DECL_OVERRIDE { return QStringLiteral("TTS"); } - void notify(KNotification *notification, KNotifyConfig *config) Q_DECL_OVERRIDE; + QString optionName() override { return QStringLiteral("TTS"); } + void notify(KNotification *notification, KNotifyConfig *config) override; private: - QTextToSpeech *m_speech; + QTextToSpeech *m_speech = nullptr; }; #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/tests/knotificationdbustest.cpp new/knotifications-5.45.0/tests/knotificationdbustest.cpp --- old/knotifications-5.44.0/tests/knotificationdbustest.cpp 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/tests/knotificationdbustest.cpp 2018-04-07 21:37:40.000000000 +0200 @@ -23,8 +23,8 @@ #include <QApplication> #include <QLabel> #include <QDebug> -#include <QtDBus/QDBusConnection> -#include <QtDBus/QDBusMessage> +#include <QDBusConnection> +#include <QDBusMessage> void notificationDBusCall(const QString &iconName, const QString &title, const QString &body, const QStringList &actions, bool persistent = false) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.44.0/tests/kpassivepopuptest.h new/knotifications-5.45.0/tests/kpassivepopuptest.h --- old/knotifications-5.44.0/tests/kpassivepopuptest.h 2018-03-03 11:05:36.000000000 +0100 +++ new/knotifications-5.45.0/tests/kpassivepopuptest.h 2018-04-07 21:37:40.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef KPASSIVEPOPUPTEST_H #define KPASSIVEPOPUPTEST_H -#include <QtCore/QObject> +#include <QObject> #include <QSystemTrayIcon> class Test : public QObject
