d41da9d
# This package depends on automagic byte compilation
d41da9d
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
d41da9d
%global _python_bytecompile_extra 1
d41da9d
46dfb4a
%if (0%{?fedora} > 29 || 0%{?rhel} > 7)
0f785cc
%global with_python2 0
46dfb4a
%else
46dfb4a
%global with_python2 1
0f785cc
%endif
0f785cc
81afe7c
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
81afe7c
b157f27
%if (0%{?fedora} > 21 || 0%{?rhel} > 7)
b157f27
%global with_kde5 1
b157f27
%else
b157f27
%global with_kde5 0
b157f27
%endif
b157f27
6bf9178
%global ibus_api_version 1.0
60148ca
7c758e4
# for bytecompile in %%{_datadir}/ibus/setup
7c758e4
%global __python %{__python3}
7c758e4
81afe7c
%if %with_pkg_config
81afe7c
%{!?gtk2_binary_version: %global gtk2_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-2.0)}
81afe7c
%{!?gtk3_binary_version: %global gtk3_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-3.0)}
6bf9178
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
81afe7c
%else
81afe7c
%{!?gtk2_binary_version: %global gtk2_binary_version ?.?.?}
81afe7c
%{!?gtk3_binary_version: %global gtk3_binary_version ?.?.?}
81afe7c
%global glib_ver 0
81afe7c
%endif
81afe7c
6bf9178
%global dbus_python_version 0.83.0
c379828
28399e7
Name:           ibus
1293923
Version:        1.5.21
8884c34
Release:        9%{?dist}
28399e7
Summary:        Intelligent Input Bus for Linux OS
28399e7
License:        LGPLv2+
85f1bc9
URL:            https://github.com/ibus/%name/wiki
85f1bc9
Source0:        https://github.com/ibus/%name/releases/download/%{version}/%{name}-%{version}.tar.gz
28399e7
Source1:        %{name}-xinput
1faf033
Source2:        %{name}.conf.5
f2a9ed2
# Patch0:         %%{name}-HEAD.patch
698c8ec
Patch0:         %{name}-HEAD.patch
d165013
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
646a0af
Patch1:         %{name}-1385349-segv-bus-proxy.patch
f33bbfe
a46ad0d
BuildRequires:  gettext-devel
a46ad0d
BuildRequires:  libtool
c104094
# for gtkdoc-fixxref
c104094
BuildRequires:  glib2-doc
a46ad0d
BuildRequires:  gtk2-devel
80ab9ad
BuildRequires:  gtk3-devel
a46ad0d
BuildRequires:  dbus-glib-devel
9bbbce4
BuildRequires:  dbus-python-devel >= %{dbus_python_version}
d3fa3ee
BuildRequires:  desktop-file-utils
1ec38f4
BuildRequires:  gtk-doc
150c9ee
BuildRequires:  dconf-devel
0bd0903
BuildRequires:  dbus-x11
f2a9ed2
BuildRequires:  python3-devel
f2a9ed2
BuildRequires:  python3-gobject
ba99db5
%if %with_python2
efc8a4f
# https://bugzilla.gnome.org/show_bug.cgi?id=759334
efc8a4f
# Need python2 for gsettings-schema-convert
add36c8
BuildRequires:  python2-devel
150c9ee
# for AM_GCONF_SOURCE_2 in configure.ac
1ec38f4
BuildRequires:  GConf2-devel
78c6c76
BuildRequires:  intltool
ba99db5
%endif
ba99db5
BuildRequires:  git
ba99db5
BuildRequires:  vala
6611c09
BuildRequires:  iso-codes-devel
399db0b
BuildRequires:  libnotify-devel
9dfd3af
BuildRequires:  wayland-devel
a25fa37
%if %with_kde5
a25fa37
BuildRequires:  qt5-qtbase-devel
a25fa37
%endif
4f9f822
BuildRequires:  cldr-emoji-annotation
c58abd0
BuildRequires:  unicode-emoji
a3692b8
BuildRequires:  unicode-ucd
3a447b7
# for ibus-keypress
3a447b7
BuildRequires:  libXtst-devel
d3fa3ee
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
28399e7
Requires:       %{name}-gtk2%{?_isa}   = %{version}-%{release}
28399e7
Requires:       %{name}-gtk3%{?_isa}   = %{version}-%{release}
28399e7
Requires:       %{name}-setup          = %{version}-%{release}
48fa194
28399e7
Requires:       iso-codes
28399e7
Requires:       dconf
10da60c
# rpmlint asks to delete librsvg2
10da60c
#Requires:       librsvg2
f2a9ed2
# Owner of %%python3_sitearch/gi/overrides
f2a9ed2
Requires:       python3-gobject
ecdef2c
# https://bugzilla.redhat.com/show_bug.cgi?id=1161871
46dfb4a
%{?__python3:Requires: %{__python3}}
f2a9ed2
# Owner of %%{_sysconfdir}/X11/xinit
f2a9ed2
Requires:       xorg-x11-xinit
1480aea
# for setxkbmap
28399e7
Requires:       xorg-x11-xkb-utils
b0845da
%if (0%{?fedora} > 29 || 0%{?rhel} > 8)
b0845da
%else
b0845da
Requires:       dbus-x11
b0845da
%endif
c379828
0982677
Requires:               desktop-file-utils
0982677
Requires(post):         desktop-file-utils
0982677
Requires(postun):       desktop-file-utils
0982677
Requires:               dconf
0982677
Requires(postun):       dconf
0982677
Requires(posttrans):    dconf
c379828
0982677
Requires:               %{_sbindir}/alternatives
0982677
Requires(post):         %{_sbindir}/alternatives
0982677
Requires(postun):       %{_sbindir}/alternatives
a46ad0d
4f9e8c7
%if (0%{?fedora} > 29 || 0%{?rhel} > 8)
Peng Wu c3be8d6
# Obsoletes ibus-xkbc by ibus xkb engine
Peng Wu c3be8d6
Provides: ibus-xkbc = 1.3.4
Peng Wu c3be8d6
Obsoletes: ibus-xkbc < 1.3.4
4f9e8c7
%endif
Peng Wu c3be8d6
6bf9178
%global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
1ec38f4
a46ad0d
%description
0f1a80e
IBus means Intelligent Input Bus. It is an input framework for Linux OS.
a46ad0d
48fa194
%package libs
28399e7
Summary:        IBus libraries
48fa194
28399e7
Requires:       dbus >= 1.2.4
f2a9ed2
Requires:       glib2 >= %{glib_ver}
f2a9ed2
# Owner of %%{_libdir}/girepository-1.0
f2a9ed2
Requires:       gobject-introspection
b0845da
%if (0%{?fedora} > 28 || 0%{?rhel} > 7)
b0845da
%else
b0845da
Conflicts:      %{name}%{?_isa} < %{version}
b0845da
%endif
c379828
48fa194
%description libs
48fa194
This package contains the libraries for IBus
48fa194
80ab9ad
%package gtk2
6ad2e12
Summary:        IBus IM module for GTK2
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
0982677
Requires:       glib2 >= %{glib_ver}
bd758d2
Requires(post): glib2 >= %{glib_ver}
ecd5942
# Added for upgrade el6 to el7
28399e7
Provides:       ibus-gtk = %{version}-%{release}
28399e7
Obsoletes:      ibus-gtk < %{version}-%{release}
a46ad0d
80ab9ad
%description gtk2
6ad2e12
This package contains IBus IM module for GTK2
a46ad0d
80ab9ad
%package gtk3
6ad2e12
Summary:        IBus IM module for GTK3
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
0982677
Requires:       glib2 >= %{glib_ver}
80ab9ad
Requires(post): glib2 >= %{glib_ver}
80ab9ad
80ab9ad
%description gtk3
6ad2e12
This package contains IBus IM module for GTK3
80ab9ad
ba8f25c
%package setup
ba8f25c
Summary:        IBus setup utility
f568407
Requires:       %{name} = %{version}-%{release}
46dfb4a
%{?__python3:Requires: %{__python3}}
f2a9ed2
Requires:       python3-gobject
ba8f25c
BuildRequires:  gobject-introspection-devel
ba8f25c
BuildRequires:  pygobject3-devel
ba8f25c
BuildArch:      noarch
ba8f25c
ba8f25c
%description setup
ba8f25c
This is a setup utility for IBus.
ba8f25c
646a0af
%if %with_python2
ba8f25c
%package pygtk2
6ad2e12
Summary:        IBus PyGTK2 library
7604e10
%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
6c45f50
Requires:       dbus-python >= %{dbus_python_version}
7604e10
%else
7604e10
Requires:       python2-dbus >= %{dbus_python_version}
7604e10
%endif
10da60c
Requires:       python2
ba8f25c
Requires:       pygtk2
ba8f25c
BuildArch:      noarch
ba8f25c
ba8f25c
%description pygtk2
6ad2e12
This is a PyGTK2 library for IBus. Now major IBus engines use PyGObject3
ba8f25c
and this package will be deprecated.
ba8f25c
%endif
f2a9ed2
f2a9ed2
%package py2override
6ad2e12
Summary:        IBus Python2 override library
f2a9ed2
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
f2a9ed2
# Owner of %%python2_sitearch/gi/overrides
7604e10
%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
f2a9ed2
Requires:       pygobject3-base
7604e10
%else
7604e10
Requires:       python2-gobject-base
7604e10
%endif
10da60c
Requires:       python2
f2a9ed2
f2a9ed2
%description py2override
6ad2e12
This is a Python2 override library for IBus. The Python files override
6ad2e12
some functions in GObject-Introspection.
ba8f25c
1faf033
%package wayland
6ad2e12
Summary:        IBus IM module for Wayland
1faf033
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
1faf033
1faf033
%description wayland
6ad2e12
This package contains IBus IM module for Wayland
1faf033
1ec38f4
%package devel
28399e7
Summary:        Development tools for ibus
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
28399e7
Requires:       dbus-devel
f2a9ed2
Requires:       glib2-devel
5d405d9
# for %%{_datadir}/gettext/its
5d405d9
Requires:       gettext
a46ad0d
1ec38f4
%description devel
1ec38f4
The ibus-devel package contains the header files and developer
1ec38f4
docs for ibus.
a46ad0d
abfe682
%package devel-docs
6ad2e12
Summary:        Developer documents for IBus
854c04d
BuildArch:      noarch
abfe682
abfe682
%description devel-docs
6ad2e12
The ibus-devel-docs package contains developer documentation for IBus
abfe682
677e87a
%package desktop-testing
bdfd5f7
Summary:        Wrapper of InstalledTests Runner for IBus
bdfd5f7
Requires:       %{name} = %{version}-%{release}
bdfd5f7
BuildArch:      noarch
677e87a
677e87a
%description desktop-testing
677e87a
GNOME desktop testing runner implements the InstalledTests specification
677e87a
and IBus also needs focus events to enable input contexts on text widgets.
677e87a
The wrapper script runs gnome-session for the focus events and GNOME
677e87a
desktop testing runner internally.
677e87a
677e87a
%package  tests
bdfd5f7
Summary:        Tests for the %{name} package
bdfd5f7
Requires:       %{name}%{?_isa} = %{version}-%{release}
677e87a
677e87a
%description tests
677e87a
The %{name}-tests package contains tests that can be used to verify
677e87a
the functionality of the installed %{name} package.
677e87a
abfe682
a46ad0d
%prep
6784864
%autosetup -S git
646a0af
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
b60ce10
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
98919f7
7d5c2f4
b06b427
# prep test
b06b427
diff client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c
b06b427
if test $? -ne 0 ; then
b06b427
    echo "Have to copy ibusimcontext.c into client/gtk3"
b06b427
    abort
b06b427
fi
1faf033
a46ad0d
%build
6ad2e12
#autoreconf -f -i -v
6ad2e12
#make -C ui/gtk3 maintainer-clean-generic
4f9f822
#make -C tools maintainer-clean-generic
66e07d2
autoreconf -f -i -v
80ab9ad
%configure \
80ab9ad
    --disable-static \
80ab9ad
    --enable-gtk2 \
80ab9ad
    --enable-gtk3 \
80ab9ad
    --enable-xim \
db6c981
    --enable-gtk-doc \
f7291cc
    --enable-surrounding-text \
f2a9ed2
    --with-python=python3 \
0f785cc
%if ! %with_python2
0f785cc
    --disable-python2 \
646a0af
%else
db6c981
    --enable-python-library \
ca22209
%endif
1faf033
    --enable-wayland \
b157f27
%if ! %with_kde5
b157f27
    --disable-appindicator \
b157f27
%endif
89749d5
    --enable-introspection \
677e87a
    --enable-install-tests \
89749d5
    %{nil}
80ab9ad
66e07d2
make -C ui/gtk3 maintainer-clean-generic
a208e6b
make %{?_smp_mflags}
0318d1b
a46ad0d
%install
49a7b5c
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
85f1bc9
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-*%{ibus_api_version}.la
80ab9ad
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
80ab9ad
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
a46ad0d
1faf033
# install man page
1faf033
for S in %{SOURCE2}
1faf033
do
1faf033
  cp $S .
1faf033
  MP=`basename $S` 
1faf033
  gzip $MP
1faf033
  install -pm 644 -D ${MP}.gz $RPM_BUILD_ROOT%{_datadir}/man/man5/${MP}.gz
1faf033
done
1faf033
a46ad0d
# install xinput config file
a663250
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
a46ad0d
d3fa3ee
# install .desktop files
ba99db5
%if %with_python2
a663250
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
ba99db5
%else
ba99db5
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
ba99db5
%endif
1faf033
#echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%%{_sysconfdir}/xdg/autostart/ibus.desktop
6bf9178
d3fa3ee
desktop-file-install --delete-original          \
a663250
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
a663250
  $RPM_BUILD_ROOT%{_datadir}/applications/*
d3fa3ee
f0777a3
# FIXME: no version number
f0777a3
%find_lang %{name}10
a46ad0d
efc8a4f
%check
646a0af
make check \
646a0af
    DISABLE_GUI_TESTS="ibus-compose ibus-keypress test-stress" \
646a0af
    VERBOSE=1 \
646a0af
    %{nil}
efc8a4f
1711405
%post
3d68915
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
a46ad0d
1711405
%postun
f7052d6
if [ "$1" -eq 0 ]; then
d3fa3ee
  %{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
d3fa3ee
  # if alternative was set to manual, reset to auto
d3fa3ee
  [ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
f7052d6
db31e52
  # 'dconf update' sometimes does not update the db...
1faf033
  dconf update || :
1faf033
  [ -f %{_sysconfdir}/dconf/db/ibus ] && \
1faf033
      rm %{_sysconfdir}/dconf/db/ibus || :
ecd5942
  # 'ibus write-cache --system' updates the system cache.
1faf033
  [ -f /var/cache/ibus/bus/registry ] && \
1faf033
      rm /var/cache/ibus/bus/registry || :
f7052d6
fi
db6c981
db6c981
%posttrans
1faf033
dconf update || :
1faf033
[ -x %{_bindir}/ibus ] && \
ecd5942
  %{_bindir}/ibus write-cache --system &>/dev/null || :
a46ad0d
0058e01
%ldconfig_scriptlets libs
1711405
f0777a3
%files -f %{name}10.lang
d8b2092
# FIXME: no version number
a46ad0d
%doc AUTHORS COPYING README
a46ad0d
%dir %{_datadir}/ibus/
db6c981
%{_bindir}/ibus
1ec38f4
%{_bindir}/ibus-daemon
18b43f8
%{_datadir}/applications/org.freedesktop.IBus.Panel.Emojier.desktop
18b43f8
%{_datadir}/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop
ba8f25c
%{_datadir}/bash-completion/completions/ibus.bash
f3ba581
%{_datadir}/dbus-1/services/*.service
150c9ee
%{_datadir}/GConf/gsettings/*
150c9ee
%{_datadir}/glib-2.0/schemas/*.xml
2607fbb
%{_datadir}/ibus/component
98247b2
%{_datadir}/ibus/dicts
ba8f25c
%{_datadir}/ibus/engine
ba8f25c
%{_datadir}/ibus/keymaps
ba8f25c
%{_datadir}/icons/hicolor/*/apps/*
ba8f25c
%{_datadir}/man/man1/ibus.1.gz
ba8f25c
%{_datadir}/man/man1/ibus-daemon.1.gz
8dd4dc1
%{_datadir}/man/man7/ibus-emoji.7.gz
585dcdb
%{_datadir}/man/man5/00-upstream-settings.5.gz
585dcdb
%{_datadir}/man/man5/ibus.5.gz
efc8a4f
%{_datadir}/man/man5/ibus.conf.5.gz
db6c981
%{_libexecdir}/ibus-engine-simple
150c9ee
%{_libexecdir}/ibus-dconf
3818b86
%{_libexecdir}/ibus-portal
98919f7
%{_libexecdir}/ibus-extension-gtk3
c787bad
%{_libexecdir}/ibus-ui-emojier
2607fbb
%{_libexecdir}/ibus-ui-gtk3
1ec38f4
%{_libexecdir}/ibus-x11
db31e52
%{_sysconfdir}/dconf/db/ibus.d
150c9ee
%{_sysconfdir}/dconf/profile/ibus
7c758e4
%python3_sitearch/gi/overrides/__pycache__/*.py*
f2a9ed2
%python3_sitearch/gi/overrides/IBus.py
f2a9ed2
# ibus owns xinput.d because gnome does not like to depend on imsettings.
f2a9ed2
%dir %{_sysconfdir}/X11/xinit/xinput.d
f2a9ed2
# Do not use %%config(noreplace) to always get the new keywords in _xinputconf
f2a9ed2
# For user customization, $HOME/.xinputrc can be used instead.
f2a9ed2
%config %{_xinputconf}
a46ad0d
48fa194
%files libs
85f1bc9
%{_libdir}/libibus-*%{ibus_api_version}.so.*
97404e2
%dir %{_libdir}/girepository-1.0
85f1bc9
%{_libdir}/girepository-1.0/IBus*-1.0.typelib
80ab9ad
80ab9ad
%files gtk2
80ab9ad
%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.so
48fa194
80ab9ad
%files gtk3
80ab9ad
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
a46ad0d
10da60c
# The setup package won't include icon files so that
10da60c
# gtk-update-icon-cache is executed in the main package only one time.
ba8f25c
%files setup
ba8f25c
%{_bindir}/ibus-setup
ba99db5
%if %with_python2
1faf033
%{_datadir}/applications/ibus-setup.desktop
ba99db5
%else
ba99db5
%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
ba99db5
%endif
ba8f25c
%{_datadir}/ibus/setup
ba8f25c
%{_datadir}/man/man1/ibus-setup.1.gz
ba8f25c
646a0af
%if %with_python2
ba8f25c
%files pygtk2
ba8f25c
%dir %{python2_sitelib}/ibus
ba8f25c
%{python2_sitelib}/ibus/*
ba8f25c
%endif
f2a9ed2
0f785cc
%if %with_python2
f2a9ed2
%files py2override
f2a9ed2
%python2_sitearch/gi/overrides/IBus.py*
0f785cc
%endif
ba8f25c
1faf033
%files wayland
1faf033
%{_libexecdir}/ibus-wayland
1faf033
1ec38f4
%files devel
1ec38f4
%{_libdir}/lib*.so
1ec38f4
%{_libdir}/pkgconfig/*
80ab9ad
%{_includedir}/*
5d405d9
%{_datadir}/gettext/its/ibus.*
97404e2
%dir %{_datadir}/gir-1.0
85f1bc9
%{_datadir}/gir-1.0/IBus*-1.0.gir
97404e2
%dir %{_datadir}/vala
97404e2
%dir %{_datadir}/vala/vapi
85f1bc9
%{_datadir}/vala/vapi/ibus-*1.0.vapi
85f1bc9
%{_datadir}/vala/vapi/ibus-*1.0.deps
a46ad0d
abfe682
%files devel-docs
e1dc643
# Own html dir since gtk-doc is heavy.
e1dc643
%dir %{_datadir}/gtk-doc
e1dc643
%dir %{_datadir}/gtk-doc/html
abfe682
%{_datadir}/gtk-doc/html/*
abfe682
677e87a
%files desktop-testing
677e87a
%{_bindir}/ibus-desktop-testing-runner
677e87a
677e87a
%files tests
677e87a
%dir %{_libexecdir}/installed-tests
677e87a
%{_libexecdir}/installed-tests/ibus
677e87a
%dir %{_datadir}/installed-tests
677e87a
%{_datadir}/installed-tests/ibus
677e87a
a46ad0d
%changelog
8884c34
* Thu Feb 13 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-9
8884c34
- Bug 1785276 - Fix abrt without XDG_CACHE_HOME/ibus
8884c34
- Bug 1788754 - Fix abrt with NULL output of compose keys
8884c34
- Bug 1787732 - Fix abrt in exit handlers in ibus-x11
8884c34
- Bug 1795499 - Fix abrt in bus monitor handlers when ibus-daemon restarts
8884c34
- Fix greek cases
8884c34
- Increase sleep 3 to wait for running ibus-config in CI.
8884c34
d8ca721
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.21-8
d8ca721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d8ca721
591cda0
* Thu Dec 26 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-7
591cda0
- Revise the previous Hangul patch
591cda0
9f9e09d
* Tue Dec 24 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-6
9f9e09d
- Fix to connect button-press-event for Hangul
9f9e09d
- Delete a previous workaround targeted to firefox only for Hangul
9f9e09d
b60ce10
* Wed Dec 11 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-5
b60ce10
- Add RHEL code reviews
9f9e09d
- Fix Hangul preedit with mouse click
b60ce10
66e07d2
* Mon Nov 18 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-4
66e07d2
- Replace push with cd for Posix SH
66e07d2
- Use XDG_CONFIG_HOME for Unix socket directory
66e07d2
- Fix deprecated APIs
66e07d2
- Fix restart crash with inotify read()
66e07d2
- Fix Bug 1658187 exit `ibus emoji` with Escape key
66e07d2
- Add fr(bepo_afnor) keymap
66e07d2
- Add file list in registry file for Silverblue
66e07d2
d2b4f54
* Fri Oct 04 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-3
d2b4f54
- Fix to allocate compose output buffer with more than two chars
d2b4f54
698c8ec
* Fri Sep 13 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-2
698c8ec
- Fix #1751940 - CVE-2019-14822 GDBusServer peer authorization
698c8ec
1293923
* Fri Aug 23 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-1
1293923
- Bump to 1.5.21
1293923
9c8c205
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.20-11
9c8c205
- Rebuilt for Python 3.8
9c8c205
727c9d4
* Tue Aug 13 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-10
727c9d4
- Update ibus-desktop-testing-runner not to fail CI.
727c9d4
c678e78
* Tue Aug 06 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-9
c678e78
- ibus-daemon always will exits with parent's death.
c678e78
1a4e9d7
* Wed Jul 31 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-8
1a4e9d7
- Fix a wrong result in direct testing instead of GNOME desktop testing
1a4e9d7
f437bde
* Mon Jul 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-7
bdfd5f7
- Add CI
bdfd5f7
677e87a
* Fri Jul 26 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-6
677e87a
- Update ibus-HEAD.patch from upstream
677e87a
  Integrate a new compose feature
677e87a
  Generate ibus-tests and ibus-desktop-testing sub packages
677e87a
0244c95
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.20-5
0244c95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0244c95
e63bfb4
* Mon May 13 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-4
e63bfb4
- Keep preedit cursor_pos and visible in clearing preedit text for Hangul
e63bfb4
5d405d9
* Tue Apr 23 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-3
5d405d9
- Fix i18n ibus-setup
5d405d9
- Provide ibus.its
5d405d9
3a1d97f
* Tue Apr 16 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-2
3a1d97f
- Rebuilt for unicode-ucd- 12.0.0
3a1d97f
b8c345f
* Thu Feb 28 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.20-1
b8c345f
- Bumped to 1.5.20
b8c345f
9dfd3af
* Thu Feb 28 2019 Pete Walter <pwalter@fedoraproject.org> - 1.5.19-18
9dfd3af
- Update wayland deps
9dfd3af
ba99db5
* Fri Feb 22 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-17
ba99db5
- Delete dconf dependencies and gettext migration for gschema.xml file
ba99db5
- Delete Super-space notification in initial login in non-GNOME desktops
ba99db5
769eef0
* Tue Feb 05 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-16
769eef0
- Resolves: #1671286 wrong mutex
769eef0
ff13444
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.5.19-15
ff13444
- Update BRs for vala packaging changes
97404e2
- Co-own vala and gir directories
ff13444
569aefa
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.19-14
569aefa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
569aefa
0e0ffba
* Tue Jan 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-13
0e0ffba
- Resolves: #1470673 Replace assert with warning for .XCompose
0e0ffba
- Update APIs for Hangul preedit in Flatpak
0e0ffba
- Fix Atom and Slack for Flatpak
0e0ffba
- Resolves: #1663528 Check if the mutex is not unlocked before the clear
0e0ffba
6de9842
* Thu Dec 20 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-12
6de9842
- Use ISO 639-3 names instead of 639
6de9842
- Connect to button-press-event only with IBUS_ENGINE_PREEDIT_COMMIT
6de9842
e5d4c88
* Wed Dec 12 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-11
e5d4c88
- Fix SEGV on mouse clicks when ibus-daemon not running
e5d4c88
4f9e8c7
* Mon Dec 10 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-10
4f9e8c7
- Always reset and clear preedit on mouse click
4f9e8c7
- Show compose preedit with custom compose file
4f9e8c7
- Clear preedit in IBusEngineSimple with focus changes
4f9e8c7
- Obsolete ibus-xkbc since Fedora 30
4f9e8c7
ec5ba95
* Thu Nov 15 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-9
ec5ba95
- Detect mouse click to commit Hangul preedit
ec5ba95
- Do not delete IBUS_CAP_SURROUNDING_TEXT
ec5ba95
854c04d
* Tue Nov 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-8
854c04d
- Reverted noarch for devel-docs by mistake
854c04d
abd5cc3
* Wed Oct 31 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-7
abd5cc3
- RHEL code reviews
abd5cc3
b0845da
* Fri Oct 26 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-6
b0845da
- dbus-x11 is not required in Fedora 30
b0845da
- Add Conflicts for Fedora 28
b0845da
0f47884
* Tue Oct 23 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-5
46dfb4a
- Use __python3 instead of python3
0f47884
- Delete Requires ibus in ibus-gtk* for Flatpak
46dfb4a
ed8c51c
* Fri Sep 14 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-4
ed8c51c
- Fix Bug SEGV Choose an emoji by mouse from the emoji category list
ed8c51c
3a447b7
* Thu Aug 30 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-3
3a447b7
- Fix Bug 1618682 - SEGV with ASCII on emojier in Wayland
3a447b7
- Support Shift-Space on emojier preedit
3a447b7
- Do not move Emojier popup with the active candidate in Xorg
3a447b7
7d5c2f4
* Wed Aug 22 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-2
7d5c2f4
- Do not clear Unicode data when emoji annotation lang is changed
7d5c2f4
30bbd8c
* Wed Aug 08 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-1
646a0af
- Bumped to 1.5.19
646a0af
585dcdb
* Mon Aug 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-14
585dcdb
- Fixed Man page scan results for ibus
585dcdb
- Added IBUS_DISCARD_PASSWORD env variable for password dialog in firefox
585dcdb
- Added history annotation for previous emojis
585dcdb
95fe5b4
* Tue Jul 24 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-13
95fe5b4
- Deleted deprecated g_mem_* APIs
95fe5b4
d165013
* Mon Jul 23 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-12
d165013
- Rebuilt with RHEL code reviews
d165013
d49f224
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.18-11
d49f224
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d49f224
e391cc6
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.18-10
e391cc6
- Rebuilt for Python 3.7
e391cc6
866e117
* Fri Jun 29 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-9
866e117
- Do not use combined characters on preedit for compose keys
866e117
- Fixed an infinite loop of extension preedit with xterm
866e117
716b06d
* Wed Jun 27 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-8
716b06d
- Enable preedit for compose keys
716b06d
- Fix SEGV in panel_binding_parse_accelerator
716b06d
6784864
* Wed Jun 20 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-7
6784864
- Moved input focus on Emojier to engines' preedit
6784864
- Removed ibus-xx-emoji-harfbuzz.patch not to change session emoji font
6784864
3002315
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.18-6
3002315
- Rebuilt for Python 3.7
3002315
52f775d
* Mon May 07 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-5
0f785cc
- Disabled python2 since RHEL8
efc8a4f
- Run make check in %%check except for GUI testings
52f775d
- Fixed Bug 1574855 - [abrt] ibus: ibus_engine_filter_key_event()
0f785cc
e4d7f1e
* Fri Mar 30 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-4
e4d7f1e
- Fixed Bug 1554714 - improve order of unicode matches
e4d7f1e
76af583
* Thu Mar 15 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-3
76af583
- Fixed Bug 1554813 - Enter key on numpad in Emojier
76af583
1ed40fb
* Fri Mar 09 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-2
76af583
- Rebuilt for cldr-emoji-annotation-32.90.0_1 and unicode-emoji-10.90.20180207
1ed40fb
18b43f8
* Fri Mar 02 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-1
18b43f8
- Bumped to 1.5.18
18b43f8
7604e10
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.17-11
7604e10
- Update Python 2 dependency declarations to new packaging standards
7604e10
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
7604e10
cf670af
* Tue Feb 27 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-10
cf670af
- Disabled panel extension for gdm user
cf670af
- Enabled panel extension in Wayland
cf670af
98919f7
* Wed Feb 21 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-9
98919f7
- Added panel extension for emoji keybinding not to depen on desktops
98919f7
- Showed Unicode code points on Unicode name list
98919f7
e8182c8
* Tue Feb 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-8
e8182c8
- Remove useless requires
e8182c8
a3692b8
* Tue Feb 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-7
a3692b8
- Added Unicode typing on Emojier
a3692b8
0058e01
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-6
0058e01
- Switch to %%ldconfig_scriptlets
0058e01
2279c51
* Fri Jan 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-5
2279c51
- Rebuilt for scriptlets
2279c51
e52a5b5
* Wed Jan 17 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-4
e52a5b5
- Added DBus filtering
e52a5b5
a84a837
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-3
a84a837
- Remove obsolete scriptlets
a84a837
5f4aab1
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-2
5f4aab1
- Remove obsolete scriptlets
5f4aab1
10da60c
* Sun Oct 22 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-1
10da60c
- Bumped to 1.5.17
10da60c
b06b427
* Thu Sep 21 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-11
b06b427
- Copy ibusimcontext.c
b06b427
- Fix Super-space in Plasma after ibus exit
b06b427
04e7ce1
* Wed Sep 20 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-10
04e7ce1
- Fix Bug 1490733 Emojier takes wrong fonts
04e7ce1
3818b86
* Thu Sep 14 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-9
3818b86
- Fix scaling factor, mouse events on switcher, c-s-u on im-ibus, 
3818b86
  propertypanel position and menu 
3818b86
- Add ibus-portal
3818b86
- Move ibus-emoji-dialog.vapi in the build
3818b86
- Fixed some SEGVs #1406699 #1432252
3818b86
8ed7bae
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.16-8
8ed7bae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8ed7bae
12f1d90
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.5.16-7
12f1d90
- Rebuild with binutils fix for ppc64le (#1475636)
12f1d90
d448651
* Thu Jul 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-6
d448651
- Fixed some SEGVs #1349148 #1385349 #1350291 #1368593
d448651
  Added 1385349-segv-bus-proxy.patch
d448651
2bb960d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.16-5
2bb960d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2bb960d
b5c0e94
* Fri Jul 21 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-4
b5c0e94
- Fixed Bug 1471079 - SEGV of Emojier on de locale
b5c0e94
be63774
* Thu Jul 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-3
be63774
- Enabled HarfBuzz rendering without Pango glyph calc for emoji
be63774
49a428b
* Mon May 29 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-2
49a428b
- Added ctrl-c,v,x for annotations and ctrl-shift-c for emoji
49a428b
- Added Malay and Mongolian keymaps
49a428b
- Made all emoji dicts to fully qualified
49a428b
c58abd0
* Mon May 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-1
c58abd0
- Bumped to 1.5.16
c58abd0
8dd4dc1
* Tue May 09 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-8
8dd4dc1
- Dropped nodejs-emojione-json and import unicode-emoji instead
8dd4dc1
- Created emoji tab in ibus-setup
8dd4dc1
- Set default emoji font size from gsettings in ibus emoji command
8dd4dc1
- Added an option of emoji partial match in ibus-setup
8dd4dc1
- Hid emoji variants by default
8dd4dc1
- Added ibus-emoji man page
8dd4dc1
- emoji favorites category is updated by selecting emoji
8dd4dc1
c787bad
* Thu Apr 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-7
c787bad
- Supported ibus emoji command on Wayland
c787bad
- Changed modal dialog to modeless dialog
c787bad
c46a197
* Wed Apr 05 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-6
c46a197
- Enabled unicode_alt in EmojiOne json file
c46a197
- Enabled to type multiple code points on Emojier
c46a197
- Fixed IBusEmojiDialog_1_0_gir_LIBS for --as-needed LDFLAGS
c46a197
424038a
* Mon Mar 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-5
424038a
- Moved language setting on IBusEmojier to ibus-setup.
424038a
- Enabled strcasecmp to match emoji annotations.
424038a
- Added a build error message if emoji xml files are not found.
424038a
6a3b677
* Wed Mar 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-4
6a3b677
- Implemented Ctrl-[f|b|n|p|h|e|a|u] for cursor operations on emoji dialog
6a3b677
- Added XSetIOErrorHandler() for GNOME3 desktop
6a3b677
4b04cc4
* Mon Mar 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-3
4b04cc4
- Emoji dialog enhancements and bug fixes
4b04cc4
  Fixed ibus_emoji_dict_load() API.
4b04cc4
  Focus on emoji text entry by default
4b04cc4
  Removed internal text buffer and use Gtk.Entry buffer instead.
4b04cc4
  Implemented cursor left, right, home, end on emoji annotation preedit.
4b04cc4
  Show localized emoji description from tts in emoji xml.
4b04cc4
4f9f822
* Thu Mar 09 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-2
4f9f822
- Added ibus-HEAD.patch to get upstream patches
4f9f822
  Fixed ibus_emojier_run() SIGABRT with `ibus emoji`
4f9f822
  Enhanced theme color on emoji candidates
4f9f822
85f1bc9
* Mon Mar 06 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-1
85f1bc9
- Bumped to 1.5.15
85f1bc9
d431cd2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.14-6
d431cd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d431cd2
042884a
* Wed Jan 11 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-5
042884a
- support scroll event in candidates panel
042884a
- Fixed Bug 1403985 - Emoji typing is enabled during Unicode typing
042884a
- Fixed Bug 1402494 - Font settings of ibus are ignored on non-Gnome
042884a
dfae6e5
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.14-4
dfae6e5
- Rebuild for Python 3.6
dfae6e5
bea250b
* Thu Oct 06 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-3
bea250b
- Fixed Bug 1380675 - Emoji leaves the candidates of @laugh when @laughing
bea250b
- Fixed Bug 1380690 - User is not able to select emojis from digit keys
bea250b
- Fixed Bug 1380691 - PageUp PageDown buttons on emoji lookup not working
bea250b
9e73724
* Fri Sep 09 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-2
9e73724
- Fixed radio button on PropertyPanel.
9e73724
- Updated translations.
9e73724
1d4f83d
* Fri Aug 05 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-1
1d4f83d
- Bump to 1.5.14
1d4f83d
3ca7700
* Wed Jul 27 2016 Dan Horák <dan[at]danny.cz> - 1.5.13-6
3ca7700
- enable Emoji only on arches providing nodejs functionality
3ca7700
98247b2
* Tue Jul 26 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-5
98247b2
- Bug 1359753 - Implement Emoji typing
98247b2
e68164d
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.13-4
e68164d
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
e68164d
f3ba581
* Mon Jun 27 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-3
f3ba581
- Bug 1349732 - ibus not working at all in Gnome Wayland
f3ba581
- Add ibus service file
f3ba581
- Fix CSS color format and font size
f3ba581
0982677
* Mon Mar 28 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-2
0982677
- Bug 1319215 - Add Requires besides Requires(post)
0982677
2b09c83
* Mon Feb 22 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-1
2b09c83
- Bumped to 1.5.13
2b09c83
dc5d9b0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.12-2
dc5d9b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
dc5d9b0
4761f2e
* Wed Jan 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
4761f2e
- Bumped to 1.5.12
4761f2e
90be5cd
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.11-2
90be5cd
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
90be5cd
c104094
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-1
c104094
- Bumped to 1.5.11
c104094
- Deleted with_python2_override_pkg macro
c104094
- Added glib2-doc BR
c104094
05b4c71
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.10-6
05b4c71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
05b4c71
f39fe5b
* Fri May 22 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-5
f39fe5b
- Updated ibus-HEAD.patch
f39fe5b
  Fixed Bug 1224025 - IBus radio menu items does not work
f39fe5b
b123963
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-4
b123963
- Bug 1217410 Updated ibus-xinput for KDE5.
b123963
0cb2056
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-3
0cb2056
- Updated ibus-HEAD.patch from upstream
0cb2056
  Fixed to show shortcuts on ibus-setup.
0cb2056
  Bug 1214271 Fixed to enable IME with GTK3 applications in wayland.
0cb2056
a25fa37
* Thu Apr 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-2
a25fa37
- Updated ibus-HEAD.patch from upstream
a25fa37
  Added Swedish svdvorak
a25fa37
  I18N engine longnames and descriptions on ibus-setup
a25fa37
  Moved PropertyPanel at bottom right in KDE5
a25fa37
  Drew gray color on Handle PropertyPanel
a25fa37
  Enabled ibus engine full path icon in KDE5
a25fa37
  Updated translations
a25fa37
b157f27
* Wed Feb 25 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
b157f27
- Bumped to 1.5.10
b157f27
f7fc68e
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.5.9-11
f7fc68e
- Rebuilt for Fedora 23 Change
f7fc68e
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
f7fc68e
6c45f50
* Mon Feb 02 2015 Petr Viktorin <pviktori@redhat.com> - 1.5.9-10
6c45f50
- Remove dependency on Python 2 from main package
6c45f50
5863468
* Mon Feb 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-9
5863468
- Updated ibus-HEAD.patch to fix #1187956 IBusRegistry segv.
5863468
35f8a7c
* Thu Dec 18 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-8
35f8a7c
- Updated ibus-HEAD.patch to fix #1175595 ibus-x11 freeze
35f8a7c
99c3e74
* Mon Dec 08 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-7
99c3e74
- Added ibus-1136623-lost-by-another-focus.patch to fix #1136623
99c3e74
727f941
* Mon Dec 08 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-6
727f941
- Updated ibus-xx-increase-timeout.patch to fix #1163722
727f941
- Updated ibus-HEAD.patch for upstream #1747, #1748, #1753
727f941
  and gnome #703020, gnome #730628
727f941
ecdef2c
* Wed Nov 12 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-5
ecdef2c
- rhbz#1161871 Added BR of python and python3
ecdef2c
c019d13
* Tue Oct 28 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-4
c019d13
- Updated ibus-HEAD.patch for upstream #1744.
c019d13
76e7915
* Fri Oct 24 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-3
76e7915
- Added ibus-xx-increase-timeout.patch
76e7915
3aca75d
* Wed Oct 01 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-2
3aca75d
- Updated ibus-HEAD.patch for rhbz#1136623.
3aca75d
- Added ibus-po-1.5.9-20141001.tar.gz
3aca75d
da0362d
* Tue Sep 16 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-1
da0362d
- Bumped to 1.5.9
da0362d
510dc93
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.8-2
510dc93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
510dc93
6ad2e12
* Thu Jul 24 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.8-1
6ad2e12
- Bumped to 1.5.8
6ad2e12
- Deleted ibus-810211-no-switch-by-no-trigger.patch
6ad2e12
- Deleted ibus-541492-xkb.patch
6ad2e12
- Deleted ibus-530711-preload-sys.patch
6ad2e12
- Deleted ibus-xx-setup-frequent-lang.patch
6ad2e12
- Deleted ibus-xx-f19-password.patch
6ad2e12
24d74f7
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.7-7
24d74f7
- Rebuilt for gobject-introspection 1.41.4
24d74f7
e08ec45
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-6
e08ec45
- Updated ibus-HEAD.patch from upstream.
e08ec45
  Fixed ibus-setup SEGV when an engine is selected.
e08ec45
  Fixed ibus-setup deprecated warnings with the latest python3-gobject.
e08ec45
  Integrated the 'IBUS_SETUP_XID' environment variable for each engine setup.
e08ec45
  Set prgname 'ibus-setup' for ibus-setup.
e08ec45
6f58b8f
* Mon Jul 07 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-5
6f58b8f
- Updated ibus-HEAD.patch from upstream.
6f58b8f
  Added pl(qwertz).
6f58b8f
  Fixed escape key with Ctrl-Shift-U.
6f58b8f
  Updated pt-br compose table from the latest xorg.
6f58b8f
  Do not sort ibus engines when they are saved by ibus-setup.
6f58b8f
  Updated jp IBusKeymap.
6f58b8f
  Added ibus reset-config and read-config sub-commands.
6f58b8f
  Update ibus(1) for read-config and reset-config.
6f58b8f
9cf84a5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-4
9cf84a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9cf84a5
0bbc0be
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.7-3
0bbc0be
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
0bbc0be
1096fc9
* Tue May 20 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-2
1096fc9
- Updated ibus-HEAD.patch for width of ibus-setup.
1096fc9
fbd634d
* Wed Apr 30 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
fbd634d
- Bumped to 1.5.7
fbd634d
e1dc643
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-3
e1dc643
- Do not require gtk-doc in ibus-devel-docs
e1dc643
0140d31
* Fri Mar 28 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-2
0140d31
- Updated ibus-HEAD.patch for Czech (qwerty) keymap.
0140d31
7c758e4
* Thu Mar 06 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-1
7c758e4
- Bumped to 1.5.6
7c758e4
- Deleted ibus-xx-ctrl-space.patch
7c758e4
f2a9ed2
* Fri Jan 31 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-2
f2a9ed2
- Enabled python3 ibus-setup
f2a9ed2
78aefa4
* Tue Jan 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
78aefa4
- Bumped to 1.5.5
78aefa4
- Deleted notify-python in Requires
78aefa4
03baeb8
* Fri Oct 04 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
03baeb8
- Added ibus-HEAD.patch to sync upstream.
03baeb8
1faf033
* Fri Sep 20 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-1
1faf033
- Bumped to 1.5.4
1faf033
- Added ibus.conf.5
1faf033
- Added ibus-xkb-1.5.0.tar.gz for po files.
1faf033
- Added ibus-xx-f19-password.patch for back compatibility.
1faf033
- Added ibus-wayland in f20 or later.
1faf033
28399e7
* Fri Jul 26 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.3-1
ecd5942
- Bumped to 1.5.3
ecd5942
- Deleted ibus-xx-g-s-disable-preedit.patch as EOL.
ecd5942
- Deleted ibus-gjs as EOL.
ecd5942
- Removed imsettings-gnome, im-chooser, libgnomekbd dependencies.
ecd5942
99df57f
* Thu Jul 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-8
99df57f
- Updated ibus-HEAD.patch to delete pyxdg dependencies.
99df57f
2607fbb
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-7
2607fbb
- Bug 972328 - Deleted ibus-panel
2607fbb
9e674a0
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-6
9e674a0
- Bug 972328 - Bring back the dependency of ibus-setup.
9e674a0
19ed92e
* Tue Jun 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-5
19ed92e
- Removed dependencies of ibus-setup and ibus-pygtk2
19ed92e
399db0b
* Wed Jun 05 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-4
399db0b
- Updated ibus-HEAD.patch for upstream.
399db0b
- Added ibus-xx-1.5.2.patch until 1.5.3 will be released.
399db0b
- Added ibus-xx-ctrl-space.patch for back compatible triggers.
399db0b
ee58945
* Wed May 01 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-3
ee58945
- Updated ibus-HEAD.patch for upstream.
ee58945
- Deleted ibus-947318-reconnect-gtk-client.patch
ee58945
add36c8
* Sun Apr 21 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-2
add36c8
- Separate python files in f19 or later.
add36c8
ba8f25c
* Thu Apr 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
ba8f25c
- Bumped to 1.5.2
ba8f25c
- Created noarch packages for python files due to .pyc and .pyo.
ba8f25c
- Added man pages.
ba8f25c
7bb697b
* Mon Feb 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-3
7bb697b
- Copied gtk2 module to gtk3 one.
7bb697b
80224fc
* Thu Jan 31 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-2
80224fc
- Updated ibus-530711-preload-sys.patch. Fixes #904799
80224fc
ecac051
* Tue Jan 08 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
ecac051
- Bumped to 1.5.1
ecac051
- Bumped to ibus-gjs 3.4.1.20130115 for f17
ecac051
- Removed ibus-xx-no-use.diff
ecac051
8e7bad2
* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
8e7bad2
- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
8e7bad2
16eb651
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
16eb651
- Resolves #869584 - Removed libgnomekbd dependency in f18.
16eb651
be3eae6
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-7
be3eae6
- Set time stamp of ibus/_config.py
be3eae6
4bd90a5
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-6
4bd90a5
- Set time stamp of ibus/_config.py
4bd90a5
81afe7c
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-5
81afe7c
- Updated spec file to work witout pkgconfig.
81afe7c
0d58ff1
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-4
0d58ff1
- Added comment lines for patches.
0d58ff1
6bf9178
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-3
6bf9178
- Fixed misc issues.
6bf9178
ca9429a
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-2
ca9429a
- Obsoleted ibus-gnome3
ca9429a
a208e6b
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-1
a208e6b
- Bumped to 1.4.99.20121109
a208e6b
- Removed im-chooser, imsettings-gnome, gnome-icon-theme-symbolic
a208e6b
  dependencies in f18 because ibus gnome integration is done.
a208e6b
  Use ibus-keyboard instead of input-keyboard-symbolic.
a208e6b
- Disabled ibus-gjs build because of ibus gnome integration.
a208e6b
a208e6b
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
a208e6b
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
a208e6b
28f7f62
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
28f7f62
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
28f7f62
717e5a3
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
717e5a3
- Bumped to 1.4.99.20121006
717e5a3
- Removed ibus-xx-segv-reg-prop.patch
717e5a3
c0fd76c
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-2
c0fd76c
- Added ibus-xx-segv-reg-prop.patch to avoid segv
c0fd76c
fac4756
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-1
fac4756
- Bumped to 1.4.99.20120914
fac4756
ed456ef
* Thu Sep 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-2
ed456ef
- Updated ibus-530711-preload-sys.patch
ed456ef
- Updated ibus-541492-xkb.patch
ed456ef
- Updated ibus-xx-no-use.diff
ed456ef
  Fixed Bug 854161 - not able to add keymap with ibus-setup
ed456ef
fd3eb3d
* Wed Aug 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-1
fd3eb3d
- Bumped to 1.4.99.20120822
fd3eb3d
- Bumped to ibus-gjs 3.4.1.20120815
fd3eb3d
  Fixed Bug 845956 - ibus backward trigger key is not customized
fd3eb3d
  Fixed Bug 844580 - ibus-dconf does not load the system gvdb
fd3eb3d
- Separated ibus-810211-no-switch-by-no-trigger.patch from ibus-HEAD.patch
fd3eb3d
0aa9bb8
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120712-3
0aa9bb8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0aa9bb8
2e84674
* Thu Jul 19 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-2
2e84674
- Updated ibus-HEAD.patch
2e84674
  Support dconf 0.13.4
2e84674
db31e52
* Tue Jul 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-1
db31e52
- Bumped to 1.4.99.20120712
db31e52
- Removed ibus-xx-branding-switcher-ui.patch as upstreamed.
db31e52
44ea810
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 1.4.99.20120428-3
44ea810
- Rebuild against new libgnomekbd
44ea810
2f7b82c
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-2
2f7b82c
- Updated ibus-HEAD.patch
2f7b82c
- Updated ibus-541492-xkb.patch
2f7b82c
- Updated ibus-xx-branding-switcher-ui.patch
2f7b82c
  Fixed Bug 810211 - Cancel Control + space pressing Control key.
2f7b82c
- Updated ibus-xx-no-use.diff
2f7b82c
  Enabled to customize trigger keys with non-modifier trigger keys.
2f7b82c
2ed8a1a
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-1
2ed8a1a
- Bumped to 1.4.99.20120428
2ed8a1a
  Fixed Bug 799571 - no IME list at the session login.
2ed8a1a
  Fixed Bug 810415 - ibus does not handle Ctrl+space with BUTTON_PRESS.
2ed8a1a
- Bumped to ibus-gjs 3.4.1.20120428
2ed8a1a
  Fixed Bug 802052 - no modifiers trigger keys.
2ed8a1a
  Fixed Bug 803244 - IME switch Ctrl+space not working on shell text entry.
2ed8a1a
f7052d6
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.4.99.20120317-4
f7052d6
- Update the dconf and icon cache rpm scriptlets
f7052d6
c31870b
* Wed Apr 18 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-3
c31870b
- Added a RHEL flag.
c31870b
b771dfa
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-2
b771dfa
- Bumped to ibus-gjs 3.3.92.20120327
b771dfa
  
19c65a7
* Sat Mar 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-1
19c65a7
- Bumped to 1.4.99.20120317
19c65a7
  Fixed Bug 718668 - focus move is slow with ibus-gnome3
19c65a7
  Fixed Bug 749497 - Enhance IME descriptions in status icon active menu
19c65a7
- Bumped to ibus-gjs 3.3.90.20120317
19c65a7
- Added ibus-xx-no-use.diff
19c65a7
  Fixed Bug 803260 - Disable non-global input method mode
19c65a7
- Updated ibus-HEAD.patch
19c65a7
  Fixed Bug 803250 - ibus lookup window font customization
19c65a7
  Fixed Bug 803177 - language id on ibus-ui-gtk3 switcher
19c65a7
- Update ibus-530711-preload-sys.patch
19c65a7
  Fixed Bug 797023 - port preload engines
19c65a7
e429e12
* Thu Mar 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-3
e429e12
- Bumped to ibus-gjs 3.3.90.20120308 to work with gnome-shell 3.3.90
e429e12
- Fixed Bug 786906 - Added ifnarch ppc ppc64 s390 s390x
e429e12
- Updated ibus-HEAD.patch
e429e12
  Fixed Bug 800897 - After doing "ctrl+space", ibus tray icon freezes
e429e12
5deefb2
* Mon Mar 05 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-2
5deefb2
- Added ibus-HEAD.patch to fix python library to load libibus.so.
5deefb2
ca22209
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-1
ca22209
- Bumped to 1.4.99.20120303
e429e12
  Fixed Bug 796070 - ibus-setup without no ibus-daemon
ca22209
e6ed2dd
* Wed Feb 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-3
7bcb691
- Fixed ibus-setup on C locale
7bcb691
- Fixed to show no registered engines from g-c-c.
7bcb691
- Enabled Alt_R keybinding on ko locales for ibus gtk only.
7bcb691
7bcb691
* Fri Feb 03 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-1
db6c981
- Updated to 1.4.99.20120203
db6c981
- Removed ibus-xx-bridge-hotkey.patch
db6c981
- Updated ibus-541492-xkb.patch to use libgnomekbd.
db6c981
- Updated ibus-xx-setup-frequent-lang.patch for 1.4.99.20120203
db6c981
3b4ca62
* Wed Jan 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-17
3b4ca62
- Added ibus-771115-property-compatible.patch for f16
3b4ca62
  Fixed Bug 771115 - IBusProperty back compatibility.
3b4ca62
bf8c2de
* Fri Dec 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-16
8ffe462
- Enhanced ibus-gnome3 shell lookup window.
8ffe462
- Updated ibus-HEAD.patch from upstream
8ffe462
  Fixed Bug 769135 - ibus-x11 SEGV in _process_key_event_done.
8ffe462
- Updated ibus-541492-xkb.patch
8ffe462
  Fixed Bug 757889 - ibus-setup SEGV without active engine.
8ffe462
  Fixed Bug 760213 - ibus-setup saves XKB variants correctly.
8ffe462
  Fixed Bug 769133 - ibus-engine-xkb returns FALSE for ASCII typings.
8ffe462
- Updated ibus-xx-bridge-hotkey.patch for an enhancement.
8ffe462
9694246
* Wed Nov 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-14
150c9ee
- Enabled dconf.
150c9ee
- Updated ibus-HEAD.patch
150c9ee
  Fixed Bug 618229 - engine setup buton on ibus-setup.
150c9ee
- Removed ibus-711632-fedora-fallback-icon.patch as upstreamed.
150c9ee
- Updated ibus-xx-bridge-hotkey.patch
150c9ee
  Removed Enable/Disable buttons on ibus-setup
150c9ee
481f2ee
* Fri Nov 18 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-11
481f2ee
- Updated ibus-541492-xkb.patch
481f2ee
  Fixed Bug 750484 - support reloading Xmodmap
481f2ee
- Updated ibus-HEAD.patch
481f2ee
  Fixed Bug 753781 - ibus-x11 needs async for hangul ibus_commit_text.
481f2ee
3ef409f
* Fri Nov 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-10
3ef409f
- Updated ibus-xx-bridge-hotkey.patch for f16
3ef409f
  Fixed no XKB languages from layout only. e.g. in(eng).
3ef409f
- Updated ibus-541492-xkb.patch
3ef409f
  Fixed not to show 'eng' on GUI for in(eng).
3ef409f
be89530
* Wed Nov 02 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-9
be89530
- Updated ibus-HEAD.patch
be89530
  Fixed prev/next keys without global engine.
be89530
- Updated ibus-xx-bridge-hotkey.patch for f16
be89530
  Fixed Bug 747902 - mouse and ctrl+space not working
be89530
  Fixed Bug 749770 - IME hotkey after Control + Space
be89530
- Updated ibus-711632-fedora-fallback-icon.patch
be89530
  Fixed Bug 717831 - use old icon for desktops other than gnome
be89530
15fdf9a
* Fri Oct 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-8
be89530
- Updated ibus-xx-bridge-hotkey.patch for f16
5f53fe6
- Fixed Bug 747902 - mouse and ctrl+space not working
5f53fe6
c3ca1e1
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
c3ca1e1
- Rebuilt for glibc bug#747377
c3ca1e1
9781a05
* Fri Oct 21 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-5
9781a05
- Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
9781a05
a4b3ac5
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
a4b3ac5
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
a4b3ac5
1bd91f5
* Fri Sep 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-3
1bd91f5
- Rebuilt for f16 gnome-shell 3.2 and gjs 1.30
1bd91f5
5a56699
* Wed Sep 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-2
e4605fa
- Updated to 1.4.0
e4605fa
- Updated ibus-gjs 3.0.2.20110928 for f15.
e4605fa
- Updated ibus-gjs 3.2.0.20110928 for f16. (#740588)
e4605fa
- Updated ibus-530711-preload-sys.patch
e4605fa
  Fixed not to show duplicated engine names in setup treeview (#740447)
e4605fa
- Updated bus-gjs-xx-gnome-shell-3.1.4-build-failure.patch for f16.
e4605fa
- Updated ibus-xx-bridge-hotkey.patch
e4605fa
  Fixed a XKB configuration without the input focus for f16 (#739165)
e4605fa
  Fixed not to show null strings in case of no variants (#738130)
e4605fa
81e73d4
* Tue Sep 13 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-5
81e73d4
- Updated ibus-gjs 3.1.91.20110913 for f16.
81e73d4
5fabd65
* Thu Sep 08 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-4
5fabd65
- Updated ibus-gjs 3.1.91.20110908 and 3.0.2.20110908 for gnome-shell.
5fabd65
  Fixed preedit active segments on gnome-shell and X11 apps.
5fabd65
- Added ibus-xx-g-s-disable-preedit.patch
5fabd65
  Disabled preedit on gnome-shell for a workaround.
5fabd65
- Updated ibus.spec
5fabd65
  Fixed Bug 735879 pre/postun scripts
5fabd65
3bcb3ac
* Thu Sep 01 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-3
e0a5e11
- Fixed Bug 700472 Use a symbol icon instead of an image icon.
63b857f
- Updated ibus-HEAD.patch for upstream.
63b857f
- Removed ibus-435880-surrounding-text.patch as upstream.
7c25acb
- Added ibus-711632-fedora-fallback-icon.patch
7c25acb
  Fixed SEGV with no icon in oxygen-gtk icon theme.
63b857f
- Added ibus-xx-bridge-hotkey.patch
095f9c1
  Triaged Bug 707370 SetEngine timeout
ed173d8
  Fixed Bug 731610 Keep IM state when text input focus changes
63b857f
- Added transitional ibus-gnome3 package.
095f9c1
  Fixed Bug 718110 Use a shell icon instead of pygtk2 icon.
7c25acb
84d8da5
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-1
84d8da5
- Updated to 1.3.99.20110419
aca4d37
- Added ibus-HEAD.patch
aca4d37
  Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
e5da135
- Updated ibus-541492-xkb.patch
e5da135
  Fixed Bug 701202 - us(dvorak) does not show up in list
84d8da5
  Updated ibus-1.0.pc for ibus-xkb
692f6ca
  Showed XKB variant descriptions only without layout descriptions.
692f6ca
- Updated ibus-xx-setup-frequent-lang.patch
692f6ca
  Updated UI strings
aca4d37
48fb145
* Tue Apr 19 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-1
48fb145
- Updated to 1.3.99.20110408
1640e30
  Fixed Bug 683484 - Timed out SetEngine when select an engine from panel.
9aff0cb
  Fixed Bug 657165 - IBus for gnome-shell for Fedora 15.
48fb145
- Upstreamed ibus-657165-panel-libs.patch
48fb145
- Removed ibus-675503-gnome-shell-workaround.patch
48fb145
- Added ibus-xx-setup-frequent-lang.patch
48fb145
- Updated ibus-541492-xkb.patch
48fb145
  Fixed Bug 696481 - no the variant maps without language codes
48fb145
- Added dependency of imsettings-gnome.
48fb145
  Fixed Bug 696510 - need a dependency in ibus-gtk3 for imsettings-gnome
1935274
9d6bb4f
* Thu Mar 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110228-1
9d6bb4f
- Updated to 1.3.99.20110228
b46cf54
- Integrated the part of gjs in Bug 657165 ibus for gnome-shell.
b46cf54
  Added ibus-657165-panel-libs.patch
9d6bb4f
  Added gnome-shell-ibus-plugins-20110304.tar.bz2
b46cf54
- Fixed Bug 675503 - a regression in sync mode
b46cf54
  Added ibus-675503-gnome-shell-workaround.patch until gnome-shell is updated.
9d6bb4f
- Fixed Bug 677856 - left ibus snooper when im client is switched.
9d6bb4f
- Fixed Bug 673047 - abrt ibus_xkb_get_current_layout for non-XKB system
9d6bb4f
  Updated ibus-541492-xkb.patch
64816e6
e090fc3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.99.20110127-3
e090fc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e090fc3
0610dd6
* Fri Feb 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110127-1
0610dd6
- Updated to 1.3.99.20110127
0610dd6
- Updated ibus-HEAD.patch from upstream.
9213786
069aa90
* Wed Jan 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110117-1
069aa90
- Updated to 1.3.99.20110117
f2b7493
- Fixed Bug 666427 - ibus requires dbus-x11
069aa90
- Fixed Bug 670137 - QT_IM_MODULE=xim in ibus.conf without ibus-qt
fbc5579
cf977d1
* Thu Dec 09 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101202-1
cf977d1
- Updated to 1.3.99.20101202
8a795bf
- Added ibus-530711-preload-sys.patch
08b90e8
  Fixed Bug 530711 - Reload preloaded engines by login
8a795bf
f0777a3
* Fri Oct 29 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101028-1
f0777a3
- Updated to 1.3.99.20101028
f0777a3
- Integrated gdbus
f0777a3
- Merged notify.patch into ibus-HEAD.patch
20eb2be
7935081
* Fri Oct 22 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-1
7935081
- Updated to 1.3.8
6cc8efa
- Added ibus-541492-xkb.patch
6cc8efa
  Fixes Bug 541492 - ibus needs to support some xkb layout switching
6cc8efa
- Added ibus-435880-surrounding-text.patch
6cc8efa
  Fixes Bug 435880 - ibus-gtk requires surrounding-text support
7935081
- Added ibus-xx-workaround-gtk3.patch
7935081
  Workaround for f14 http://koji.fedoraproject.org/koji/taskinfo?taskID=2516604
cca15f3
60148ca
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
7935081
- Updated to 1.3.7
60148ca
e0c0aef
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.6-5
e0c0aef
- Rebuild against python 2.7
e0c0aef
225277b
* Thu Jul 22 2010 Jens Petersen <petersen@redhat.com> - 1.3.6-4
225277b
- keep bumping ibus-gtk obsoletes to avoid upgrade problems
225277b
7af1430
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.6-3
7af1430
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
7af1430
e237ce1
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.3.6-2
e237ce1
- Rebuild with new gobject-introspection
e237ce1
225277b
* Tue Jul 06 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.6-1
829c553
- Update to 1.3.6
829c553
1f251c9
* Wed Jun 30 2010 Jens Petersen <petersen@redhat.com>
1f251c9
- version the ibus-gtk obsolete and provides
1f251c9
- drop the old redundant ibus-qt obsoletes
1f251c9
fe3783f
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.5-3
fe3783f
- Rebuild against newer gtk
fe3783f
012c668
* Tue Jun 22 2010 Colin Walters <walters@verbum.org> - 1.3.5-2
012c668
- Bump Release to keep ahead of F-13
012c668
225277b
* Sat Jun 12 2010 Peng Huang <phuang@redhat.com> - 1.3.5-1
80ab9ad
- Update to 1.3.5
80ab9ad
- Support gtk3, gobject-introspection and vala.
80ab9ad
225277b
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-2
61324a1
- Update to 1.3.4
61324a1
225277b
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-1
1336b86
- Update to 1.3.4
1336b86
225277b
* Tue May 04 2010 Peng Huang <phuang@redhat.com> - 1.3.3-1
cf678d7
- Update to 1.3.3
cf678d7
225277b
* Sun May 02 2010 Peng Huang <phuang@redhat.com> - 1.3.2-3
cf678d7
- Embedded language bar in menu by default.
cf678d7
- Fix bug 587353 - [abrt] crash in ibus-1.3.2-2.fc12
cf678d7
225277b
* Sat Apr 24 2010 Peng Huang <phuang@redhat.com> - 1.3.2-2
3f5c101
- Add requires librsvg2
cf678d7
- Update ibus-HEAD.patch: Update po files and and setting 
3f5c101
225277b
* Wed Apr 21 2010 Peng Huang <phuang@redhat.com> - 1.3.2-1
6611c09
- Update to 1.3.2
6611c09
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
6611c09
225277b
* Mon Apr 05 2010 Peng Huang <phuang@redhat.com> - 1.3.1-1
6611c09
- Update to 1.3.1
6611c09
225277b
* Fri Mar 26 2010 Peng Huang <phuang@redhat.com> - 1.3.0-3
6611c09
- Update ibus-HEAD.patch
6611c09
- Fix bug - some time panel does not show candidates.
6611c09
- Update some po files
6611c09
225277b
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-2
6611c09
- Does not check glib micro version in ibus im module.
6611c09
225277b
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-1
6611c09
- Update to 1.3.0
6611c09
225277b
* Tue Feb 02 2010 Peng Huang <phuang@redhat.com> - 1.2.99.20100202-1
1f28780
- Update to 1.2.99.20100202
1f28780
225277b
* Mon Jan 11 2010 Peng Huang <phuang@redhat.com> - 1.2.0.20100111-1
ebb6886
- Update to 1.2.0.20100111
ebb6886
225277b
* Fri Dec 25 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091225-1
dbcbb36
- Update to 1.2.0.20091225
dbcbb36
- Fix bug 513895 - new IME does not show up in ibus-setup
dbcbb36
- Fix bug 531857 - applet order should correspond with preferences order
dbcbb36
- Fix bug 532856 - should not list already added input-methods in Add selector
dbcbb36
7bb697b
* Tue Dec 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091215-1
25e6fc5
- Update to 1.2.0.20091215
25e6fc5
225277b
* Thu Dec 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-2
0f1a80e
- Fix rpmlint warnings and errors.
0f1a80e
225277b
* Fri Dec 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-1
c97f22d
- Update to 1.2.0.20091204
c97f22d
- Fix Bug 529920 - language panel pops up on the wrong monitor
c97f22d
- Fix Bug 541197 - Ibus crash
c97f22d
225277b
* Tue Nov 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091124-1
992402f
- Update to 1.2.0.20091124
992402f
- Update some translations.
992402f
- Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12 
992402f
225277b
* Sat Oct 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091024-1
1eb4d1c
- Update to 1.2.0.20091024
1eb4d1c
225277b
* Wed Oct 14 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091014-2
1eb4d1c
- Update to 1.2.0.20091014
1eb4d1c
- Change ICON in ibus.conf 
1eb4d1c
7bb697b
* Sun Sep 27 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090927-1
746b981
- Update to 1.2.0.20090927
746b981
225277b
* Tue Sep 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090915-1
fbdbfcc
- Update to 1.2.0.20090915
fbdbfcc
- Fix bug 521591 - check if the icon filename is a real file before trying to open it
fbdbfcc
- Fix bug 522310 - Memory leak on show/hide
fbdbfcc
- Fix bug 509518 - ibus-anthy should only override to jp layout for kana input
fbdbfcc
225277b
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-2
be1be1e
- Refresh the tarball.
be1be1e
225277b
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-1
8b7e9de
- Update to 1.2.0.20090904
8b7e9de
225277b
* Mon Aug 31 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-2
efa9d00
- Change icon path in ibus.conf
efa9d00
225277b
* Fri Aug 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-1
4a29c4a
- Update to 1.2.0.20090828
4a29c4a
- Change the icon on systray.
4a29c4a
- Fix segment fault in ibus_hotkey_profile_destroy
4a29c4a
- Fix some memory leaks.
4a29c4a
225277b
* Wed Aug 12 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090812-1
12fc5e5
- Update to 1.2.0.20090812
12fc5e5
225277b
* Mon Aug 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-4
4474c8e
- Update ibus-HEAD.patch
4474c8e
- Fix Numlock problem.
392a856
- Fix some memory leaks.
4474c8e
225277b
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-2
0f8a6e1
- Update ibus-HEAD.patch
0f8a6e1
- Fix bug 516154.
0f8a6e1
225277b
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-1
12bc233
- Update to 1.2.0.20090807
12bc233
225277b
* Thu Aug 06 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090806-1
13baf9a
- Update to 1.2.0.20090806
13baf9a
- Fix bug 515106 - don't install duplicate files
13baf9a
225277b
* Tue Jul 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-3
2026869
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists. 
2026869
23d75b9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
23d75b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
23d75b9
225277b
* Thu Jul 23 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-1
0529018
- Update to 1.2.0.20090723
0529018
- Fix dead loop in ibus-gconf
0529018
225277b
* Wed Jul 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090722-1
a01fb4d
- Update to 1.2.0.20090722
a01fb4d
225277b
* Sun Jul 19 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090719-1
a01fb4d
- Update to 1.2.0.20090719
7338ae6
225277b
* Mon Jun 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090617-1
e339d4c
- Update to 1.2.0.20090617
e339d4c
225277b
* Fri Jun 12 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090612-1
e339d4c
- Update to 1.1.0.20090612
ccc4a53
- Fix bug 504942 - PageUp and PageDown do not work in candidate list
ccc4a53
- Fix bug 491040 - Implememnt mouse selection in candidate list
ccc4a53
225277b
* Wed Jun 10 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090609-1
ccc4a53
- Update to Update to 1.1.0.20090609
ccc4a53
- Fix bug 502414 - Implemented on-screen help facility
ccc4a53
- Fix bug 502561 - iBus should show keymap name on iBus panel
ccc4a53
- Fix bug 498043 - ibus Alt-grave trigger conflicts with openoffice.org
ccc4a53
- Implemented API for setting labels for candidates in LookupTable
ccc4a53
225277b
* Sun May 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090531-1
ccc4a53
- Update to Update to 1.1.0.20090531
ccc4a53
225277b
* Tue May 26 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-5
ccc4a53
- Update ibus-HEAD.patch.
ccc4a53
- Show the default input method with bold text
ccc4a53
- Add information text below input methods list
ccc4a53
225277b
* Mon May 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-4
ccc4a53
- Update ibus-HEAD.patch.
ccc4a53
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
ccc4a53
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
ccc4a53
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
ccc4a53
225277b
* Thu May 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-2
10dc4e3
- Remove requires notification-daemon
10dc4e3
- Fix bug 500588 - Hardcoded requirement for notification-daemon
10dc4e3
225277b
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-1
10dc4e3
- Update to 1.1.0.20090508
10dc4e3
- Fix bug 499533 - [Indic] ibus should allow input in KDE using all supported Indic locales
10dc4e3
- Fix bug 498352 - hotkey config table should list keys in same order as on main setup page
10dc4e3
- Fix bug 497707 - ibus French translation update
10dc4e3
225277b
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-3
10dc4e3
- Fix bug 498541 - ibus-libs should not contain devel file libibus.so
10dc4e3
225277b
* Tue May 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-2
10dc4e3
- Fix bug 498141 - new ibus install needs gtk immodules
10dc4e3
- Separate ibus document from ibus-devel to ibus-devel-docs
10dc4e3
225277b
* Thu Apr 23 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-1
abfe682
- Update to ibus-1.1.0.20090423.
10dc4e3
- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
10dc4e3
- Fix bug 497279 - IBus does not works with evolution correctly.
abfe682
- Enhance authentication both in daemon & clients
abfe682
225277b
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090417-1
51866ea
- Update to ibus-1.1.0.20090417.
51866ea
- Fix bug 496199 -  cannot remove Ctrl+Space hotkey with ibus-setup
51866ea
225277b
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-4
56724d8
- Update ibus-HEAD.patch.
56724d8
- Next Engine hotkey will do nothing if the IM is not active.
56724d8
225277b
* Wed Apr 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-3
9e5ddf1
- Update ibus-HEAD.patch.
9e5ddf1
- Fix bug 495431 -  ibus Release modifier doesn't work with Alt
9e5ddf1
- Fix bug 494445 -  ibus-hangul missing Hangul Han/En mode
9e5ddf1
  (and Alt_R+release hotkey)
9e5ddf1
- Update te.po
9e5ddf1
225277b
* Tue Apr 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-2
d78a808
- Update ibus-HEAD.patch.
d78a808
- Change the mode of /tmp/ibus-$USER to 0700 to improve security
d78a808
- Change the mode of /tmp/ibus-$USER/socket-address to 0600 to improve security
b12e239
- Update as.po
d78a808
225277b
* Mon Apr 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-1
8047f49
- Update to ibus-1.1.0.20090413.
8047f49
- Fix crash when restart the ibus-daemon
8047f49
- Add some translations.
8047f49
225277b
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-3
dc5787f
- Update the tarball.
dc5787f
- Fix bug 494511 - ibus-gtk makes gnome-terminal abort 
dc5787f
  when a key is pressed
dc5787f
225277b
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-2
51c5c9d
- Update default hotkey settings.
51c5c9d
225277b
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-1
4e02553
- Update to ibus-1.1.0.20090407.
4e02553
- Fix bug 491042 - ibus default trigger hotkeys
4e02553
- Fix bug 492929 - ibus-hangul can cause gtk app to lockup
4e02553
- Fix bug 493701 -  (ibus) imsettings disconnect/reconnect kills gtk app
4e02553
- Fix bug 493687 -  ibus-hangul should default to vertical candidate selection
4e02553
- Fix bug 493449 -  ibus broke Alt-F2 command auto-completion
4e02553
225277b
* Tue Mar 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090331-1
95e3c55
- Update to ibus-1.1.0.20090331.
95e3c55
- Fix bug 492956 - screws up keyboard input in firefox
95e3c55
- Fix bug 490143 - ibus issue with gnome-keyring
95e3c55
225277b
* Sun Mar 29 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-3
3ef8203
- Recreate the ibus-HEAD.patch from upstream git source tree
3ef8203
- Fix bug 491999 - up/down arrow keys broken in xchat
3ef8203
225277b
* Sat Mar 28 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-2
9b78944
- Recreate the ibus-HEAD.patch from upstream git source tree.
3ef8203
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
3ef8203
- Fix bug 490381 - Change "Next/Previous engine" labels
9b78944
225277b
* Wed Mar 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-1
f773b50
- Update to ibus-1.1.0.20090311.
f773b50
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).
f773b50
225277b
* Fri Mar  6 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090306-1
c379828
- Update to ibus-1.1.0.20090306.
c379828
bd758d2
* Tue Mar  3 2009 Jens Petersen <petersen@redhat.com>
bd758d2
- use post for ibus-gtk requires glib2
bd758d2
741d918
* Mon Mar  2 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090225-2
741d918
- drop the superfluous ibus-0.1 engine obsoletes
741d918
- move glib2 requires to gtk package
741d918
7bb697b
* Wed Feb 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090225-1
1711405
- Update to ibus-1.1.0.20090225.
0f1a80e
- Fix problems in %%post and %%postun scripts.
1711405
- Hide ibus & ibus preferences menu items.
1711405
225277b
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-10
f1f13f7
- Recreate the ibus-HEAD.patch from upstream git source tree.
f1f13f7
- Put 'Select an input method' in engine select combobox (#485861).
f1f13f7
225277b
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-9
bfd6ae7
- Add requires im-chooser >= 1.2.5.
bfd6ae7
225277b
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-8
f899d7f
- Recreate the ibus-HEAD.patch from upstream git source tree.
13d9ada
- Fix ibus-hangul segfault (#485438).
f899d7f
225277b
* Mon Feb 16 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-6
7cae023
- Recreate the ibus-HEAD.patch from upstream git source tree.
7cae023
- The new patch fixes ibus-x11 segfault (#485661).
7cae023
225277b
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-5
8b3cdeb
- Recreate the ibus-HEAD.patch from upstream git source tree.
8b3cdeb
225277b
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-4
79bc7e2
- Remove gnome-python2-gconf from requires.
79bc7e2
225277b
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-3
0de710e
- Update ibus-HEAD.patch, to fix bug 484652.
0de710e
225277b
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-2
f01d539
- Add patch ibus-HEAD.patch, to update ibus to HEAD version.
f01d539
225277b
* Wed Feb 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-1
48fa194
- Add --xim argument in xinput-ibus
48fa194
- Add Obsoletes:  ibus-qt <= 1.1.0
48fa194
- Move libibus.so.* to ibus-libs to make ibus multilib.
96ce3a9
- Update to 1.1.0.20090211.
48fa194
225277b
* Thu Feb 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090205-1
1ec38f4
- Update to 1.1.0.20090205.
1ec38f4
225277b
* Tue Feb 03 2009 Peng Huang <phuang@redhat.com> - 0.1.1.20090203-1
f33bbfe
- Update to 0.1.1.20090203.
f33bbfe
6f04ad2
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
6f04ad2
- Rebuild for Python 2.6
6f04ad2
225277b
* Wed Nov 19 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-2
b1c01a1
- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
b1c01a1
225277b
* Thu Oct 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-1
490d980
- Update to 0.1.1.20081023.
490d980
225277b
* Thu Oct 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081016-1
56f3325
- Update to 0.1.1.20081016.
56f3325
1707a40
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-3
1707a40
- remove the empty %%doc file entries
1707a40
3d68915
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-2
3d68915
- add xinputrc alternative when installing or uninstalling
3d68915
225277b
* Mon Oct 06 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081006-1
3ceca47
- Update to 0.1.1.20081006.
3ceca47
225277b
* Sun Oct 05 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081005-1
f086536
- Update to 0.1.1.20081005.
f086536
225277b
* Sat Oct 04 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081004-1
3cfb2db
- Update to 0.1.1.20081004.
3cfb2db
225277b
* Wed Oct 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081001-1
ad17161
- Update to 0.1.1.20081001.
ad17161
225277b
* Tue Sep 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080930-1
b55fd8e
- Update to 0.1.1.20080930.
b55fd8e
225277b
* Tue Sep 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080923-1
c08d658
- Update to 0.1.1.20080923.
c08d658
225277b
* Wed Sep 17 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080917-1
33b9829
- Update to 0.1.1.20080917.
33b9829
225277b
* Tue Sep 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080916-1
2e7d1b0
- Update to 0.1.1.20080916.
2e7d1b0
225277b
* Mon Sep 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080914-1
454ce80
- Update to 0.1.1.20080914.
454ce80
225277b
* Mon Sep 08 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080908-1
d816398
- Update to 0.1.1.20080908.
d816398
225277b
* Mon Sep 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080901-1
bf0939a
- Update to 0.1.1.20080901.
bf0939a
225277b
* Sat Aug 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080830-1
f6c0679
- Update to 0.1.1.20080830.
f6c0679
225277b
* Mon Aug 25 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080825-1
26a9947
- Update to 0.1.1.20080825.
26a9947
225277b
* Sat Aug 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080823-1
40afea4
- Update to 0.1.1.20080823.
40afea4
225277b
* Fri Aug 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080815-1
86843fa
- Update to 0.1.1.20080815.
86843fa
7bb697b
* Tue Aug 12 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080812-1
58ac710
- Update to 0.1.1.20080812.
58ac710
225277b
* Mon Aug 11 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-2
0815c8e
- Add gnome-python2-gconf in Requires.
0815c8e
225277b
* Thu Aug 07 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-1
a46ad0d
- The first version.