Hello community, here is the log from the commit of package fcitx-qt5 for openSUSE:Factory checked in at 2014-06-10 14:39:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-qt5 (Old) and /work/SRC/openSUSE:Factory/.fcitx-qt5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-qt5" Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-qt5/fcitx-qt5.changes 2014-04-25 16:09:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx-qt5.new/fcitx-qt5.changes 2014-06-10 14:39:04.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 9 05:03:02 UTC 2014 - [email protected] + +- update version 0.1.2 + * Fix github issue fcitx/fcitx-qt5#2 + +------------------------------------------------------------------- Old: ---- fcitx-qt5-0.1.1.tar.xz New: ---- fcitx-qt5-0.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-qt5.spec ++++++ --- /var/tmp/diff_new_pack.VSmB6n/_old 2014-06-10 14:39:04.000000000 +0200 +++ /var/tmp/diff_new_pack.VSmB6n/_new 2014-06-10 14:39:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx-qt5 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fcitx-qt5 -Version: 0.1.1 +Version: 0.1.2 Release: 0 -License: GPL-2.0+ Summary: Fcitx QT5 Input Context -Url: https://fcitx.org +License: GPL-2.0+ Group: System/I18n/Chinese +Url: https://fcitx.org Source: http://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: fcitx-devel >= 4.2.3 ++++++ fcitx-qt5-0.1.1.tar.xz -> fcitx-qt5-0.1.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-qt5-0.1.1/CMakeLists.txt new/fcitx-qt5-0.1.2/CMakeLists.txt --- old/fcitx-qt5-0.1.1/CMakeLists.txt 2013-01-25 19:22:13.000000000 +0100 +++ new/fcitx-qt5-0.1.2/CMakeLists.txt 2014-04-10 07:39:37.000000000 +0200 @@ -6,7 +6,6 @@ find_package(Qt5Core REQUIRED) find_package(Qt5Gui REQUIRED) -find_package(Qt5Widgets REQUIRED) find_package(Qt5DBus REQUIRED) include(GNUInstallDirs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-qt5-0.1.1/src/qfcitxplatforminputcontext.cpp new/fcitx-qt5-0.1.2/src/qfcitxplatforminputcontext.cpp --- old/fcitx-qt5-0.1.1/src/qfcitxplatforminputcontext.cpp 2013-01-25 19:22:13.000000000 +0100 +++ new/fcitx-qt5-0.1.2/src/qfcitxplatforminputcontext.cpp 2014-04-10 07:39:37.000000000 +0200 @@ -626,7 +626,9 @@ (press) ? FCITX_PRESS_KEY : FCITX_RELEASE_KEY, QDateTime::currentDateTime().toTime_t() ); - result.waitForFinished(); + do { + QCoreApplication::processEvents (QEventLoop::WaitForMoreEvents); + } while (QCoreApplication::hasPendingEvents () || !result.isFinished ()); if (!m_connection->isConnected() || !result.isFinished() || result.isError() || result.value() <= 0) { return x11FilterEventFallback(keyval, keycode, state, press); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
