Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2016-11-10 13:56:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-11-04 
20:55:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2016-11-10 
13:56:15.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov  3 17:41:24 UTC 2016 - [email protected]
+
+- Introduce new _plasma5_bugfix global for more fine-tuned dependencies
+- Update BuildRequires accordingly
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kwin5.spec ++++++
--- /var/tmp/diff_new_pack.0ceAFv/_old  2016-11-10 13:56:16.000000000 +0100
+++ /var/tmp/diff_new_pack.0ceAFv/_new  2016-11-10 13:56:16.000000000 +0100
@@ -17,11 +17,15 @@
 
 
 %define kf5_version 5.26.0
+%define qt5_version 5.5.0
 %bcond_without lang
 Name:           kwin5
 Version:        5.8.3
 Release:        0
-%{!?_plasma5_version: %global _plasma5_version %{version}}
+# Full Plasma 5 version (e.g. 5.8.3)
+%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 in KUF)
+%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:        KDE Window Manager
 License:        GPL-2.0+
 Group:          System/GUI/KDE
@@ -30,13 +34,13 @@
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  libQt5Core-private-headers-devel >= 5.4.0
-BuildRequires:  libQt5Gui-private-headers-devel >= 5.4.0
-BuildRequires:  libQt5PlatformSupport-private-headers-devel >= 5.4.0
+BuildRequires:  libQt5Core-private-headers-devel >= 5.5.0
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.5.0
+BuildRequires:  libQt5PlatformSupport-private-headers-devel >= 5.5.0
 BuildRequires:  libepoxy-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  cmake(Breeze) >= %{_plasma5_version}
+BuildRequires:  cmake(Breeze) >= %{_plasma5_bugfix}
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5Activities) >= %{kf5_version}
 BuildRequires:  cmake(KF5Completion) >= %{kf5_version}
@@ -58,25 +62,25 @@
 BuildRequires:  cmake(KF5Package) >= %{kf5_version}
 BuildRequires:  cmake(KF5Plasma) >= %{kf5_version}
 BuildRequires:  cmake(KF5Service) >= %{kf5_version}
-BuildRequires:  cmake(KF5Wayland) >= %{_plasma5_version}
+BuildRequires:  cmake(KF5Wayland) >= %{kf5_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
 BuildRequires:  cmake(KF5XmlGui) >= %{kf5_version}
 BuildRequires:  cmake(KScreenLocker) >= %{_plasma5_version}
-BuildRequires:  cmake(Qt5Concurrent) >= 5.4.0
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Quick) >= 5.4.0
-BuildRequires:  cmake(Qt5QuickWidgets) >= 5.4.0
-BuildRequires:  cmake(Qt5Script) >= 5.4.0
-BuildRequires:  cmake(Qt5UiTools) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(Qt5Concurrent) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5QuickWidgets) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Script) >= %{qt5_version}
+BuildRequires:  cmake(Qt5UiTools) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
+BuildRequires:  cmake(Qt5X11Extras) >= %{qt5_version}
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libdrm)
+BuildRequires:  pkgconfig(libdrm) >= 2.4.62
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(wayland-cursor) >= 1.2.0
 BuildRequires:  pkgconfig(x11)
@@ -98,7 +102,7 @@
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xkbcommon) >= 0.5.0
 # new default decoration
-Requires:       breeze5-decoration
+Requires:       breeze5-decoration >= %{_plasma5_bugfix}
 # Needed for effects KCM at runtime
 Requires:       libQt5Multimedia5
 %requires_eq    libQt5Core5
@@ -112,7 +116,7 @@
 BuildRequires:  pkgconfig(wayland-egl)
 %endif
 %if 0%{?is_opensuse}
-BuildRequires:  pkgconfig(libinput) >= 0.10
+BuildRequires:  pkgconfig(libinput) >= 1.2
 BuildRequires:  pkgconfig(libudev)
 %endif
 %if %{with lang}


Reply via email to