|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3
|
|
|
|
|
%if (0%{?fedora} > 29 || 0%{?rhel} > 7)
|
|
|
|
|
%global with_python2 0
|
|
|
|
|
%else
|
|
|
|
@ -7,52 +6,62 @@
|
|
|
|
|
|
|
|
|
|
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
|
|
|
|
|
|
|
|
|
|
%if (0%{?fedora} > 21 || 0%{?rhel} > 7)
|
|
|
|
|
%global with_kde5 1
|
|
|
|
|
%else
|
|
|
|
|
%global with_kde5 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global ibus_api_version 1.0
|
|
|
|
|
|
|
|
|
|
# for bytecompile in %%{_datadir}/ibus/setup
|
|
|
|
|
%global __python %{__python3}
|
|
|
|
|
|
|
|
|
|
%if (0%{?fedora} > 33 || 0%{?rhel} > 8)
|
|
|
|
|
%bcond_without gtk4
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with gtk4
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %with_pkg_config
|
|
|
|
|
%{!?gtk2_binary_version: %global gtk2_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)}
|
|
|
|
|
%{!?gtk3_binary_version: %global gtk3_binary_version %(pkg-config --variable=gtk_binary_version gtk+-3.0)}
|
|
|
|
|
%if %{with gtk4}
|
|
|
|
|
%{!?gtk4_binary_version: %global gtk4_binary_version %(pkg-config --variable=gtk_binary_version gtk4)}
|
|
|
|
|
%else
|
|
|
|
|
%{!?gtk4_binary_version: %global gtk4_binary_version ?.?.?}
|
|
|
|
|
%endif
|
|
|
|
|
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
|
|
|
|
|
%else
|
|
|
|
|
%{!?gtk2_binary_version: %global gtk2_binary_version ?.?.?}
|
|
|
|
|
%{!?gtk3_binary_version: %global gtk3_binary_version ?.?.?}
|
|
|
|
|
%{!?gtk4_binary_version: %global gtk4_binary_version ?.?.?}
|
|
|
|
|
%global glib_ver 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global dbus_python_version 0.83.0
|
|
|
|
|
|
|
|
|
|
Name: ibus
|
|
|
|
|
Version: 1.5.25
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.5.19
|
|
|
|
|
Release: 14%{?dist}
|
|
|
|
|
Summary: Intelligent Input Bus for Linux OS
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: https://github.com/ibus/%name/wiki
|
|
|
|
|
Source0: https://github.com/ibus/%name/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: %{name}-xinput
|
|
|
|
|
Source2: %{name}.conf.5
|
|
|
|
|
Source3: https://fujiwara.fedorapeople.org/ibus/po/%{name}-po-1.5.19-20210706.tar.gz
|
|
|
|
|
# Patch0: %%{name}-HEAD.patch
|
|
|
|
|
# RHEL 8.0 From upstreamed patches
|
|
|
|
|
Patch0: %{name}-HEAD.patch
|
|
|
|
|
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
|
|
|
|
|
Patch1: %{name}-1385349-segv-bus-proxy.patch
|
|
|
|
|
%if 0%{?fedora:0}%{?rhel:1}
|
|
|
|
|
# Use mutter window manager in RHEL CI
|
|
|
|
|
Patch2: %{name}-xx-desktop-testing-mutter.patch
|
|
|
|
|
%endif
|
|
|
|
|
# RHEL 8.2 Fix not to assert with wrong compose files
|
|
|
|
|
Patch1: %{name}-1470673-emoji-warn-instead-assert.patch
|
|
|
|
|
# RHEL 8.2 Fix not to assert with 16 candidates
|
|
|
|
|
Patch2: %{name}-2076-fix-16-candidates.patch
|
|
|
|
|
# RHEL 8.2 Show emoji compose in the top category
|
|
|
|
|
Patch3: %{name}-xx-emoji-compose.patch
|
|
|
|
|
# RHEL 8.2 Extract $(datarootdir) in ibus-setup
|
|
|
|
|
Patch4: %{name}-xx-setup-env.patch
|
|
|
|
|
# RHEL 8.2 CVE 2019-14822
|
|
|
|
|
Patch5: %{name}-1750836-server-auth-observer.patch
|
|
|
|
|
# RHEL 8.2 Bug 1682157 - Integrate ibus-desktop-testing and test cases
|
|
|
|
|
Patch6: %{name}-1682157-ci.patch
|
|
|
|
|
# RHEL 8.2 Bug 1713606 - Fix hangul preedit commit with mouse click
|
|
|
|
|
Patch7: %{name}-1713606-hangul-with-mouse.patch
|
|
|
|
|
# RHEL 8.5 Bug 1897548 - Enable to lookup Unicode names
|
|
|
|
|
Patch8: %{name}-1897548-emoji-unicode.patch
|
|
|
|
|
|
|
|
|
|
# RHEL 8.0 Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
|
|
|
|
|
Patch100: %{name}-1385349-segv-bus-proxy.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
@ -60,11 +69,7 @@ BuildRequires: libtool
|
|
|
|
|
BuildRequires: glib2-doc
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
%if %{with gtk4}
|
|
|
|
|
BuildRequires: gtk4-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
|
BuildRequires: dbus-python-devel >= %{dbus_python_version}
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: dconf-devel
|
|
|
|
@ -72,18 +77,25 @@ BuildRequires: dbus-x11
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-gobject
|
|
|
|
|
%if %with_python2
|
|
|
|
|
# http://pkgs.devel.redhat.com/cgit/rpms/GConf2/commit/?h=rhel-8.3.0&id=82fe51c3
|
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=759334
|
|
|
|
|
# Need python2 for gsettings-schema-convert
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: dbus-python-devel >= %{dbus_python_version}
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: vala-devel
|
|
|
|
|
BuildRequires: vala-tools
|
|
|
|
|
# for AM_GCONF_SOURCE_2 in configure.ac
|
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: git
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: iso-codes-devel
|
|
|
|
|
BuildRequires: libnotify-devel
|
|
|
|
|
BuildRequires: wayland-devel
|
|
|
|
|
BuildRequires: libwayland-client-devel
|
|
|
|
|
%if %with_kde5
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: cldr-emoji-annotation
|
|
|
|
|
BuildRequires: unicode-emoji
|
|
|
|
|
BuildRequires: unicode-ucd
|
|
|
|
@ -91,7 +103,7 @@ BuildRequires: unicode-ucd
|
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: (%{name}-gtk2%{?_isa} = %{version}-%{release} if gtk2)
|
|
|
|
|
Requires: %{name}-gtk2%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-setup = %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -105,7 +117,8 @@ Requires: python3-gobject
|
|
|
|
|
%{?__python3:Requires: %{__python3}}
|
|
|
|
|
# Owner of %%{_sysconfdir}/X11/xinit
|
|
|
|
|
Requires: xorg-x11-xinit
|
|
|
|
|
Requires: setxkbmap
|
|
|
|
|
# for setxkbmap
|
|
|
|
|
Requires: xorg-x11-xkb-utils
|
|
|
|
|
%if (0%{?fedora} > 29 || 0%{?rhel} > 8)
|
|
|
|
|
%else
|
|
|
|
|
Requires: dbus-x11
|
|
|
|
@ -129,6 +142,7 @@ IBus means Intelligent Input Bus. It is an input framework for Linux OS.
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: IBus libraries
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
|
|
Requires: dbus >= 1.2.4
|
|
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
@ -144,6 +158,7 @@ This package contains the libraries for IBus
|
|
|
|
|
|
|
|
|
|
%package gtk2
|
|
|
|
|
Summary: IBus IM module for GTK2
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
|
|
|
@ -156,6 +171,7 @@ This package contains IBus IM module for GTK2
|
|
|
|
|
|
|
|
|
|
%package gtk3
|
|
|
|
|
Summary: IBus IM module for GTK3
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
|
|
|
@ -163,25 +179,14 @@ Requires(post): glib2 >= %{glib_ver}
|
|
|
|
|
%description gtk3
|
|
|
|
|
This package contains IBus IM module for GTK3
|
|
|
|
|
|
|
|
|
|
%if %{with gtk4}
|
|
|
|
|
%package gtk4
|
|
|
|
|
Summary: IBus IM module for GTK4
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
|
|
|
|
|
|
|
|
|
%description gtk4
|
|
|
|
|
This package contains IBus IM module for GTK4
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%package setup
|
|
|
|
|
Summary: IBus setup utility
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
%{?__python3:Requires: %{__python3}}
|
|
|
|
|
Requires: python3-gobject
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: pygobject3-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description setup
|
|
|
|
@ -190,6 +195,7 @@ This is a setup utility for IBus.
|
|
|
|
|
%if %with_python2
|
|
|
|
|
%package pygtk2
|
|
|
|
|
Summary: IBus PyGTK2 library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
|
|
|
|
|
Requires: dbus-python >= %{dbus_python_version}
|
|
|
|
|
%else
|
|
|
|
@ -206,6 +212,7 @@ and this package will be deprecated.
|
|
|
|
|
|
|
|
|
|
%package py2override
|
|
|
|
|
Summary: IBus Python2 override library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
# Owner of %%python2_sitearch/gi/overrides
|
|
|
|
|
%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
|
|
|
|
@ -221,6 +228,7 @@ some functions in GObject-Introspection.
|
|
|
|
|
|
|
|
|
|
%package wayland
|
|
|
|
|
Summary: IBus IM module for Wayland
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description wayland
|
|
|
|
@ -228,11 +236,14 @@ This package contains IBus IM module for Wayland
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development tools for ibus
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: dbus-devel
|
|
|
|
|
Requires: glib2-devel
|
|
|
|
|
# for %%{_datadir}/gettext/its
|
|
|
|
|
Requires: gettext
|
|
|
|
|
# Owner of %%{_datadir}/gir-1.0
|
|
|
|
|
Requires: gobject-introspection-devel
|
|
|
|
|
# Owner of %%{_datadir}/vala/vapi
|
|
|
|
|
Requires: vala
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The ibus-devel package contains the header files and developer
|
|
|
|
@ -240,6 +251,7 @@ docs for ibus.
|
|
|
|
|
|
|
|
|
|
%package devel-docs
|
|
|
|
|
Summary: Developer documents for IBus
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description devel-docs
|
|
|
|
@ -247,12 +259,8 @@ The ibus-devel-docs package contains developer documentation for IBus
|
|
|
|
|
|
|
|
|
|
%package desktop-testing
|
|
|
|
|
Summary: Wrapper of InstalledTests Runner for IBus
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
%if 0%{?fedora:1}%{?rhel:0}
|
|
|
|
|
# Use no-overview mode in CI to get input focus
|
|
|
|
|
BuildRequires: gnome-shell-extension-no-overview
|
|
|
|
|
Requires: gnome-shell-extension-no-overview
|
|
|
|
|
%endif
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description desktop-testing
|
|
|
|
@ -263,7 +271,9 @@ desktop testing runner internally.
|
|
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
|
Summary: Tests for the %{name} package
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
The %{name}-tests package contains tests that can be used to verify
|
|
|
|
@ -273,10 +283,17 @@ the functionality of the installed %{name} package.
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -S git
|
|
|
|
|
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
|
|
|
|
|
# cp client/gtk2/ibusim.c client/gtk3/ibusim.c || :
|
|
|
|
|
# cp client/gtk2/ibusimcontext.c client/gtk4/ibusimcontext.c || :
|
|
|
|
|
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
|
|
|
|
|
cp client/gtk2/ibusimcontext.c client/gtk4/ibusimcontext.c || :
|
|
|
|
|
|
|
|
|
|
zcat %SOURCE3 | tar xfv -
|
|
|
|
|
|
|
|
|
|
cp /usr/share/unicode/ucd/Blocks.txt .
|
|
|
|
|
NL=/usr/share/unicode/ucd/NamesList.txt
|
|
|
|
|
sed -e '/^@@.*3300.*CJK Compatibility/i\
|
|
|
|
|
@ Japanese era name\
|
|
|
|
|
32FF SQUARE ERA NAME REIWA\
|
|
|
|
|
# <square> 4EE4 548C' $NL > NamesList.txt
|
|
|
|
|
diff $NL NamesList.txt || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# prep test
|
|
|
|
@ -288,11 +305,6 @@ do
|
|
|
|
|
abort
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
diff client/gtk2/ibusimcontext.c client/gtk4/ibusimcontext.c
|
|
|
|
|
if test $? -ne 0 ; then
|
|
|
|
|
echo "Have to copy ibusimcontext.c into client/gtk4"
|
|
|
|
|
abort
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
#autoreconf -f -i -v
|
|
|
|
@ -303,9 +315,6 @@ autoreconf -f -i -v
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-gtk2 \
|
|
|
|
|
--enable-gtk3 \
|
|
|
|
|
%if %{with gtk4}
|
|
|
|
|
--enable-gtk4 \
|
|
|
|
|
%endif
|
|
|
|
|
--enable-xim \
|
|
|
|
|
--enable-gtk-doc \
|
|
|
|
|
--enable-surrounding-text \
|
|
|
|
@ -316,20 +325,25 @@ autoreconf -f -i -v
|
|
|
|
|
--enable-python-library \
|
|
|
|
|
%endif
|
|
|
|
|
--enable-wayland \
|
|
|
|
|
%if ! %with_kde5
|
|
|
|
|
--disable-appindicator \
|
|
|
|
|
%endif
|
|
|
|
|
--enable-introspection \
|
|
|
|
|
--enable-install-tests \
|
|
|
|
|
--with-ucd-dir=$PWD \
|
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
make -C ui/gtk3 maintainer-clean-generic
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
env PAGER=: git diff src/ibusemojigen.h
|
|
|
|
|
env PAGER=: git diff src/ibusunicodegen.h
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-*%{ibus_api_version}.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
|
|
|
|
|
%if %{with gtk4}
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-4.0/%{gtk4_binary_version}/immodules/libim-ibus.la
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# install man page
|
|
|
|
|
for S in %{SOURCE2}
|
|
|
|
@ -344,16 +358,14 @@ done
|
|
|
|
|
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
|
|
|
|
|
|
|
|
|
|
# install .desktop files
|
|
|
|
|
%if %with_python2
|
|
|
|
|
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
|
|
|
|
|
%else
|
|
|
|
|
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
|
|
|
|
|
%endif
|
|
|
|
|
#echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%%{_sysconfdir}/xdg/autostart/ibus.desktop
|
|
|
|
|
|
|
|
|
|
HAS_PREFIX=$(grep prefix $RPM_BUILD_ROOT%{_bindir}/ibus-setup | wc -l)
|
|
|
|
|
[ x"$HAS_PREFIX" == x1 ] && \
|
|
|
|
|
sed -i -e '/prefix/d' $RPM_BUILD_ROOT%{_bindir}/ibus-setup
|
|
|
|
|
# Delete unused prefix line in Fedora only
|
|
|
|
|
if test `grep '^prefix' $RPM_BUILD_ROOT%{_bindir}/ibus-setup | wc -l` = 1 ; then
|
|
|
|
|
sed -i -e '/^prefix/d' $RPM_BUILD_ROOT%{_bindir}/ibus-setup
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
desktop-file-install --delete-original \
|
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
@ -388,16 +400,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
|
dconf update || :
|
|
|
|
|
|
|
|
|
|
%transfiletriggerin -- %{_datadir}/ibus/component
|
|
|
|
|
[ -x %{_bindir}/ibus ] && \
|
|
|
|
|
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%transfiletriggerpostun -- %{_datadir}/ibus/component
|
|
|
|
|
[ -x %{_bindir}/ibus ] && \
|
|
|
|
|
%{_bindir}/ibus write-cache --system &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
%files -f %{name}10.lang
|
|
|
|
@ -442,7 +447,6 @@ dconf update || :
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
|
%{_libdir}/libibus-*%{ibus_api_version}.so.*
|
|
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
|
%{_libdir}/girepository-1.0/IBus*-1.0.typelib
|
|
|
|
|
|
|
|
|
|
%files gtk2
|
|
|
|
@ -451,20 +455,11 @@ dconf update || :
|
|
|
|
|
%files gtk3
|
|
|
|
|
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
|
|
|
|
|
|
|
|
|
|
%if %{with gtk4}
|
|
|
|
|
%files gtk4
|
|
|
|
|
%{_libdir}/gtk-4.0/%{gtk4_binary_version}/immodules/libim-ibus.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# The setup package won't include icon files so that
|
|
|
|
|
# gtk-update-icon-cache is executed in the main package only one time.
|
|
|
|
|
%files setup
|
|
|
|
|
%{_bindir}/ibus-setup
|
|
|
|
|
%if %with_python2
|
|
|
|
|
%{_datadir}/applications/ibus-setup.desktop
|
|
|
|
|
%else
|
|
|
|
|
%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/ibus/setup
|
|
|
|
|
%{_datadir}/man/man1/ibus-setup.1.gz
|
|
|
|
|
|
|
|
|
@ -486,11 +481,7 @@ dconf update || :
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_datadir}/gettext/its/ibus.*
|
|
|
|
|
%dir %{_datadir}/gir-1.0
|
|
|
|
|
%{_datadir}/gir-1.0/IBus*-1.0.gir
|
|
|
|
|
%dir %{_datadir}/vala
|
|
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
|
%{_datadir}/vala/vapi/ibus-*1.0.vapi
|
|
|
|
|
%{_datadir}/vala/vapi/ibus-*1.0.deps
|
|
|
|
|
|
|
|
|
@ -510,258 +501,57 @@ dconf update || :
|
|
|
|
|
%{_datadir}/installed-tests/ibus
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 04 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-2
|
|
|
|
|
- Fix wrong cursor location in gtk3. Related: rhbz#2008359
|
|
|
|
|
|
|
|
|
|
* Fri Aug 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-1
|
|
|
|
|
- Bump to 1.5.25. Related: rhbz#1995528
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.24-8
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-7
|
|
|
|
|
- Use transfiletriggerin for ibus write-cache. Related: rhbz#1963071
|
|
|
|
|
- Add gating.yaml
|
|
|
|
|
|
|
|
|
|
* Wed May 26 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-6
|
|
|
|
|
- Fix minor covscan reviews. Related: rhbz#1963071
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-5
|
|
|
|
|
- Fix covscan reviews. Related: rhbz#1963071
|
|
|
|
|
* Mon Oct 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-14
|
|
|
|
|
- Resolves: #2014064 - Fix regression of Emoji typing in Wayland
|
|
|
|
|
|
|
|
|
|
- Implement ibus_im_context_set_surrounding_with_selection()
|
|
|
|
|
* Tue Jul 06 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-13
|
|
|
|
|
- Resolves: #1897548 - Rebuild IBus emoji with unicode-emoji-13.0-4 and cldr-emoji-annotation-39-2
|
|
|
|
|
- Rebuild ibusemojigen.h and ibusunicodegen.h
|
|
|
|
|
- Add ibus-1897548-emoji-unicode.patch to lookup Unicode names
|
|
|
|
|
- Add U+32FF to IBusUnicodeData
|
|
|
|
|
- Add ibus-po-1.5.19-20210706.tar.gz
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.24-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jun 04 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-12
|
|
|
|
|
- Resolves: #1713606 - Fix hangul preedit commit with mouse click
|
|
|
|
|
- Update 1682157-ci.patch
|
|
|
|
|
|
|
|
|
|
* Sat Mar 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-3
|
|
|
|
|
- Don't output FAIL if the actual failure is 0 for Fedora CI
|
|
|
|
|
* Thu Jan 09 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-11
|
|
|
|
|
- Resolves: #1750836 - Fix CVE-2019-14822
|
|
|
|
|
|
|
|
|
|
* Sat Mar 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-2
|
|
|
|
|
- Change default session to mutter from gnome in desktop-testing
|
|
|
|
|
* Thu Dec 12 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-10
|
|
|
|
|
- Resolves: #1750836 - Revert Hangul fix for 8.2 schedule
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.24-1
|
|
|
|
|
- Bump to 1.5.24
|
|
|
|
|
* Tue Dec 03 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-9
|
|
|
|
|
- Resolves: #1682157 - Fix RHEL 8.2 covscan #2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.23-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Sat Nov 30 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-8
|
|
|
|
|
- Resolves: #1682157 - Fix libibus dependency in ibus-tests with rpmdiff
|
|
|
|
|
|
|
|
|
|
* Wed Jan 20 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.23-3
|
|
|
|
|
- Enable IM gtk4 module
|
|
|
|
|
- Fix to rename xkb:de::ger to sync xkeyboard-config
|
|
|
|
|
- Enhance ibus-setup search engine
|
|
|
|
|
* Fri Nov 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-7
|
|
|
|
|
- Resolves: #1682157 - Fix RHEL 8.2 covscan
|
|
|
|
|
|
|
|
|
|
* Fri Nov 20 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.23-2
|
|
|
|
|
- Bug 1898065 - Fix build failure of emoji-*.dict with CLDR 38
|
|
|
|
|
- Fix build failure with Vala 0.50
|
|
|
|
|
- Add IBUS_INPUT_PURPOSE_TERMINAL
|
|
|
|
|
* Fri Nov 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-6
|
|
|
|
|
- Resolves: #1682157 - Add CI
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.23-1
|
|
|
|
|
- Bump to 1.5.23
|
|
|
|
|
* Fri Nov 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-5
|
|
|
|
|
- Resolves: #1713606 - Fix hangul preedit commit with mouse click
|
|
|
|
|
- Resolves: #1682157 - Integrate ibus-desktop-testing and test cases
|
|
|
|
|
|
|
|
|
|
* Tue Sep 15 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-17
|
|
|
|
|
- Update po files
|
|
|
|
|
|
|
|
|
|
* Wed Sep 09 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-16
|
|
|
|
|
- Bug 1876877 - Fix to pull the correct language with no iso639 variants
|
|
|
|
|
- Accept xdigits only for Unicode typing
|
|
|
|
|
|
|
|
|
|
* Thu Aug 27 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-15
|
|
|
|
|
- Rename simple.xml to simple.xml.in
|
|
|
|
|
|
|
|
|
|
* Thu Aug 27 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-14
|
|
|
|
|
- Update ibusunicodegen.h with latest unicode-ucd
|
|
|
|
|
- Update simple.xml with latest xkeyboard-config
|
|
|
|
|
- Fix gvfsd-fuse to unbind directory
|
|
|
|
|
- Update translations
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-13
|
|
|
|
|
- Update simple.xml with layout_variant
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-12
|
|
|
|
|
- Generate simple.xml with denylist
|
|
|
|
|
- Tell Pango about the engine language in the candidate panel
|
|
|
|
|
- Add file list in registry file for Silverblue
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Adam Jackson <ajax@redhat.com> - 1.5.22-11
|
|
|
|
|
- Require setxkbmap not xorg-x11-xkb-utils
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-10
|
|
|
|
|
- Delete _python_bytecompile_extra
|
|
|
|
|
- Update CI from ibus-typing-booster
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.22-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.5.22-8
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Fri May 15 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-7
|
|
|
|
|
- Resolves #1797726 bus_engine_proxy_new_internal() SIGTRAP
|
|
|
|
|
|
|
|
|
|
* Fri May 15 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-6
|
|
|
|
|
- Update HEAD.patch to make parallel dict build
|
|
|
|
|
- Update 1385349-segv-bus-proxy.patch
|
|
|
|
|
- Resolves #1767976 #1601577 #1771238 #1797120
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-5
|
|
|
|
|
- Update ibus-desktop-testing-runner for su command
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Adam Williamson <awilliam@redhat.com> - 1.5.22-4
|
|
|
|
|
- Update #2195 patch backport (it was revised upstream)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Adam Williamson <awilliam@redhat.com> - 1.5.22-3
|
|
|
|
|
- Backport PR #2195 to fix ibus with GNOME 3.36.0
|
|
|
|
|
|
|
|
|
|
* Tue Feb 25 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-2
|
|
|
|
|
- Bug 1805634 - Add a conditional requires ibus-gtk2 with gtk2
|
|
|
|
|
|
|
|
|
|
* Thu Feb 13 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-1
|
|
|
|
|
- Bump to 1.5.22
|
|
|
|
|
- Delete package depending ibus-gtk2
|
|
|
|
|
|
|
|
|
|
* Thu Feb 13 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-9
|
|
|
|
|
- Bug 1785276 - Fix abrt without XDG_CACHE_HOME/ibus
|
|
|
|
|
- Bug 1788754 - Fix abrt with NULL output of compose keys
|
|
|
|
|
- Bug 1787732 - Fix abrt in exit handlers in ibus-x11
|
|
|
|
|
- Bug 1795499 - Fix abrt in bus monitor handlers when ibus-daemon restarts
|
|
|
|
|
- Fix greek cases
|
|
|
|
|
- Increase sleep 3 to wait for running ibus-config in CI.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.21-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 26 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-7
|
|
|
|
|
- Revise the previous Hangul patch
|
|
|
|
|
|
|
|
|
|
* Tue Dec 24 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-6
|
|
|
|
|
- Fix to connect button-press-event for Hangul
|
|
|
|
|
- Delete a previous workaround targeted to firefox only for Hangul
|
|
|
|
|
|
|
|
|
|
* Wed Dec 11 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-5
|
|
|
|
|
- Add RHEL code reviews
|
|
|
|
|
- Fix Hangul preedit with mouse click
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-4
|
|
|
|
|
- Replace push with cd for Posix SH
|
|
|
|
|
- Use XDG_CONFIG_HOME for Unix socket directory
|
|
|
|
|
- Fix deprecated APIs
|
|
|
|
|
- Fix restart crash with inotify read()
|
|
|
|
|
- Fix Bug 1658187 exit `ibus emoji` with Escape key
|
|
|
|
|
- Add fr(bepo_afnor) keymap
|
|
|
|
|
- Add file list in registry file for Silverblue
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-3
|
|
|
|
|
- Fix to allocate compose output buffer with more than two chars
|
|
|
|
|
|
|
|
|
|
* Fri Sep 13 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-2
|
|
|
|
|
- Fix #1751940 - CVE-2019-14822 GDBusServer peer authorization
|
|
|
|
|
|
|
|
|
|
* Fri Aug 23 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-1
|
|
|
|
|
- Bump to 1.5.21
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.20-11
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Tue Aug 13 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-10
|
|
|
|
|
- Update ibus-desktop-testing-runner not to fail CI.
|
|
|
|
|
|
|
|
|
|
* Tue Aug 06 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-9
|
|
|
|
|
- ibus-daemon always will exits with parent's death.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-8
|
|
|
|
|
- Fix a wrong result in direct testing instead of GNOME desktop testing
|
|
|
|
|
|
|
|
|
|
* Mon Jul 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-7
|
|
|
|
|
- Add CI
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-6
|
|
|
|
|
- Update ibus-HEAD.patch from upstream
|
|
|
|
|
Integrate a new compose feature
|
|
|
|
|
Generate ibus-tests and ibus-desktop-testing sub packages
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.20-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-4
|
|
|
|
|
- Keep preedit cursor_pos and visible in clearing preedit text for Hangul
|
|
|
|
|
|
|
|
|
|
* Tue Apr 23 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-3
|
|
|
|
|
- Fix i18n ibus-setup
|
|
|
|
|
- Provide ibus.its
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-2
|
|
|
|
|
- Rebuilt for unicode-ucd- 12.0.0
|
|
|
|
|
|
|
|
|
|
* Thu Feb 28 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-1
|
|
|
|
|
- Bumped to 1.5.20
|
|
|
|
|
|
|
|
|
|
* Thu Feb 28 2019 Pete Walter <pwalter@fedoraproject.org> - 1.5.19-18
|
|
|
|
|
- Update wayland deps
|
|
|
|
|
|
|
|
|
|
* Fri Feb 22 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-17
|
|
|
|
|
- Delete dconf dependencies and gettext migration for gschema.xml file
|
|
|
|
|
- Delete Super-space notification in initial login in non-GNOME desktops
|
|
|
|
|
|
|
|
|
|
* Tue Feb 05 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-16
|
|
|
|
|
- Resolves: #1671286 wrong mutex
|
|
|
|
|
|
|
|
|
|
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.5.19-15
|
|
|
|
|
- Update BRs for vala packaging changes
|
|
|
|
|
- Co-own vala and gir directories
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.19-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-13
|
|
|
|
|
- Resolves: #1470673 Replace assert with warning for .XCompose
|
|
|
|
|
- Update APIs for Hangul preedit in Flatpak
|
|
|
|
|
- Fix Atom and Slack for Flatpak
|
|
|
|
|
- Resolves: #1663528 Check if the mutex is not unlocked before the clear
|
|
|
|
|
|
|
|
|
|
* Thu Dec 20 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-12
|
|
|
|
|
- Use ISO 639-3 names instead of 639
|
|
|
|
|
- Connect to button-press-event only with IBUS_ENGINE_PREEDIT_COMMIT
|
|
|
|
|
|
|
|
|
|
* Wed Dec 12 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-11
|
|
|
|
|
- Fix SEGV on mouse clicks when ibus-daemon not running
|
|
|
|
|
|
|
|
|
|
* Mon Dec 10 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-10
|
|
|
|
|
- Always reset and clear preedit on mouse click
|
|
|
|
|
- Show compose preedit with custom compose file
|
|
|
|
|
- Clear preedit in IBusEngineSimple with focus changes
|
|
|
|
|
- Obsolete ibus-xkbc since Fedora 30
|
|
|
|
|
|
|
|
|
|
* Thu Nov 15 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-9
|
|
|
|
|
- Detect mouse click to commit Hangul preedit
|
|
|
|
|
- Do not delete IBUS_CAP_SURROUNDING_TEXT
|
|
|
|
|
|
|
|
|
|
* Tue Nov 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-8
|
|
|
|
|
- Reverted noarch for devel-docs by mistake
|
|
|
|
|
|
|
|
|
|
* Wed Oct 31 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-7
|
|
|
|
|
- RHEL code reviews
|
|
|
|
|
|
|
|
|
|
* Fri Oct 26 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-6
|
|
|
|
|
- dbus-x11 is not required in Fedora 30
|
|
|
|
|
- Add Conflicts for Fedora 28
|
|
|
|
|
|
|
|
|
|
* Tue Oct 23 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-5
|
|
|
|
|
- Use __python3 instead of python3
|
|
|
|
|
* Tue Nov 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-4
|
|
|
|
|
- Delete Requires ibus in ibus-gtk* for Flatpak
|
|
|
|
|
- Update upstreamed patches
|
|
|
|
|
|
|
|
|
|
* Fri Sep 14 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-4
|
|
|
|
|
* Wed Oct 10 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-3
|
|
|
|
|
- Fix Bug SEGV Choose an emoji by mouse from the emoji category list
|
|
|
|
|
|
|
|
|
|
* Thu Aug 30 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-3
|
|
|
|
|
- Fix Bug 1618682 - SEGV with ASCII on emojier in Wayland
|
|
|
|
|
- Support Shift-Space on emojier preedit
|
|
|
|
|
- Do not move Emojier popup with the active candidate in Xorg
|
|
|
|
|
|
|
|
|
|
* Wed Aug 22 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-2
|
|
|
|
|
- Do not clear Unicode data when emoji annotation lang is changed
|
|
|
|
|
|
|
|
|
|
* Thu Sep 20 2018 Tomas Orsava <torsava@redhat.com> - 1.5.19-2
|
|
|
|
|
- Require the Python interpreter directly instead of using the package name
|
|
|
|
|
- Related: rhbz#1619153
|
|
|
|
|
|
|
|
|
|
* Wed Aug 08 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-1
|
|
|
|
|
- Bumped to 1.5.19
|
|
|
|
|
|
|
|
|
|