qt5-qtbase-5.3.0-2.fc21 breaks keyboard input (#1100213)

This commit is contained in:
Rex Dieter 2014-05-22 08:46:10 -05:00
parent a97fc92a72
commit ed540e229f

View File

@ -22,7 +22,7 @@
Summary: Qt5 - QtBase components Summary: Qt5 - QtBase components
Name: qt5-qtbase Name: qt5-qtbase
Version: 5.3.0 Version: 5.3.0
Release: 2%{?dist} Release: 3%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -105,9 +105,17 @@ BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(NetworkManager) BuildRequires: pkgconfig(NetworkManager)
BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
%if 0%{?fedora} # waiting on libxkbcommon update, https://bugzilla.redhat.com/1000497
BuildRequires: pkgconfig(xkbcommon) #if 0%{?fedora} > 20
%if 0
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
%global xkbcommon -system-xkbcommon
%else
Provides: bundled(libxkbcommon) = 0.4.1
%global xkbcommon -qt-xkbcommon
%endif %endif
BuildRequires: pkgconfig(xkeyboard-config)
%if 0%{?fedora} || 0%{?rhel} > 6 %if 0%{?fedora} || 0%{?rhel} > 6
%define egl 1 %define egl 1
BuildRequires: pkgconfig(atspi-2) BuildRequires: pkgconfig(atspi-2)
@ -328,6 +336,7 @@ popd
%{?pcre} \ %{?pcre} \
%{?sqlite} \ %{?sqlite} \
%{?tds} \ %{?tds} \
%{?xkbcommon} \
-system-zlib -system-zlib
make %{?_smp_mflags} make %{?_smp_mflags}
@ -676,6 +685,9 @@ popd
%changelog %changelog
* Thu May 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-3
- qt5-qtbase-5.3.0-2.fc21 breaks keyboard input (#1100213)
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-2 * Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-2
- limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129) - limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129)