Hello community, here is the log from the commit of package libkdecoration2 for openSUSE:Factory checked in at 2017-10-09 19:38:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdecoration2 (Old) and /work/SRC/openSUSE:Factory/.libkdecoration2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdecoration2" Mon Oct 9 19:38:41 2017 rev:42 rq:532032 version:5.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes 2017-08-24 18:09:03.135712176 +0200 +++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 2017-10-09 19:38:42.988648794 +0200 @@ -1,0 +2,20 @@ +Thu Oct 5 12:39:18 CEST 2017 - [email protected] + +- Update to 5.11.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.0.php +- Changes since 5.10.95: + * None + +------------------------------------------------------------------- +Thu Sep 14 14:29:05 CEST 2017 - [email protected] + +- Update to 5.10.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.95.php +- Changes since 5.10.5: + * [autotests] Fix DecorationButtonTest::testPressAndHold with Qt 5.9 + +------------------------------------------------------------------- Old: ---- kdecoration-5.10.5.tar.xz New: ---- kdecoration-5.11.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdecoration2.spec ++++++ --- /var/tmp/diff_new_pack.4to4sB/_old 2017-10-09 19:38:43.672618729 +0200 +++ /var/tmp/diff_new_pack.4to4sB/_new 2017-10-09 19:38:43.676618553 +0200 @@ -19,7 +19,7 @@ %define lname libkdecorations2-5 %define lname_private libkdecorations2private5 Name: libkdecoration2 -Version: 5.10.5 +Version: 5.11.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 @@ -31,7 +31,7 @@ License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz +Source: kdecoration-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kdecoration-5.10.5.tar.xz -> kdecoration-5.11.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdecoration-5.10.5/CMakeLists.txt new/kdecoration-5.11.0/CMakeLists.txt --- old/kdecoration-5.10.5/CMakeLists.txt 2017-08-22 16:03:20.000000000 +0200 +++ new/kdecoration-5.11.0/CMakeLists.txt 2017-10-05 14:34:57.000000000 +0200 @@ -1,5 +1,5 @@ project(decoration-api) -set(PROJECT_VERSION "5.10.5") +set(PROJECT_VERSION "5.11.0") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdecoration-5.10.5/autotests/decorationbuttontest.cpp new/kdecoration-5.11.0/autotests/decorationbuttontest.cpp --- old/kdecoration-5.10.5/autotests/decorationbuttontest.cpp 2017-08-22 16:03:20.000000000 +0200 +++ new/kdecoration-5.11.0/autotests/decorationbuttontest.cpp 2017-10-05 14:34:57.000000000 +0200 @@ -1263,7 +1263,7 @@ QCOMPARE(releaseEvent.isAccepted(), true); QCOMPARE(clickedSpy.count(), 1); - QTest::qWait(QGuiApplication::styleHints()->mouseDoubleClickInterval()); + QTest::qWait(QGuiApplication::styleHints()->mouseDoubleClickInterval() + 5); // and it shouldn't be a double click pressEvent.setAccepted(false);
