Hello community, here is the log from the commit of package kwin5 for openSUSE:Factory checked in at 2018-02-06 16:44:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwin5 (Old) and /work/SRC/openSUSE:Factory/.kwin5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwin5" Tue Feb 6 16:44:03 2018 rev:71 rq:573032 version:5.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes 2018-01-22 16:08:21.754440651 +0100 +++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2018-02-06 16:44:05.954260468 +0100 @@ -1,0 +2,21 @@ +Sun Feb 4 21:45:33 CET 2018 - [email protected] + +- Update to 5.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.0.php +- Changes since 5.11.95: + * [libinput] Ensure Event::device returns a proper Device (kde#389674) + * Acknowledge the server side deco mode in WaylandServer not ShellClient (kde#389117) + * From 22% of cpu in hasTransientInternal to 0.2x% + * [autotests/integration] Add test for broken quick tiling for xdg_shell + * [effects/blur] Disable texture cache on Wayland + +------------------------------------------------------------------- +Wed Jan 24 09:57:14 UTC 2018 - [email protected] + +- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a + change to the default compiler flags in openSUSE:Leap:42.3:Update + (boo#1077345) + +------------------------------------------------------------------- Old: ---- kwin-5.11.95.tar.xz New: ---- kwin-5.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwin5.spec ++++++ --- /var/tmp/diff_new_pack.WEBWkn/_old 2018-02-06 16:44:06.714224905 +0100 +++ /var/tmp/diff_new_pack.WEBWkn/_new 2018-02-06 16:44:06.718224718 +0100 @@ -21,7 +21,7 @@ %global wayland (0%{?suse_version} >= 1330) %bcond_without lang Name: kwin5 -Version: 5.11.95 +Version: 5.12.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} @@ -31,9 +31,9 @@ License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/unstable/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 +Patch100: 0001-Revert-Make-WindowSwitching-Alt-Tab-the-default-left.patch BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: fdupes BuildRequires: kf5-filesystem @@ -47,7 +47,11 @@ BuildRequires: xz %if 0%{?suse_version} < 1330 # It does not build with the default compiler (GCC 4.8) on Leap 42.x +%if 0%{?sle_version} < 120300 BuildRequires: gcc6-c++ +%else +BuildRequires: gcc7-c++ +%endif %endif BuildRequires: cmake(Breeze) >= 5.9.0 BuildRequires: cmake(KDecoration2) >= %{_plasma5_version} @@ -152,13 +156,18 @@ %prep %setup -q -n kwin-%{version} -%patch1 -p1 +%autopatch -p1 %build %if 0%{?suse_version} < 1330 # It does not build with the default compiler (GCC 4.8) on Leap 42.x + %if 0%{?sle_version} < 120300 export CC=gcc-6 export CXX=g++-6 + %else + export CC=gcc-7 + export CXX=g++-7 + %endif %endif %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs ++++++ kwin-5.11.95.tar.xz -> kwin-5.12.0.tar.xz ++++++ ++++ 7924 lines of diff (skipped)
