Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2015-11-24 22:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-10-19 
22:18:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new/kwayland.changes   2015-11-24 
22:26:57.000000000 +0100
@@ -1,0 +2,14 @@
+Sun Nov  8 18:36:50 UTC 2015 - [email protected]
+
+- Update to 5.4.3 (boo#955068):
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.4.3.php
+
+-------------------------------------------------------------------
+Thu Oct 29 16:31:11 UTC 2015 - [email protected]
+
+- Added fix-wayland-1.3-dependency.diff -> changed requirements for
+  SLE12, where an older wayland version has been patched to support
+  the required features from wayland 1.3.0 needed by kwayland
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.4.2.tar.xz

New:
----
  fix-wayland-1.3-dependency.diff
  kwayland-5.4.3.tar.xz

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

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.EpPq5E/_old  2015-11-24 22:26:57.000000000 +0100
+++ /var/tmp/diff_new_pack.EpPq5E/_new  2015-11-24 22:26:57.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kwayland
-Version:        5.4.2
+Version:        5.4.3
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1+
@@ -25,12 +25,20 @@
 Url:            http://www.kde.org
 Source:         %{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-OPENSUSE fix-wayland-1.3-dependency.diff [email protected] -- 
Changes the wayland version kwayland depends on
+Patch0:         fix-wayland-1.3-dependency.diff
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libQt5Gui-private-headers-devel >= 5.4.0
+%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
+# We have a patched wayland 1.2.1 version in SLE12 with the required features 
from 1.3.0
+BuildRequires:  wayland-devel >= 1.2.1
+%else
 BuildRequires:  wayland-devel >= 1.3.0
+%endif
+
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(egl)
@@ -56,6 +64,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
+%patch0 -p1
+%endif
 
 %build
   %cmake_kf5 -d build

++++++ fix-wayland-1.3-dependency.diff ++++++
Index: kwayland-5.4.1/CMakeLists.txt
===================================================================
--- kwayland-5.4.1.orig/CMakeLists.txt
+++ kwayland-5.4.1/CMakeLists.txt
@@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABL
 set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
 
-find_package(Wayland 1.3 COMPONENTS Client Server)
+find_package(Wayland 1.2 COMPONENTS Client Server)
 set_package_properties(Wayland PROPERTIES
                        TYPE REQUIRED
                       )
++++++ kwayland-5.4.2.tar.xz -> kwayland-5.4.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.4.2/CMakeLists.txt 
new/kwayland-5.4.3/CMakeLists.txt
--- old/kwayland-5.4.2/CMakeLists.txt   2015-10-01 11:45:42.000000000 +0200
+++ new/kwayland-5.4.3/CMakeLists.txt   2015-11-05 13:39:15.000000000 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.4.2")
+set(PROJECT_VERSION "5.4.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 project(KWAYLAND)


Reply via email to