epel9
Rex Dieter 6 years ago
parent 408b3bf12b
commit 3cbca2fcab

5
.gitignore vendored

@ -1,4 +1 @@
/qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz
/qtvirtualkeyboard-everywhere-src-5.11.0.tar.xz
/qtvirtualkeyboard-everywhere-src-5.11.1.tar.xz
/qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz
/qtvirtualkeyboard-everywhere-src-5.11.3.tar.xz

@ -2,8 +2,8 @@
Summary: Qt5 - VirtualKeyboard component
Name: qt5-%{qt_module}
Version: 5.11.2
Release: 2%{?dist}
Version: 5.11.3
Release: 1%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -12,8 +12,6 @@ Url: http://qt.io
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
## upstreamable patches
# do not log keypresses in release mode
Patch100: qtvirtualkeyboard-everywhere-src-5.11.2-qDebug.patch
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-private-devel
@ -78,6 +76,9 @@ make install INSTALL_ROOT=%{buildroot}
%changelog
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
- 5.11.3
* Wed Oct 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-2
- do not log keypresses in release mode

@ -1,12 +0,0 @@
diff -up qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp.qDebug qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp
--- qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp.qDebug 2018-08-28 23:53:34.000000000 -0500
+++ qtvirtualkeyboard-everywhere-src-5.11.2/src/virtualkeyboard/inputcontext.cpp 2018-10-24 16:39:15.789269431 -0500
@@ -452,7 +452,7 @@ void InputContext::sendKeyClick(int key,
if (d->activeKeys.isEmpty())
d->stateFlags &= ~InputContextPrivate::KeyEventState;
} else {
- qWarning() << "InputContext::sendKeyClick(): no focus to send key click" << key << text
+ qDebug() << "InputContext::sendKeyClick(): no focus to send key click" << key << text
<< "- QGuiApplication::focusWindow() is:" << QGuiApplication::focusWindow();
}
}

@ -1 +1 @@
SHA512 (qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz) = 1a471a719771c3a07b8d7b524692bdd085eae1787b8e91f523b224c260bc950b514ce88d885bbbe90c1556619bae15c59debfb221ec01042885d71443e046912
SHA512 (qtvirtualkeyboard-everywhere-src-5.11.3.tar.xz) = cd3ce039382efca26842b8a413995d8b6bc26184e6161e8c3cad9ed326381a3f6d29798a9a42a52875886a23aa6a74bf831d70a62a7d12f852b640dd6854d2e3

Loading…
Cancel
Save