From 6a8f86af3f088028ebec118ba9e7f035d9ab69dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 3 Dec 2015 16:17:48 +0100 Subject: [PATCH] Plasma 5.5.0 --- .gitignore | 1 + kwin.spec | 18 ++++++++++++++++-- sources | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0f80bf..683c92d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwin-5.4.2.tar.xz /kwin-5.4.3.tar.xz /kwin-5.4.95.tar.xz +/kwin-5.5.0.tar.xz diff --git a/kwin.spec b/kwin.spec index 058c5a8..f786d7a 100644 --- a/kwin.spec +++ b/kwin.spec @@ -6,7 +6,7 @@ %endif Name: kwin -Version: 5.4.95 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Window manager @@ -100,6 +100,7 @@ BuildRequires: kscreenlocker-devel >= %{majmin_ver} ## Runtime deps Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-common%{?_isa} = %{version}-%{release} Requires: kf5-filesystem # Runtime-only dependency for effect video playback @@ -125,6 +126,7 @@ Provides: firstboot(windowmanager) = kwin %package wayland Summary: KDE Window Manager with experimental Wayland support Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-common%{?_isa} = %{version}-%{release} Requires: kwayland-integration%{?_isa} >= %{version} # libkdeinit5_kwin* %{?kf5_kinit_requires} @@ -132,6 +134,12 @@ Requires: kwayland-integration%{?_isa} >= %{version} %{summary}. %endif +%package common +Summary: Common files for KWin X11 and KWin Wayland +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +%description common +%{summary}. + %package libs Summary: KWin runtime libraries # Before kwin-libs was split out from kde-workspace into a subpackage @@ -146,6 +154,7 @@ Requires: kf5-kwayland%{?_isa} >= %{version} %package devel Summary: Development files for %{name} Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-common%{?_isa} = %{version}-%{release} Requires: kf5-kconfig-devel Requires: kf5-kservice-devel Requires: kf5-kwindowsystem-devel @@ -195,10 +204,12 @@ fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -%files -f kwin5.lang +%files %{_bindir}/kwin %{_bindir}/kwin_x11 %{_kf5_libdir}/libkdeinit5_kwin_x11.so + +%files common -f kwin5.lang %{_kf5_libdir}/libkdeinit5_kwin_rules_dialog.so %{_datadir}/kwin %{_kf5_qtplugindir}/*.so @@ -258,6 +269,9 @@ fi %changelog +* Thu Dec 03 2015 Daniel Vrátil - 5.5.0-1 +- Plasma 5.5.0 + * Wed Nov 25 2015 Daniel Vrátil - 5.4.95-1 - Plasma 5.4.95 diff --git a/sources b/sources index 2657d20..6e282ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -323214169a2211d220543d847fc7da78 kwin-5.4.95.tar.xz +613586192701ed2a0a08acc4a8d78874 kwin-5.5.0.tar.xz