Hello community,

here is the log from the commit of package libqt5-qtwayland for 
openSUSE:Factory checked in at 2016-05-17 17:05:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwayland (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtwayland.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtwayland"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtwayland/libqt5-qtwayland.changes        
2015-10-19 22:46:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwayland.new/libqt5-qtwayland.changes   
2016-05-17 17:05:55.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Mar 18 19:03:29 UTC 2016 - [email protected]
+
+- Update to 5.6.0
+  * For more details please see:
+    http://blog.qt.io/blog/2016/03/16/qt-5-6-released/
+    and https://wiki.qt.io/New_Features_in_Qt_5.6
+- Drop adjust_api.diff, we don't need nor want to support Qt 5.3
+- Added 0001-partially-revert-505c373.diff: use pkgconfig to gather
+  wayland includes
+
+-------------------------------------------------------------------

Old:
----
  adjust_api.diff
  qtwayland-opensource-src-5.5.1.tar.xz

New:
----
  0001-partially-revert-505c373.diff
  qtwayland-opensource-src-5.6.0.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtwayland.spec ++++++
--- /var/tmp/diff_new_pack.Bl53CM/_old  2016-05-17 17:05:56.000000000 +0200
+++ /var/tmp/diff_new_pack.Bl53CM/_new  2016-05-17 17:05:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwayland
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define qt5_snapshot 0
+%define qt5_snapshot 1
 %define libname libQt5Compositor5
 %define base_name libqt5
-%define real_version 5.5.1
-%define so_version 5.5.1
+%define real_version 5.6.0
+%define so_version 5.6.0
 %define tar_version qtwayland-opensource-src-%{real_version}
 Name:           libqt5-qtwayland
-Version:        5.5.1
+Version:        5.6.0
 Release:        0
 Summary:        Qt 5 Wayland Addon
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -31,8 +31,8 @@
 Url:            http://qt.digia.com
 Source:         %{tar_version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM adjust_api.diff -- make qtwayland build with 5.3.x QPA API
-Patch0:         adjust_api.diff
+# PATCH-FIX-UPSTREAM -- 0001-partially-revert-505c373.diff -- Fix the build
+Patch0:         0001-partially-revert-505c373.diff
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-private-headers-devel >= 5.2.0
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= 5.2.0

++++++ 0001-partially-revert-505c373.diff ++++++
diff --git a/examples/wayland/server-buffer/compositor/compositor.pro 
b/examples/wayland/server-buffer/compositor/compositor.pro
index 8d7f488..9f7751a 100644
--- a/examples/wayland/server-buffer/compositor/compositor.pro
+++ b/examples/wayland/server-buffer/compositor/compositor.pro
@@ -17,4 +17,7 @@ RESOURCES += compositor.qrc
 CONFIG +=wayland-scanner
 WAYLANDSERVERSOURCES += ../share-buffer.xml
 
+CONFIG += link_pkgconfig
+PKGCONFIG += wayland-server
+
 DEFINES += QT_COMPOSITOR_QUICK
++++++ qtwayland-opensource-src-5.5.1.tar.xz -> 
qtwayland-opensource-src-5.6.0.tar.xz ++++++
++++ 7131 lines of diff (skipped)


Reply via email to