From d75b232026626a667b5bfec71a9827ccebee156c Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Sun, 5 Jul 2015 23:34:03 +0200 Subject: [PATCH] Add xkbcommon to the devel package QtCompositor API needs it. --- qt5-qtwayland.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index 7efa745..b5759e7 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -9,7 +9,7 @@ Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} Version: 5.5.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 with exceptions or LGPLv3 with exceptions Url: http://www.qt.io Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz @@ -39,6 +39,7 @@ BuildRequires: pkgconfig(libinput) %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: pkgconfig(xkbcommon) Requires: qt5-qtbase-devel%{?_isa} %description devel %{summary}. @@ -131,6 +132,9 @@ install -pm644 \ %changelog +* Sun Jul 05 2015 Pier Luigi Fiorini - 5.5.0-2 +- Add xkbcommon to the devel package. + * Thu Jun 25 2015 Helio Chissini de Castro - 5.5.0-0.2.rc - Update for official RC1 released packages