Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2016-03-03 15:14:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkscreen2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkscreen2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkscreen2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2016-02-11 
12:34:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes     
2016-03-03 15:14:44.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar  1 17:32:43 UTC 2016 - [email protected]
+
+- Update to 5.5.5 (boo#968966)
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.5.5.php
+
+-------------------------------------------------------------------

Old:
----
  libkscreen-5.5.4.tar.xz

New:
----
  libkscreen-5.5.5.tar.xz

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

Other differences:
------------------
++++++ libkscreen2.spec ++++++
--- /var/tmp/diff_new_pack.axsGzM/_old  2016-03-03 15:14:45.000000000 +0100
+++ /var/tmp/diff_new_pack.axsGzM/_new  2016-03-03 15:14:45.000000000 +0100
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen6
 %define plasma_version 5.0.0
 Name:           libkscreen2
-Version:        5.5.4
+Version:        5.5.5
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 5.14.0

++++++ libkscreen-5.5.4.tar.xz -> libkscreen-5.5.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.5.4/CMakeLists.txt 
new/libkscreen-5.5.5/CMakeLists.txt
--- old/libkscreen-5.5.4/CMakeLists.txt 2016-01-26 20:36:37.000000000 +0100
+++ new/libkscreen-5.5.5/CMakeLists.txt 2016-03-01 14:37:15.000000000 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.5.4")
+set(PROJECT_VERSION "5.5.5")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.5.4/backends/xrandr/xrandrconfig.cpp 
new/libkscreen-5.5.5/backends/xrandr/xrandrconfig.cpp
--- old/libkscreen-5.5.4/backends/xrandr/xrandrconfig.cpp       2016-01-26 
20:36:37.000000000 +0100
+++ new/libkscreen-5.5.5/backends/xrandr/xrandrconfig.cpp       2016-03-01 
14:37:15.000000000 +0100
@@ -544,9 +544,9 @@
 {
     XRandROutput *xOutput = output(kscreenOutput->id());
     Q_ASSERT(xOutput);
-    Q_ASSERT(xOutput->crtc());
     if (!xOutput->crtc()) {
-        qCWarning(KSCREEN_XRANDR) << "Attempting to change output without 
valid CRTC";
+        qCDebug(KSCREEN_XRANDR) << "Output" << kscreenOutput->id() << "has no 
CRTC, falling back to enableOutput()";
+        return enableOutput(kscreenOutput);
     }
 
     qCDebug(KSCREEN_XRANDR) << "RRSetCrtcConfig (change output)";


Reply via email to