Hello community, here is the log from the commit of package kwrited5 for openSUSE:Factory checked in at 2019-02-11 21:20:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old) and /work/SRC/openSUSE:Factory/.kwrited5.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwrited5" Mon Feb 11 21:20:59 2019 rev:71 rq:672589 version:5.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes 2019-01-21 10:48:27.836157759 +0100 +++ /work/SRC/openSUSE:Factory/.kwrited5.new.28833/kwrited5.changes 2019-02-11 21:21:01.095221151 +0100 @@ -1,0 +2,21 @@ +Thu Feb 7 16:02:51 UTC 2019 - [email protected] + +- Update to 5.15.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.0.php +- No code changes since 5.14.90 + +------------------------------------------------------------------- +Thu Jan 17 18:47:24 UTC 2019 - [email protected] + +- Update to 5.14.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.90.php +- Changes since 5.14.5: + * bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 cycle + * Don't group wall notifications + * Use KDEFrameworkCompilerSettings + +------------------------------------------------------------------- Old: ---- kwrited-5.14.5.tar.xz kwrited-5.14.5.tar.xz.sig New: ---- kwrited-5.15.0.tar.xz kwrited-5.15.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwrited5.spec ++++++ --- /var/tmp/diff_new_pack.ARrfgZ/_old 2019-02-11 21:21:01.759220795 +0100 +++ /var/tmp/diff_new_pack.ARrfgZ/_new 2019-02-11 21:21:01.763220794 +0100 @@ -17,17 +17,16 @@ %bcond_without lang - Name: kwrited5 -Version: 5.14.5 +Version: 5.15.0 Release: 0 Summary: Daemon listening for wall and write messages License: GPL-2.0-or-later Group: System/GUI/KDE Url: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz +Source: kwrited-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig +Source1: kwrited-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 0.0.11 ++++++ kwrited-5.14.5.tar.xz -> kwrited-5.15.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.14.5/CMakeLists.txt new/kwrited-5.15.0/CMakeLists.txt --- old/kwrited-5.14.5/CMakeLists.txt 2019-01-08 12:01:41.000000000 +0100 +++ new/kwrited-5.15.0/CMakeLists.txt 2019-02-07 12:12:34.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) project(kwrited) -set(PROJECT_VERSION "5.14.5") +set(PROJECT_VERSION "5.15.0") set(QT_MIN_VERSION "5.11.0") -set(KF5_MIN_VERSION "5.50.0") +set(KF5_MIN_VERSION "5.54.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -12,7 +12,7 @@ include(CMakeDependentOption) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings NO_POLICY_SCOPE) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(FeatureSummary) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS @@ -37,11 +37,9 @@ ) endif () -add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII") add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT) #add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050a00) add_definitions(-DQT_NO_URL_CAST_FROM_STRING) -add_definitions(-DQT_USE_QSTRINGBUILDER) # If libutempter is not available on the system, we build # kwrited as an executable that is installed with setuid root diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.14.5/kwrited.cpp new/kwrited-5.15.0/kwrited.cpp --- old/kwrited-5.14.5/kwrited.cpp 2019-01-08 12:01:41.000000000 +0100 +++ new/kwrited-5.15.0/kwrited.cpp 2019-02-07 12:12:34.000000000 +0100 @@ -117,7 +117,7 @@ setegid(original_egid); #endif - pty->login(KUser(KUser::UseRealUserID).loginName().toLocal8Bit().data(), qgetenv("DISPLAY")); + pty->login(KUser(KUser::UseRealUserID).loginName().toLocal8Bit().data(), qgetenv("DISPLAY").constData()); #if defined(BUILD_AS_EXECUTABLE) //drop privileges again @@ -161,6 +161,7 @@ notification->setComponentName( QStringLiteral("kwrited") ); #endif notification->setText( msg ); + notification->setFlags( KNotification::SkipGrouping ); connect(notification, SIGNAL(closed()), notification, SLOT(deleteLater()) ); notification->sendEvent(); }
