Revert "add versioned Requires: libxkbcommon dep"

This reverts commit f1dfb1e208.
This commit is contained in:
Rex Dieter 2014-12-10 09:53:39 -06:00
parent f1dfb1e208
commit 9fb6af848d
1 changed files with 1 additions and 6 deletions

View File

@ -29,7 +29,7 @@
Summary: Qt5 - QtBase components
Name: qt5-qtbase
Version: 5.3.2
Release: 4%{?dist}.1
Release: 4%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -142,8 +142,6 @@ BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
%if 0%{?fedora} > 19
# Fedora 20
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
%global xkbcommon_version %(pkg-config --modversion xkbcommon 2> /dev/null || echo '0.4.1')
Requires: libxkbcommon%{?_isa} >= %{xkbcommon_version}
%else
# Fedora 19 and older
BuildRequires: pkgconfig(xkbcommon)
@ -770,9 +768,6 @@ fi
%changelog
* Wed Nov 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-4.1
- add versioned Requires: libxkbcommon dep
* Thu Oct 23 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.3.2-4
- -gui: don't require gtk2 (__requires_exclude_from platformthemes) (#1154884)