Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2016-05-08 10:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland (Old)
 and      /work/SRC/openSUSE:Factory/.kwayland.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes        2016-04-12 
19:04:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new/kwayland.changes   2016-05-08 
10:42:53.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Apr 19 20:45:45 UTC 2016 - [email protected]
+
+- Update to 5.6.3
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.6.3.php
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.6.2.tar.xz

New:
----
  kwayland-5.6.3.tar.xz

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

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.EYV6z7/_old  2016-05-08 10:42:54.000000000 +0200
+++ /var/tmp/diff_new_pack.EYV6z7/_new  2016-05-08 10:42:54.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kwayland
-Version:        5.6.2
+Version:        5.6.3
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1+

++++++ kwayland-5.6.2.tar.xz -> kwayland-5.6.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.6.2/CMakeLists.txt 
new/kwayland-5.6.3/CMakeLists.txt
--- old/kwayland-5.6.2/CMakeLists.txt   2016-04-05 15:47:05.000000000 +0200
+++ new/kwayland-5.6.3/CMakeLists.txt   2016-04-19 13:12:20.000000000 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.6.2")
+set(PROJECT_VERSION "5.6.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 project(KWAYLAND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.6.2/src/client/fakeinput.cpp 
new/kwayland-5.6.3/src/client/fakeinput.cpp
--- old/kwayland-5.6.2/src/client/fakeinput.cpp 2016-04-05 15:47:05.000000000 
+0200
+++ new/kwayland-5.6.3/src/client/fakeinput.cpp 2016-04-19 13:12:20.000000000 
+0200
@@ -168,7 +168,7 @@
         Q_UNREACHABLE();
         break;
     }
-    org_kde_kwin_fake_input_button(d->manager, a, wl_fixed_from_double(delta));
+    org_kde_kwin_fake_input_axis(d->manager, a, wl_fixed_from_double(delta));
 }
 
 FakeInput::operator org_kde_kwin_fake_input*() const


Reply via email to