Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2015-03-01 15:05:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwrited5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwrited5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes        2015-01-29 
13:16:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2015-03-01 
15:05:09.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb 20 02:43:57 UTC 2015 - [email protected]
+
+- Update to 5.2.1:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.1.php
+
+-------------------------------------------------------------------

Old:
----
  kwrited-5.2.0.tar.xz

New:
----
  kwrited-5.2.1.tar.xz

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

Other differences:
------------------
++++++ kwrited5.spec ++++++
--- /var/tmp/diff_new_pack.vVkuRe/_old  2015-03-01 15:05:10.000000000 +0100
+++ /var/tmp/diff_new_pack.vVkuRe/_new  2015-03-01 15:05:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kwrited5
-Version:        5.2.0
+Version:        5.2.1
 Release:        0
 Summary:        Daemon listening for wall and write messages
 License:        GPL-2.0+

++++++ kwrited-5.2.0.tar.xz -> kwrited-5.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.2.0/CMakeLists.txt 
new/kwrited-5.2.1/CMakeLists.txt
--- old/kwrited-5.2.0/CMakeLists.txt    2015-01-22 13:54:00.000000000 +0100
+++ new/kwrited-5.2.1/CMakeLists.txt    2015-02-21 20:45:32.000000000 +0100
@@ -1,5 +1,5 @@
 project(kwrited)
-set(PROJECT_VERSION "5.2.0")
+set(PROJECT_VERSION "5.2.1")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.3.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.2.0/kwrited.cpp 
new/kwrited-5.2.1/kwrited.cpp
--- old/kwrited-5.2.0/kwrited.cpp       2015-01-22 13:54:00.000000000 +0100
+++ new/kwrited-5.2.1/kwrited.cpp       2015-02-21 20:45:32.000000000 +0100
@@ -31,6 +31,7 @@
 
 #if defined(BUILD_AS_EXECUTABLE)
 # include <QApplication>
+# include <QSessionManager>
 # include <signal.h>
 # include <sys/types.h>
 # include <unistd.h>
@@ -70,7 +71,14 @@
     signal(SIGHUP, sigterm_handler);
 
     KAboutData::setApplicationData(aboutData());
+    QApplication::setDesktopSettingsAware(false);
     QApplication a(argc, argv);
+    auto disableSessionManagement = [](QSessionManager &sm) {
+            sm.setRestartHint(QSessionManager::RestartNever);
+    };
+    QObject::connect(&a, &QGuiApplication::commitDataRequest, 
disableSessionManagement);
+    QObject::connect(&a, &QGuiApplication::saveStateRequest, 
disableSessionManagement);
+
     KWrited w;
     return a.exec();
 }
@@ -156,4 +164,4 @@
 
 #if !defined(BUILD_AS_EXECUTABLE)
 #include "kwrited.moc"
-#endif
\ No newline at end of file
+#endif

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to