Hello community,

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

Package is "kwin5"

Mon Oct  9 19:38:32 2017 rev:63 rq:532030 version:5.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes      2017-08-29 
12:42:33.289834609 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2017-10-09 
19:38:34.185035773 +0200
@@ -1,0 +2,28 @@
+Thu Oct  5 12:39:18 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.0.php
+- Changes since 5.10.95:
+  * Fix: Missing dependencies for kwin autotests
+  * remove xdgv6 use from 5.11 branch
+  * Also send Wayland clients to a new desktop if their desktop was removed
+  * Don't recreate kwayland blurmanager on screen size changes
+  * Don't reload background contrast effect on screen resize
+  * [tabbox] Create X11Filter on establishKeyboardGrab (kde#385032)
+  * Restore cursors across multiple screens (kde#385003)
+  * Properly update the visible (icon) name when the caption changes 
(kde#384760)
+  * Make sure OpenGL Context is valid before deleting shader (kde#384884)
+  * Don't scale cursor hotspot differently to cursor (kde#384769)
+
+-------------------------------------------------------------------
+Thu Sep 14 14:29:05 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.95.php
+- Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  kwin-5.10.5.tar.xz

New:
----
  kwin-5.11.0.tar.xz

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

Other differences:
------------------
++++++ kwin5.spec ++++++
--- /var/tmp/diff_new_pack.sqq8Gt/_old  2017-10-09 19:38:35.024998851 +0200
+++ /var/tmp/diff_new_pack.sqq8Gt/_new  2017-10-09 19:38:35.024998851 +0200
@@ -21,7 +21,7 @@
 %define wayland 0%{?suse_version} >= 1330
 %bcond_without lang
 Name:           kwin5
-Version:        5.10.5
+Version:        5.11.0
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -31,7 +31,7 @@
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz
+Source:         kwin-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch1:         0001-Revert-Make-WindowSwitching-Alt-Tab-the-default-left.patch
 BuildRequires:  extra-cmake-modules >= 0.0.11
@@ -43,6 +43,10 @@
 BuildRequires:  libepoxy-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+BuildRequires:  gcc6-c++
+%endif
 BuildRequires:  cmake(Breeze) >= 5.9.0
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5Activities) >= %{kf5_version}
@@ -148,6 +152,11 @@
 %patch1 -p1
 
 %build
+  %if 0%{?suse_version} < 1330
+    # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+    export CC=gcc-6
+    export CXX=g++-6
+  %endif
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 

++++++ kwin-5.10.5.tar.xz -> kwin-5.11.0.tar.xz ++++++
++++ 121804 lines of diff (skipped)


Reply via email to