6bf9178
%global with_pygobject2 1
6bf9178
%global with_pygobject3 1
e429e12
81afe7c
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
81afe7c
f2a9ed2
%if (0%{?fedora} > 20 || 0%{?rhel} > 7)
f2a9ed2
%global with_python2_override_pkg 1
f2a9ed2
%else
f2a9ed2
%global with_python2_override_pkg 0
f2a9ed2
%endif
f2a9ed2
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
b157f27
Version:        1.5.10
f39fe5b
Release:        5%{?dist}
28399e7
Summary:        Intelligent Input Bus for Linux OS
28399e7
License:        LGPLv2+
28399e7
Group:          System Environment/Libraries
28399e7
URL:            http://code.google.com/p/ibus/
7c758e4
Source0:        https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
28399e7
Source1:        %{name}-xinput
1faf033
Source2:        %{name}.conf.5
a25fa37
Source3:        https://fujiwara.fedorapeople.org/ibus/po/%{name}-po-1.5.10-20150402.tar.gz
90b6be6
# Upstreamed patches.
f2a9ed2
# Patch0:         %%{name}-HEAD.patch
a25fa37
Patch0:         %%{name}-HEAD.patch
f33bbfe
a46ad0d
BuildRequires:  gettext-devel
a46ad0d
BuildRequires:  libtool
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
add36c8
BuildRequires:  python2-devel
db6c981
BuildRequires:  vala
ba8f25c
BuildRequires:  vala-devel
db6c981
BuildRequires:  vala-tools
150c9ee
# for AM_GCONF_SOURCE_2 in configure.ac
1ec38f4
BuildRequires:  GConf2-devel
78c6c76
BuildRequires:  intltool
6611c09
BuildRequires:  iso-codes-devel
399db0b
BuildRequires:  libnotify-devel
1faf033
BuildRequires:  libwayland-client-devel
a25fa37
%if %with_kde5
a25fa37
BuildRequires:  qt5-qtbase-devel
a25fa37
%endif
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}
1faf033
Requires:       %{name}-wayland%{?_isa} = %{version}-%{release}
48fa194
28399e7
Requires:       iso-codes
28399e7
Requires:       dbus-x11
28399e7
Requires:       dconf
28399e7
Requires:       librsvg2
f2a9ed2
%if ! %with_python2_override_pkg
f2a9ed2
# Owner of %%python2_sitearch/gi/overrides
f2a9ed2
Requires:       pygobject3-base
f2a9ed2
%endif
f2a9ed2
# Owner of %%python3_sitearch/gi/overrides
f2a9ed2
Requires:       python3-gobject
ecdef2c
# https://bugzilla.redhat.com/show_bug.cgi?id=1161871
ecdef2c
Requires:       python3
f2a9ed2
# Owner of %%{_sysconfdir}/X11/xinit
f2a9ed2
Requires:       xorg-x11-xinit
1480aea
# for setxkbmap
28399e7
Requires:       xorg-x11-xkb-utils
c379828
c379828
Requires(post):  desktop-file-utils
c379828
Requires(postun):  desktop-file-utils
db31e52
Requires(postun):  dconf
db31e52
Requires(posttrans): dconf
c379828
c379828
Requires(post):  %{_sbindir}/alternatives
c379828
Requires(postun):  %{_sbindir}/alternatives
a46ad0d
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
28399e7
Group:          System Environment/Libraries
48fa194
28399e7
Requires:       dbus >= 1.2.4
f2a9ed2
Requires:       glib2 >= %{glib_ver}
f2a9ed2
# Owner of %%{_libdir}/girepository-1.0
f2a9ed2
Requires:       gobject-introspection
c379828
48fa194
%description libs
48fa194
This package contains the libraries for IBus
48fa194
80ab9ad
%package gtk2
6ad2e12
Summary:        IBus IM module for GTK2
28399e7
Group:          System Environment/Libraries
28399e7
Requires:       %{name}%{?_isa}        = %{version}-%{release}
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
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
Group:          System Environment/Libraries
28399e7
Requires:       %{name}%{?_isa}        = %{version}-%{release}
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
80ab9ad
Requires(post): glib2 >= %{glib_ver}
80ab9ad
80ab9ad
%description gtk3
6ad2e12
This package contains IBus IM module for GTK3
80ab9ad
ba8f25c
%if %with_pygobject3
ba8f25c
%package setup
ba8f25c
Summary:        IBus setup utility
ba8f25c
Group:          System Environment/Libraries
ba8f25c
Requires:       %{name} = %{version}-%{release}
f2a9ed2
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
%endif
ba8f25c
ba8f25c
%if %with_pygobject2
ba8f25c
%package pygtk2
6ad2e12
Summary:        IBus PyGTK2 library
ba8f25c
Group:          System Environment/Libraries
ba8f25c
Requires:       %{name} = %{version}-%{release}
6c45f50
Requires:       dbus-python >= %{dbus_python_version}
6c45f50
Requires:       python
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
%if %with_python2_override_pkg
f2a9ed2
%package py2override
6ad2e12
Summary:        IBus Python2 override library
f2a9ed2
Group:          System Environment/Libraries
f2a9ed2
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
f2a9ed2
# Owner of %%python2_sitearch/gi/overrides
f2a9ed2
Requires:       pygobject3-base
6c45f50
Requires:       python
f2a9ed2
f2a9ed2
%description py2override
6ad2e12
This is a Python2 override library for IBus. The Python files override
6ad2e12
some functions in GObject-Introspection.
add36c8
%endif
ba8f25c
1faf033
%package wayland
6ad2e12
Summary:        IBus IM module for Wayland
1faf033
Group:          System Environment/Libraries
1faf033
Requires:       %{name}%{?_isa}        = %{version}-%{release}
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
Group:          Development/Libraries
28399e7
Requires:       %{name}%{?_isa}        = %{version}-%{release}
28399e7
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
28399e7
Requires:       dbus-devel
f2a9ed2
Requires:       glib2-devel
f2a9ed2
# Owner of %%{_datadir}/gir-1.0
f2a9ed2
Requires:       gobject-introspection-devel
f2a9ed2
# Owner of %%{_datadir}/vala/vapi
f2a9ed2
Requires:       vala
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
28399e7
Group:          Development/Libraries
909ccfd
%if (0%{?fedora} >= 19 || 0%{?rhel} >= 7)
28399e7
Requires:       %{name}                = %{version}-%{release}
28399e7
BuildArch:      noarch
ecd5942
%else
28399e7
Requires:       %{name}%{?_isa}        = %{version}-%{release}
909ccfd
%endif
abfe682
abfe682
%description devel-docs
6ad2e12
The ibus-devel-docs package contains developer documentation for IBus
abfe682
abfe682
a46ad0d
%prep
8bb7b19
%setup -q
909ccfd
# %%patch0 -p1
a25fa37
%patch0 -p1
6ad2e12
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
0cb2056
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
a25fa37
zcat %SOURCE3 | tar xfv -
1faf033
a46ad0d
%build
6ad2e12
#autoreconf -f -i -v
a25fa37
autoreconf -f -i -v
6ad2e12
#make -C ui/gtk3 maintainer-clean-generic
80ab9ad
%configure \
80ab9ad
    --disable-static \
80ab9ad
    --enable-gtk2 \
80ab9ad
    --enable-gtk3 \
80ab9ad
    --enable-xim \
db6c981
    --enable-gtk-doc \
8a795bf
    --with-no-snooper-apps='gnome-do,Do.*,firefox.*,.*chrome.*,.*chromium.*' \
f7291cc
    --enable-surrounding-text \
f2a9ed2
    --with-python=python3 \
19c65a7
%if %with_pygobject2
db6c981
    --enable-python-library \
ca22209
%endif
1faf033
    --enable-wayland \
b157f27
%if ! %with_kde5
b157f27
    --disable-appindicator \
b157f27
%endif
80ab9ad
    --enable-introspection
80ab9ad
a208e6b
make %{?_smp_mflags}
0318d1b
a46ad0d
%install
49a7b5c
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
f0777a3
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
a663250
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
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
1711405
%post
4f5c890
# recreate icon cache
f7052d6
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
4f5c890
3d68915
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
a46ad0d
1711405
%postun
f7052d6
if [ "$1" -eq 0 ]; then
f7052d6
  # recreate icon cache
f7052d6
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f7052d6
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
4f5c890
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
f7052d6
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
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
f7052d6
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f7052d6
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
1faf033
dconf update || :
1faf033
[ -x %{_bindir}/ibus ] && \
ecd5942
  %{_bindir}/ibus write-cache --system &>/dev/null || :
a46ad0d
4f5c890
%post libs -p /sbin/ldconfig
c379828
4f5c890
%postun libs -p /sbin/ldconfig
1711405
80ab9ad
%post gtk2
6bf9178
if [ $1 -eq 1 ] ; then
6bf9178
    # For upgrades, the cache will be regenerated by the new package's %%postun
a25fa37
    gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
6bf9178
fi
80ab9ad
80ab9ad
%postun gtk2
a25fa37
gtk-query-immodules-2.0-%{__isa_bits} --update-cache &> /dev/null || :
c379828
80ab9ad
%post gtk3
6bf9178
if [ $1 -eq 1 ] ; then
6bf9178
    # For upgrades, the cache will be regenerated by the new package's %%postun
a25fa37
    gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
6bf9178
fi
80ab9ad
80ab9ad
%postun gtk3
a25fa37
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
6bf9178
d3fa3ee
f0777a3
# FIXME: no version number
f0777a3
%files -f %{name}10.lang
a46ad0d
%doc AUTHORS COPYING README
a46ad0d
%dir %{_datadir}/ibus/
db6c981
%{_bindir}/ibus
1ec38f4
%{_bindir}/ibus-daemon
ba8f25c
%{_datadir}/bash-completion/completions/ibus.bash
150c9ee
%{_datadir}/GConf/gsettings/*
150c9ee
%{_datadir}/glib-2.0/schemas/*.xml
2607fbb
%{_datadir}/ibus/component
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
1faf033
%{_datadir}/man/man5/ibus.conf.5.gz
db6c981
%{_libexecdir}/ibus-engine-simple
150c9ee
%{_libexecdir}/ibus-dconf
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
%if ! %with_python2_override_pkg
ecac051
%python2_sitearch/gi/overrides/IBus.py*
add36c8
%endif
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
f0777a3
%{_libdir}/libibus-%{ibus_api_version}.so.*
80ab9ad
%{_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
ba8f25c
%if %with_pygobject3
ba8f25c
%files setup
ba8f25c
%{_bindir}/ibus-setup
1faf033
%{_datadir}/applications/ibus-setup.desktop
ba8f25c
%{_datadir}/ibus/setup
ba8f25c
%{_datadir}/man/man1/ibus-setup.1.gz
ba8f25c
%endif
ba8f25c
ba8f25c
%if %with_pygobject2
ba8f25c
%files pygtk2
ba8f25c
%dir %{python2_sitelib}/ibus
ba8f25c
%{python2_sitelib}/ibus/*
ba8f25c
%endif
f2a9ed2
f2a9ed2
%if %with_python2_override_pkg
f2a9ed2
%files py2override
f2a9ed2
%python2_sitearch/gi/overrides/IBus.py*
add36c8
%endif
ba8f25c
1faf033
%files wayland
1faf033
%{_libexecdir}/ibus-wayland
1faf033
1ec38f4
%files devel
1ec38f4
%{_libdir}/lib*.so
1ec38f4
%{_libdir}/pkgconfig/*
80ab9ad
%{_includedir}/*
80ab9ad
%{_datadir}/gir-1.0/IBus-1.0.gir
80ab9ad
%{_datadir}/vala/vapi/ibus-1.0.vapi
f0777a3
%{_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
a46ad0d
%changelog
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.