diff --git a/fcitx-4.2.8.5-fix-bashisms.patch b/fcitx-4.2.8.5-fix-bashisms.patch deleted file mode 100644 index e00d7cf..0000000 --- a/fcitx-4.2.8.5-fix-bashisms.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Ndur fcitx-4.2.8.5/data/env_setup.sh fcitx-4.2.8.5-fix-bashisms/data/env_setup.sh ---- fcitx-4.2.8.5/data/env_setup.sh 2014-09-18 03:26:23.000000000 +0300 -+++ fcitx-4.2.8.5-fix-bashisms/data/env_setup.sh 2014-11-17 02:56:52.806374092 +0200 -@@ -31,7 +31,7 @@ - detect_qt_im_module() - { - QTPATH=`qmake -query QT_INSTALL_PLUGINS` -- ls $QTPATH/inputmethods/*fcitx* &> /dev/null -+ ls $QTPATH/inputmethods/*fcitx* >/dev/null 2>&1 - } - - if [ -z "$XMODIFIERS" ]; then diff --git a/fcitx-4.2.9.1_dict.tar.xz b/fcitx-4.2.9.1_dict.tar.xz new file mode 100644 index 0000000..c7ba78f --- /dev/null +++ b/fcitx-4.2.9.1_dict.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5337c8226417a1d4e6f88b3b1048aa73695d281ed483568a7b6a9ee849ad6c77 +size 8684772 diff --git a/fcitx-4.2.9_dict.tar.xz b/fcitx-4.2.9_dict.tar.xz deleted file mode 100644 index 9cc149c..0000000 --- a/fcitx-4.2.9_dict.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a935b7098fe573b126f8e393d93bccc6d4e4e9988830430fa9b1c87876bfc6c -size 8675292 diff --git a/fcitx.changes b/fcitx.changes index 9c607d7..b56e2ea 100644 --- a/fcitx.changes +++ b/fcitx.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 22 15:35:41 UTC 2015 - i@marguerite.su + +- update version 4.2.9.1 + * support QPlatformInputContext::locale() + * correctly set input window position on scaled gtk3 application + * support unicode 8.0 in unicode module + * qt input context is not recreated correctly when fcitx restarts +- drop patch: fcitx-4.2.8.5-fix-bashisms.patch, upstreamed + ------------------------------------------------------------------- Mon Nov 30 11:58:56 UTC 2015 - swyear@gmail.com diff --git a/fcitx.spec b/fcitx.spec index 76b4fec..a173db4 100644 --- a/fcitx.spec +++ b/fcitx.spec @@ -19,7 +19,7 @@ %define libver -4_2_9 Name: fcitx -Version: 4.2.9 +Version: 4.2.9.1 Release: 0 Summary: Flexible Context-aware Input Tool with eXtension License: GPL-2.0+ @@ -32,7 +32,6 @@ Source3: xim.fcitx.suse.template Source8: openSUSE-themes.tar.gz Source9: macros.%{name} Source99: baselibs.conf -Patch: fcitx-4.2.8.5-fix-bashisms.patch # PATCH-FIX-OPENSUSE fcitx-use-basename-for-log.patch boo#951602 Patch1: fcitx-use-basename-for-log.patch # PATCH-FIX-OPENSUSE fcitx-autostart-check-INPUT_METHOD.patch boo#947576 @@ -359,7 +358,6 @@ You can either use this package for download from kde-look.org using knewstaff i %prep %setup -q -n %{name}-%{version} -%patch -p1 %patch1 -p1 %patch2 -p1 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)