Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2014-07-25 09:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwin5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwin5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwin5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes      2014-07-10 
14:56:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2014-07-25 
09:09:53.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jul 11 19:17:01 UTC 2014 - [email protected]
+
+- Update to 5.0.0
+   * Plasma 5.0 Final
+- Adjust BuildRequires depending whether Qt is built with openGL or open GL ES2
+- Added 0001-Drop-explicit-Qt5Widgets_EXECUTABLE_COMPILE_FLAGS.patch
+
+-------------------------------------------------------------------

Old:
----
  kwin-4.98.0.tar.xz

New:
----
  0001-Drop-explicit-Qt5Widgets_EXECUTABLE_COMPILE_FLAGS.patch
  kwin-5.0.0.tar.xz

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

Other differences:
------------------
++++++ kwin5.spec ++++++
--- /var/tmp/diff_new_pack.hoNJK6/_old  2014-07-25 09:09:55.000000000 +0200
+++ /var/tmp/diff_new_pack.hoNJK6/_new  2014-07-25 09:09:55.000000000 +0200
@@ -17,14 +17,16 @@
 
 
 Name:           kwin5
-Version:        4.98.0
+Version:        5.0.0
 Release:        0
 Summary:        KDE Window Manager
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/unstable/plasma/%{version}/src/kwin-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-Drop-explicit-Qt5Widgets_EXECUTABLE_COMPILE_FLAGS.patch -- fixes ppc/arm 
builds
+Patch0:         0001-Drop-explicit-Qt5Widgets_EXECUTABLE_COMPILE_FLAGS.patch
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  kactivities5-devel
 BuildRequires:  kcmutils-devel
@@ -60,7 +62,11 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.3.0
 BuildRequires:  pkgconfig(egl)
+%ifarch %arm aarch64
+BuildRequires:  pkgconfig(glesv2)
+%else
 BuildRequires:  pkgconfig(gl)
+%endif
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(wayland-client) >= 1.2.0
@@ -117,6 +123,7 @@
 
 %prep
 %setup -q -n kwin-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_po=OFF
@@ -146,7 +153,11 @@
 %{_kf5_libdir}/libkdeinit5_kwin_rules_dialog.so
 %{_kf5_libdir}/libkwin4_effect_builtins.so.*
 %{_kf5_libdir}/libkwineffects.so.*
+%ifarch %arm aarch64
+%{_kf5_libdir}/libkwinglesutils.so.*
+%else
 %{_kf5_libdir}/libkwinglutils.so.*
+%endif
 %{_kf5_libdir}/libkwinxrenderutils.so.*
 %{_kf5_plugindir}/
 %{_kf5_qmldir}/
@@ -170,7 +181,11 @@
 %{_includedir}/*kwin*.h
 %{_kf5_libdir}/libkwin4_effect_builtins.so
 %{_kf5_libdir}/libkwineffects.so
+%ifarch %arm aarch64
+%{_kf5_libdir}/libkwinglesutils.so
+%else
 %{_kf5_libdir}/libkwinglutils.so
+%endif
 %{_kf5_libdir}/libkwinxrenderutils.so
 %{_kf5_sharedir}/dbus-1/interfaces/
 

++++++ 0001-Drop-explicit-Qt5Widgets_EXECUTABLE_COMPILE_FLAGS.patch ++++++
>From 79d29096f29cdba33c5770da573809fd773c4cd7 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan <[email protected]>
Date: Sat, 12 Jul 2014 09:27:36 +0200
Subject: [PATCH 1/1] Drop explicit Qt5Widgets_EXECUTABLE_COMPILE_FLAGS

It is automagically pulled in by imported Qt5:: targets,
and also fixes build where POSITION_INDEPENDENT_CODE is not available.

REVIEW: 119237
---
 killer/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/killer/CMakeLists.txt b/killer/CMakeLists.txt
index 9c4c0ab..9e867ec 100644
--- a/killer/CMakeLists.txt
+++ b/killer/CMakeLists.txt
@@ -4,7 +4,6 @@ set(kwin_killer_helper_SRCS killer.cpp )
 
 
 add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
-set_target_properties(kwin_killer_helper PROPERTIES COMPILE_FLAGS 
${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS})
 
 target_link_libraries(kwin_killer_helper
     Qt5::Widgets
-- 
2.0.1

++++++ kwin-4.98.0.tar.xz -> kwin-5.0.0.tar.xz ++++++
++++ 23093 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to