Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2014-11-13 09:21: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        2014-10-15 
08:51:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new/kwayland.changes   2014-11-13 
09:22:01.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Nov  6 20:14:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.1:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.1.1.php
+
+-------------------------------------------------------------------
+Mon Nov  3 19:48:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Do-not-find-unused-Wayland-components.patch to drop
+  not needed BuildRequires, pkgconfig(wayland-egl)
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.1.0.1.tar.xz

New:
----
  0001-Do-not-find-unused-Wayland-components.patch
  kwayland-5.1.1.tar.xz

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

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.La2MET/_old  2014-11-13 09:22:01.000000000 +0100
+++ /var/tmp/diff_new_pack.La2MET/_new  2014-11-13 09:22:01.000000000 +0100
@@ -18,14 +18,16 @@
 
 %define kwayland_server 0
 Name:           kwayland
-Version:        5.1.0
+Version:        5.1.1
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1+
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Source:         %{name}-%{version}.1.tar.xz
+Source:         %{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-UPSTREAM 0001-Do-not-find-unused-Wayland-components.patch
+Patch0:         0001-Do-not-find-unused-Wayland-components.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
@@ -33,7 +35,6 @@
 BuildRequires:  wayland-devel >= 1.3.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(wayland-egl)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,6 +69,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ 0001-Do-not-find-unused-Wayland-components.patch ++++++
>From 3f6a0f0dc8c9f89ab01d4f9e080fedf305ed75fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= <mgraess...@kde.org>
Date: Mon, 13 Oct 2014 13:53:15 +0200
Subject: [PATCH 1/1] Do not find unused Wayland components

(cherry picked from commit 2180655167287d94f65af9ecea766aef94489158)
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 
4c15e21084c73c1a926d6f9c6b3fa63c815ef478..8ecc956ed514e5a724eae0e82d5ba6097b834ad8
 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND
 set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
 
-find_package(Wayland 1.3 COMPONENTS Client Egl Cursor Server)
+find_package(Wayland 1.3 COMPONENTS Client Server)
 set_package_properties(Wayland PROPERTIES
                        TYPE REQUIRED
                       )
-- 
2.1.2

++++++ kwayland-5.1.0.1.tar.xz -> kwayland-5.1.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.1.0/CMakeLists.txt 
new/kwayland-5.1.1/CMakeLists.txt
--- old/kwayland-5.1.0/CMakeLists.txt   2014-10-14 12:54:10.000000000 +0200
+++ new/kwayland-5.1.1/CMakeLists.txt   2014-11-06 15:58:18.000000000 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.1.0")
+set(PROJECT_VERSION "5.1.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 project(KWAYLAND)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to