Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2015-10-19 22:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-09-24 
07:07:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes     
2015-10-19 22:18:47.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Oct  4 10:43:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.2:
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.4.2.php
+
+-------------------------------------------------------------------

Old:
----
  libkscreen-5.4.1.tar.xz

New:
----
  libkscreen-5.4.2.tar.xz

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

Other differences:
------------------
++++++ libkscreen2.spec ++++++
--- /var/tmp/diff_new_pack.oyRwav/_old  2015-10-19 22:18:48.000000000 +0200
+++ /var/tmp/diff_new_pack.oyRwav/_new  2015-10-19 22:18:48.000000000 +0200
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen6
 %define plasma_version 5.0.0
 Name:           libkscreen2
-Version:        5.4.1
+Version:        5.4.2
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12

++++++ libkscreen-5.4.1.tar.xz -> libkscreen-5.4.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.4.1/CMakeLists.txt 
new/libkscreen-5.4.2/CMakeLists.txt
--- old/libkscreen-5.4.1/CMakeLists.txt 2015-09-03 12:50:04.000000000 +0200
+++ new/libkscreen-5.4.2/CMakeLists.txt 2015-10-01 11:47:37.000000000 +0200
@@ -1,5 +1,5 @@
 project(libkscreen)
-set(PROJECT_VERSION "5.4.1")
+set(PROJECT_VERSION "5.4.2")
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.4.1/autotests/testconfigserializer.cpp 
new/libkscreen-5.4.2/autotests/testconfigserializer.cpp
--- old/libkscreen-5.4.1/autotests/testconfigserializer.cpp     2015-09-03 
12:50:04.000000000 +0200
+++ new/libkscreen-5.4.2/autotests/testconfigserializer.cpp     2015-10-01 
11:47:37.000000000 +0200
@@ -172,8 +172,8 @@
         QCOMPARE(pos[QLatin1String("x")].toInt(), output->pos().x());
         QCOMPARE(pos[QLatin1String("y")].toInt(), output->pos().y());
         const QJsonObject size = obj[QLatin1String("size")].toObject();
-        QCOMPARE(pos[QLatin1String("width")].toInt(), output->size().width());
-        QCOMPARE(pos[QLatin1String("height")].toInt(), 
output->size().height());
+        QCOMPARE(size[QLatin1String("width")].toInt(), output->size().width());
+        QCOMPARE(size[QLatin1String("height")].toInt(), 
output->size().height());
 
         
QCOMPARE(static_cast<KScreen::Output::Rotation>(obj[QLatin1String("rotation")].toInt()),
 output->rotation());
         QCOMPARE(obj[QLatin1String("currentModeId")].toString(), 
output->currentModeId());


Reply via email to