Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2015-09-02 07:51:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdecoration2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkdecoration2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdecoration2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2015-07-08 06:57:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes     
2015-09-02 07:51:52.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Aug 24 17:52:08 UTC 2015 - [email protected]
+
+- Update to 5.4.0:
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.4.0.php
+
+-------------------------------------------------------------------
+Sun Aug 16 10:17:06 UTC 2015 - [email protected]
+
+- Update to 5.3.95 aka 5.4 beta:
+  This release of Plasma brings many nice touches for our users
+  such as much improved high DPI support, KRunner auto-completion
+  and many new beautiful Breeze icons. It also lays the ground for
+  the future with a tech preview of Wayland session available.
+  We're shipping a few new components such as an Audio Volume
+  Plasma Widget, monitor calibration tool and the User Manager
+  tool comes out beta.
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.3.95.php
+
+-------------------------------------------------------------------

Old:
----
  kdecoration-5.3.2.tar.xz

New:
----
  kdecoration-5.4.0.tar.xz

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

Other differences:
------------------
++++++ libkdecoration2.spec ++++++
--- /var/tmp/diff_new_pack.HXij1W/_old  2015-09-02 07:51:53.000000000 +0200
+++ /var/tmp/diff_new_pack.HXij1W/_new  2015-09-02 07:51:53.000000000 +0200
@@ -19,7 +19,7 @@
 %define lname           libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:           libkdecoration2
-Version:        5.3.2
+Version:        5.4.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11

++++++ kdecoration-5.3.2.tar.xz -> kdecoration-5.4.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.3.2/CMakeLists.txt 
new/kdecoration-5.4.0/CMakeLists.txt
--- old/kdecoration-5.3.2/CMakeLists.txt        2015-06-25 13:14:50.000000000 
+0200
+++ new/kdecoration-5.4.0/CMakeLists.txt        2015-08-20 15:01:34.000000000 
+0200
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.3.2")
+set(PROJECT_VERSION "5.4.0")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.3.2/README.md 
new/kdecoration-5.4.0/README.md
--- old/kdecoration-5.3.2/README.md     2015-06-25 13:14:50.000000000 +0200
+++ new/kdecoration-5.4.0/README.md     2015-08-20 15:01:34.000000000 +0200
@@ -14,7 +14,7 @@
 
 ## Links
 
-- Home page: <https://projects.kde.org/projects/playground/base/kdecoration>
+- Home page: <https://projects.kde.org/projects/kde/workspace/kdecoration>
 - Mailing list: <https://mail.kde.org/mailman/listinfo/kwin>
 - IRC channel: #kde-devel or #kwin on Freenode
-- Git repository: 
<https://projects.kde.org/projects/playground/base/kdecoration/repository>
+- Git repository: 
<https://projects.kde.org/projects/kde/workspace/kdecoration/repository>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.3.2/autotests/decorationbuttontest.cpp 
new/kdecoration-5.4.0/autotests/decorationbuttontest.cpp
--- old/kdecoration-5.3.2/autotests/decorationbuttontest.cpp    2015-06-25 
13:14:50.000000000 +0200
+++ new/kdecoration-5.4.0/autotests/decorationbuttontest.cpp    2015-08-20 
15:01:34.000000000 +0200
@@ -991,7 +991,7 @@
     QCOMPARE(client->isMaximizedHorizontally(), true);
     QCOMPARE(client->isMaximizedVertically(), false);
 
-    QMouseEvent rightReleaseEvent(QEvent::QEvent::MouseButtonRelease, 
QPointF(5, 5), Qt::RightButton, Qt::NoButton, Qt::NoModifier);
+    QMouseEvent rightReleaseEvent(QEvent::MouseButtonRelease, QPointF(5, 5), 
Qt::RightButton, Qt::NoButton, Qt::NoModifier);
     rightReleaseEvent.setAccepted(false);
     button.event(&rightReleaseEvent);
     QCOMPARE(rightReleaseEvent.isAccepted(), true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.3.2/autotests/decorationtest.cpp 
new/kdecoration-5.4.0/autotests/decorationtest.cpp
--- old/kdecoration-5.3.2/autotests/decorationtest.cpp  2015-06-25 
13:14:50.000000000 +0200
+++ new/kdecoration-5.4.0/autotests/decorationtest.cpp  2015-08-20 
15:01:34.000000000 +0200
@@ -19,6 +19,7 @@
  */
 #include <QTest>
 #include <QSignalSpy>
+#include <QVariant>
 #include "../src/decorationsettings.h"
 #include "mockbridge.h"
 #include "mockclient.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.3.2/autotests/mockdecoration.cpp 
new/kdecoration-5.4.0/autotests/mockdecoration.cpp
--- old/kdecoration-5.3.2/autotests/mockdecoration.cpp  2015-06-25 
13:14:50.000000000 +0200
+++ new/kdecoration-5.4.0/autotests/mockdecoration.cpp  2015-08-20 
15:01:34.000000000 +0200
@@ -20,6 +20,8 @@
 #include "mockdecoration.h"
 #include "mockbridge.h"
 
+#include <utility>
+#include <QMap>
 #include <QVariantMap>
 
 MockDecoration::MockDecoration(QObject *parent, const QVariantList &args)


Reply via email to