Hello community, here is the log from the commit of package knotifications for openSUSE:Factory checked in at 2016-02-24 18:56:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifications (Old) and /work/SRC/openSUSE:Factory/.knotifications.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifications" Changes: -------- --- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes 2016-01-20 09:46:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes 2016-02-24 18:56:23.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Feb 6 18:05:28 UTC 2016 - [email protected] + +- Update to 5.19.0 (boo#967668) + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.19.0.php + +------------------------------------------------------------------- Old: ---- knotifications-5.18.0.tar.xz New: ---- knotifications-5.19.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifications.spec ++++++ --- /var/tmp/diff_new_pack.wAgZqU/_old 2016-02-24 18:56:24.000000000 +0100 +++ /var/tmp/diff_new_pack.wAgZqU/_new 2016-02-24 18:56:24.000000000 +0100 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Notifications5 -%define _tar_path 5.18 +%define _tar_path 5.19 Name: knotifications -Version: 5.18.0 +Version: 5.19.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ knotifications-5.18.0.tar.xz -> knotifications-5.19.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/CMakeLists.txt new/knotifications-5.19.0/CMakeLists.txt --- old/knotifications-5.18.0/CMakeLists.txt 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/CMakeLists.txt 2016-02-06 14:52:31.000000000 +0100 @@ -4,7 +4,7 @@ # ECM setup include(FeatureSummary) -find_package(ECM 5.18.0 NO_MODULE) +find_package(ECM 5.19.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) @@ -17,8 +17,8 @@ include(ECMQtDeclareLoggingCategory) include(ECMPoQmTools) -set(KF5_VERSION "5.18.0") # handled by release scripts -set(KF5_DEP_VERSION "5.18.0") # handled by release scripts +set(KF5_VERSION "5.19.0") # handled by release scripts +set(KF5_DEP_VERSION "5.19.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KNOTIFICATIONS @@ -41,7 +41,7 @@ endif() include(KDEInstallDirs) -include(KDEFrameworkCompilerSettings) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) if (NOT APPLE AND NOT WIN32) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/po/nb/knotifications5_qt.po new/knotifications-5.19.0/po/nb/knotifications5_qt.po --- old/knotifications-5.18.0/po/nb/knotifications5_qt.po 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/po/nb/knotifications5_qt.po 2016-02-06 14:52:31.000000000 +0100 @@ -4,7 +4,7 @@ # Bjørn Steensrud <[email protected]>, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. # Eskild Hustvedt <[email protected]>, 2004, 2005. # Gaute Hvoslef Kvalnes <[email protected]>, 2004, 2005. -# Axel Bojer <[email protected]>, 2005, 2006. +# Axel Bojer <[email protected]>, 2005, 2006. # Nils Kristian Tomren <[email protected]>, 2005, 2007. # Øyvind A. Holm <[email protected]>, 2009. msgid "" @@ -26,7 +26,7 @@ "X-Text-Markup: qtrich\n" "X-Qt-Contexts: true\n" -#: knotificationrestrictions.cpp:184 +#: knotificationrestrictions.cpp:185 msgctxt "KNotificationRestrictions|" msgid "Unknown Application" msgstr "Ukjent program" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/po/nn/knotifications5_qt.po new/knotifications-5.19.0/po/nn/knotifications5_qt.po --- old/knotifications-5.18.0/po/nn/knotifications5_qt.po 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/po/nn/knotifications5_qt.po 2016-02-06 14:52:31.000000000 +0100 @@ -23,7 +23,7 @@ "X-Text-Markup: qtrich\n" "X-Qt-Contexts: true\n" -#: knotificationrestrictions.cpp:184 +#: knotificationrestrictions.cpp:185 msgctxt "KNotificationRestrictions|" msgid "Unknown Application" msgstr "Ukjent program" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/src/knotificationrestrictions.cpp new/knotifications-5.19.0/src/knotificationrestrictions.cpp --- old/knotifications-5.18.0/src/knotificationrestrictions.cpp 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/src/knotificationrestrictions.cpp 2016-02-06 14:52:31.000000000 +0100 @@ -42,7 +42,7 @@ : q(qq), control(c) , screenSaverDbusCookie(-1) - , reason("no_reason_specified") + , reason(QStringLiteral("no_reason_specified")) #if HAVE_XTEST , screensaverTimer(0), haveXTest(0), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/src/kstatusnotifieritem.cpp new/knotifications-5.19.0/src/kstatusnotifieritem.cpp --- old/knotifications-5.18.0/src/kstatusnotifieritem.cpp 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/src/kstatusnotifieritem.cpp 2016-02-06 14:52:31.000000000 +0100 @@ -106,7 +106,7 @@ } d->status = status; - emit d->statusNotifierItemDBus->NewStatus(metaObject()->enumerator(metaObject()->indexOfEnumerator("ItemStatus")).valueToKey(d->status)); + emit d->statusNotifierItemDBus->NewStatus(QString::fromLatin1(metaObject()->enumerator(metaObject()->indexOfEnumerator("ItemStatus")).valueToKey(d->status))); if (d->systemTrayIcon) { d->syncLegacySystemTrayIcon(); @@ -529,7 +529,7 @@ //FIXME: always true? if (d->status == NeedsAttention) { d->status = Active; - emit d->statusNotifierItemDBus->NewStatus(metaObject()->enumerator(metaObject()->indexOfEnumerator("ItemStatus")).valueToKey(d->status)); + emit d->statusNotifierItemDBus->NewStatus(QString::fromLatin1(metaObject()->enumerator(metaObject()->indexOfEnumerator("ItemStatus")).valueToKey(d->status))); } if (d->associatedWidget == d->menu) { @@ -971,7 +971,7 @@ QPixmap iconPixmap; //if an icon exactly that size wasn't found don't add it to the vector - foreach (const QSize &size, icon.availableSizes()) { + foreach (QSize size, icon.availableSizes()) { iconPixmap = icon.pixmap(size); iconVector.append(imageToStruct(iconPixmap.toImage())); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/src/kstatusnotifieritemdbus_p.cpp new/knotifications-5.19.0/src/kstatusnotifieritemdbus_p.cpp --- old/knotifications-5.18.0/src/kstatusnotifieritemdbus_p.cpp 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/src/kstatusnotifieritemdbus_p.cpp 2016-02-06 14:52:31.000000000 +0100 @@ -186,7 +186,7 @@ QString KStatusNotifierItemDBus::Category() const { - return m_statusNotifierItem->metaObject()->enumerator(m_statusNotifierItem->metaObject()->indexOfEnumerator("ItemCategory")).valueToKey(m_statusNotifierItem->category()); + return QLatin1String(m_statusNotifierItem->metaObject()->enumerator(m_statusNotifierItem->metaObject()->indexOfEnumerator("ItemCategory")).valueToKey(m_statusNotifierItem->category())); } QString KStatusNotifierItemDBus::Title() const @@ -201,7 +201,7 @@ QString KStatusNotifierItemDBus::Status() const { - return m_statusNotifierItem->metaObject()->enumerator(m_statusNotifierItem->metaObject()->indexOfEnumerator("ItemStatus")).valueToKey(m_statusNotifierItem->status()); + return QLatin1String(m_statusNotifierItem->metaObject()->enumerator(m_statusNotifierItem->metaObject()->indexOfEnumerator("ItemStatus")).valueToKey(m_statusNotifierItem->status())); } int KStatusNotifierItemDBus::WindowId() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/src/notifybypopup.cpp new/knotifications-5.19.0/src/notifybypopup.cpp --- old/knotifications-5.18.0/src/notifybypopup.cpp 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/src/notifybypopup.cpp 2016-02-06 14:52:31.000000000 +0100 @@ -183,7 +183,7 @@ #ifdef Q_WS_WIN startfdo = true; #else - if (qgetenv("KDE_FULL_SESSION").isEmpty()) { + if (qEnvironmentVariableIsEmpty("KDE_FULL_SESSION")) { QDBusMessage message = QDBusMessage::createMethodCall(QStringLiteral("org.freedesktop.DBus"), QStringLiteral("/org/freedesktop/DBus"), QStringLiteral("org.freedesktop.DBus"), @@ -686,7 +686,7 @@ } if (notification->flags() & KNotification::SkipGrouping) { - hintsMap["x-kde-skipGrouping"] = 1; + hintsMap[QStringLiteral("x-kde-skipGrouping")] = 1; } //FIXME - reenable/fix diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifications-5.18.0/src/notifybypopupgrowl.cpp new/knotifications-5.19.0/src/notifybypopupgrowl.cpp --- old/knotifications-5.18.0/src/notifybypopupgrowl.cpp 2016-01-02 17:44:09.000000000 +0100 +++ new/knotifications-5.19.0/src/notifybypopupgrowl.cpp 2016-02-06 14:52:31.000000000 +0100 @@ -35,8 +35,8 @@ */ bool NotifyByPopupGrowl::canPopup() { - return QFile::exists(GROWL_LOCATION_MACOSX) - || QFile::exists(GROWL_LOCATION_WIN32); + return QFile::exists(QStringLiteral(GROWL_LOCATION_MACOSX)) + || QFile::exists(QStringLiteral(GROWL_LOCATION_WIN32)); } /**
