qt5-qtbase-static missing dependencies (#1311311)
This commit is contained in:
parent
e52638b345
commit
7f9dd5fd56
@ -44,7 +44,7 @@
|
|||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Version: 5.6.0
|
Version: 5.6.0
|
||||||
Release: 0.31.%{prerelease}%{?dist}
|
Release: 0.32.%{prerelease}%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, for exception details
|
# See LGPL_EXCEPTIONS.txt, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -263,6 +263,10 @@ Summary: Static library files for %{name}
|
|||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig(fontconfig)
|
Requires: pkgconfig(fontconfig)
|
||||||
Requires: pkgconfig(glib-2.0)
|
Requires: pkgconfig(glib-2.0)
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Requires: pkgconfig(libinput)
|
||||||
|
Requires: pkgconfig(xkbcommon)
|
||||||
|
%endif
|
||||||
Requires: pkgconfig(zlib)
|
Requires: pkgconfig(zlib)
|
||||||
%description static
|
%description static
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -934,6 +938,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.32.rc
|
||||||
|
- qt5-qtbase-static missing dependencies (#1311311)
|
||||||
|
|
||||||
* Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.31.rc
|
* Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.31.rc
|
||||||
- Item views don't handle insert/remove of rows robustly (QTBUG-48870)
|
- Item views don't handle insert/remove of rows robustly (QTBUG-48870)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user