Blame SPECS/ibus.spec

7a4110
%global with_preload_xkb_engine 1
7a4110
%global with_pygobject2 1
7a4110
%global with_pygobject3 1
7a4110
7a4110
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
7a4110
7a4110
%if (0%{?fedora} > 18 || 0%{?rhel} > 6)
7a4110
%global with_python_pkg 1
7a4110
%else
7a4110
%global with_python_pkg 0
7a4110
%endif
7a4110
7a4110
%global ibus_api_version 1.0
7a4110
7a4110
%if %with_pkg_config
7a4110
%{!?gtk2_binary_version: %global gtk2_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-2.0)}
7a4110
%{!?gtk3_binary_version: %global gtk3_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-3.0)}
7a4110
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
7a4110
%else
7a4110
%{!?gtk2_binary_version: %global gtk2_binary_version ?.?.?}
7a4110
%{!?gtk3_binary_version: %global gtk3_binary_version ?.?.?}
7a4110
%global glib_ver 0
7a4110
%endif
7a4110
7a4110
%global dbus_python_version 0.83.0
7a4110
7a4110
Name:       ibus
7a4110
Version:    1.5.3
7a4110
Release:    1%{?dist}
7a4110
Summary:    Intelligent Input Bus for Linux OS
7a4110
License:    LGPLv2+
7a4110
Group:      System Environment/Libraries
7a4110
URL:        http://code.google.com/p/ibus/
7a4110
Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
7a4110
Source1:    %{name}-xinput
7a4110
# Upstreamed patches.
7a4110
# Patch0:     %{name}-HEAD.patch
7a4110
# https://bugzilla.redhat.com/show_bug.cgi?id=810211
7a4110
Patch1:     %{name}-810211-no-switch-by-no-trigger.patch
7a4110
# https://bugzilla.redhat.com/show_bug.cgi?id=541492
7a4110
Patch2:     %{name}-541492-xkb.patch
7a4110
# https://bugzilla.redhat.com/show_bug.cgi?id=530711
7a4110
Patch3:     %{name}-530711-preload-sys.patch
7a4110
# Hide minor input method engines on ibus-setup by locale
7a4110
Patch4:     %{name}-xx-setup-frequent-lang.patch
7a4110
7a4110
%if (0%{?fedora} < 19 && 0%{?rhel} < 7)
7a4110
# Keep the default triggers for the back compatiblity.
7a4110
Patch95:    %{name}-xx-ctrl-space.patch
7a4110
%endif
7a4110
7a4110
7a4110
BuildRequires:  gettext-devel
7a4110
BuildRequires:  libtool
7a4110
BuildRequires:  gtk2-devel
7a4110
BuildRequires:  gtk3-devel
7a4110
BuildRequires:  dbus-glib-devel
7a4110
BuildRequires:  dbus-python-devel >= %{dbus_python_version}
7a4110
BuildRequires:  desktop-file-utils
7a4110
BuildRequires:  gtk-doc
7a4110
BuildRequires:  dconf-devel
7a4110
BuildRequires:  dbus-x11
7a4110
BuildRequires:  python2-devel
7a4110
BuildRequires:  vala
7a4110
BuildRequires:  vala-devel
7a4110
BuildRequires:  vala-tools
7a4110
# for AM_GCONF_SOURCE_2 in configure.ac
7a4110
BuildRequires:  GConf2-devel
7a4110
BuildRequires:  intltool
7a4110
BuildRequires:  iso-codes-devel
7a4110
BuildRequires:  libnotify-devel
7a4110
7a4110
Requires:   %{name}-libs   = %{version}-%{release}
7a4110
Requires:   %{name}-gtk2   = %{version}-%{release}
7a4110
Requires:   %{name}-gtk3   = %{version}-%{release}
7a4110
%if %with_python_pkg
7a4110
Requires:   %{name}-setup  = %{version}-%{release}
7a4110
%endif
7a4110
7a4110
Requires:   iso-codes
7a4110
Requires:   dbus-python >= %{dbus_python_version}
7a4110
Requires:   dbus-x11
7a4110
Requires:   dconf
7a4110
Requires:   notify-python
7a4110
Requires:   librsvg2
7a4110
# for setxkbmap
7a4110
Requires:   xorg-x11-xkb-utils
7a4110
# The feature in ibus-gnome3 is provided by gnome-shell.
7a4110
Obsoletes:  ibus-gnome3 < %{version}-%{release}
7a4110
%if ! %with_python_pkg
7a4110
%if %with_pygobject3
7a4110
Requires:       pygobject3
7a4110
BuildRequires:  gobject-introspection-devel
7a4110
BuildRequires:  pygobject3-devel
7a4110
%endif
7a4110
%if %with_pygobject2
7a4110
Requires:       pygtk2
7a4110
%endif
7a4110
%endif
7a4110
7a4110
Requires(post):  desktop-file-utils
7a4110
Requires(postun):  desktop-file-utils
7a4110
Requires(postun):  dconf
7a4110
Requires(posttrans): dconf
7a4110
7a4110
Requires(post):  %{_sbindir}/alternatives
7a4110
Requires(postun):  %{_sbindir}/alternatives
7a4110
7a4110
%global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
7a4110
7a4110
%description
7a4110
IBus means Intelligent Input Bus. It is an input framework for Linux OS.
7a4110
7a4110
%package libs
7a4110
Summary:    IBus libraries
7a4110
Group:      System Environment/Libraries
7a4110
7a4110
Requires:   glib2 >= %{glib_ver}
7a4110
Requires:   dbus >= 1.2.4
7a4110
7a4110
%description libs
7a4110
This package contains the libraries for IBus
7a4110
7a4110
%package gtk2
7a4110
Summary:    IBus im module for gtk2
7a4110
Group:      System Environment/Libraries
7a4110
Requires:   %{name}%{?_isa} = %{version}-%{release}
7a4110
Requires:   %{name}-libs = %{version}-%{release}
7a4110
Requires(post): glib2 >= %{glib_ver}
7a4110
# Added for upgrade el6 to el7
7a4110
Provides:  ibus-gtk = %{version}-%{release}
7a4110
Obsoletes:  ibus-gtk < %{version}-%{release}
7a4110
7a4110
%description gtk2
7a4110
This package contains ibus im module for gtk2
7a4110
7a4110
%package gtk3
7a4110
Summary:    IBus im module for gtk3
7a4110
Group:      System Environment/Libraries
7a4110
Requires:   %{name}%{?_isa} = %{version}-%{release}
7a4110
Requires:   %{name}-libs = %{version}-%{release}
7a4110
Requires(post): glib2 >= %{glib_ver}
7a4110
7a4110
%description gtk3
7a4110
This package contains ibus im module for gtk3
7a4110
7a4110
%if %with_python_pkg
7a4110
%if %with_pygobject3
7a4110
%package setup
7a4110
Summary:        IBus setup utility
7a4110
Group:          System Environment/Libraries
7a4110
Requires:       %{name} = %{version}-%{release}
7a4110
Requires:       pygobject3
7a4110
BuildRequires:  gobject-introspection-devel
7a4110
BuildRequires:  pygobject3-devel
7a4110
BuildArch:      noarch
7a4110
7a4110
%description setup
7a4110
This is a setup utility for IBus.
7a4110
%endif
7a4110
7a4110
%if %with_pygobject2
7a4110
%package pygtk2
7a4110
Summary:        IBus pygtk2 library
7a4110
Group:          System Environment/Libraries
7a4110
Requires:       %{name} = %{version}-%{release}
7a4110
Requires:       pygtk2
7a4110
BuildArch:      noarch
7a4110
7a4110
%description pygtk2
7a4110
This is a pygtk2 library for IBus. Now major IBus engines use pygobject3
7a4110
and this package will be deprecated.
7a4110
%endif
7a4110
%endif
7a4110
7a4110
%package devel
7a4110
Summary:    Development tools for ibus
7a4110
Group:      Development/Libraries
7a4110
Requires:   %{name}%{?_isa} = %{version}-%{release}
7a4110
Requires:   %{name}-libs = %{version}-%{release}
7a4110
Requires:   glib2-devel
7a4110
Requires:   dbus-devel
7a4110
7a4110
%description devel
7a4110
The ibus-devel package contains the header files and developer
7a4110
docs for ibus.
7a4110
7a4110
%package devel-docs
7a4110
Summary:    Developer documents for ibus
7a4110
Group:      Development/Libraries
7a4110
%if (0%{?fedora} >= 19 || 0%{?rhel} >= 7)
7a4110
Requires:   %{name} = %{version}-%{release}
7a4110
BuildArch:  noarch
7a4110
%else
7a4110
Requires:   %{name}%{?_isa} = %{version}-%{release}
7a4110
%endif
7a4110
7a4110
%description devel-docs
7a4110
The ibus-devel-docs package contains developer documentation for ibus
7a4110
7a4110
7a4110
%prep
7a4110
%setup -q
7a4110
7a4110
# %%patch0 -p1
7a4110
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
7a4110
%patch1 -p1 -b .noswitch
7a4110
%if %with_preload_xkb_engine
7a4110
%patch2 -p1 -b .preload-xkb
7a4110
rm -f bindings/vala/ibus-1.0.vapi
7a4110
rm -f data/dconf/00-upstream-settings
7a4110
%endif
7a4110
%patch3 -p1 -b .preload-sys
7a4110
%patch4 -p1 -b .setup-frequent-lang
7a4110
7a4110
%if (0%{?fedora} < 19 && 0%{?rhel} < 7)
7a4110
%patch95 -p1 -b .ctrl
7a4110
%endif
7a4110
7a4110
%build
7a4110
%if %with_preload_xkb_engine
7a4110
autoreconf -f -i -v
7a4110
%endif
7a4110
%configure \
7a4110
    --disable-static \
7a4110
    --enable-gtk2 \
7a4110
    --enable-gtk3 \
7a4110
    --enable-xim \
7a4110
    --enable-gtk-doc \
7a4110
    --with-no-snooper-apps='gnome-do,Do.*,firefox.*,.*chrome.*,.*chromium.*' \
7a4110
    --enable-surrounding-text \
7a4110
%if %with_pygobject2
7a4110
    --enable-python-library \
7a4110
%endif
7a4110
    --enable-introspection
7a4110
7a4110
%if %with_preload_xkb_engine
7a4110
make -C ui/gtk3 maintainer-clean-generic
7a4110
%endif
7a4110
# make -C po update-gmo
7a4110
make %{?_smp_mflags}
7a4110
7a4110
%install
7a4110
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
7a4110
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-%{ibus_api_version}.la
7a4110
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
7a4110
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
7a4110
7a4110
# install xinput config file
7a4110
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
7a4110
7a4110
# install .desktop files
7a4110
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
7a4110
#echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
7a4110
7a4110
desktop-file-install --delete-original          \
7a4110
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
7a4110
  $RPM_BUILD_ROOT%{_datadir}/applications/*
7a4110
7a4110
# FIXME: no version number
7a4110
%find_lang %{name}10
7a4110
7a4110
%post
7a4110
# recreate icon cache
7a4110
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
7a4110
7a4110
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
7a4110
7a4110
%postun
7a4110
if [ "$1" -eq 0 ]; then
7a4110
  # recreate icon cache
7a4110
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
7a4110
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
7a4110
7a4110
  %{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
7a4110
  # if alternative was set to manual, reset to auto
7a4110
  [ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
7a4110
7a4110
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
7a4110
  # 'dconf update' sometimes does not update the db...
7a4110
  dconf update
7a4110
  if [ -f %{_sysconfdir}/dconf/db/ibus ] ; then
7a4110
      rm -f %{_sysconfdir}/dconf/db/ibus
7a4110
  fi
7a4110
  # 'ibus write-cache --system' updates the system cache.
7a4110
  if [ -f /var/cache/ibus/bus/registry ] ; then
7a4110
      rm -f /var/cache/ibus/bus/registry
7a4110
  fi
7a4110
fi
7a4110
7a4110
%posttrans
7a4110
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
7a4110
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
7a4110
dconf update
7a4110
if [ %{_bindir}/ibus ] ; then
7a4110
  %{_bindir}/ibus write-cache --system &>/dev/null || :
7a4110
fi
7a4110
7a4110
%post libs -p /sbin/ldconfig
7a4110
7a4110
%postun libs -p /sbin/ldconfig
7a4110
7a4110
%post gtk2
7a4110
if [ $1 -eq 1 ] ; then
7a4110
    # For upgrades, the cache will be regenerated by the new package's %%postun
7a4110
    %{_bindir}/update-gtk-immodules %{_host} || :
7a4110
fi
7a4110
7a4110
%postun gtk2
7a4110
%{_bindir}/update-gtk-immodules %{_host} || :
7a4110
7a4110
%post gtk3
7a4110
if [ $1 -eq 1 ] ; then
7a4110
    # For upgrades, the cache will be regenerated by the new package's %%postun
7a4110
    /usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
7a4110
fi
7a4110
7a4110
%postun gtk3
7a4110
/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
7a4110
7a4110
7a4110
# FIXME: no version number
7a4110
%files -f %{name}10.lang
7a4110
%doc AUTHORS COPYING README
7a4110
%dir %{_datadir}/ibus/
7a4110
%{_bindir}/ibus
7a4110
%{_bindir}/ibus-daemon
7a4110
%{_datadir}/applications/*
7a4110
%{_datadir}/bash-completion/completions/ibus.bash
7a4110
%{_datadir}/GConf/gsettings/*
7a4110
%{_datadir}/glib-2.0/schemas/*.xml
7a4110
%{_datadir}/ibus/component
7a4110
%{_datadir}/ibus/engine
7a4110
%{_datadir}/ibus/keymaps
7a4110
%{_datadir}/icons/hicolor/*/apps/*
7a4110
%{_datadir}/man/man1/ibus.1.gz
7a4110
%{_datadir}/man/man1/ibus-daemon.1.gz
7a4110
%{_libexecdir}/ibus-engine-simple
7a4110
%{_libexecdir}/ibus-dconf
7a4110
%{_libexecdir}/ibus-ui-gtk3
7a4110
%{_libexecdir}/ibus-x11
7a4110
%{_sysconfdir}/dconf/db/ibus.d
7a4110
%{_sysconfdir}/dconf/profile/ibus
7a4110
%python2_sitearch/gi/overrides/IBus.py*
7a4110
%config %{_xinputconf}
7a4110
%if ! %with_python_pkg
7a4110
%if %with_pygobject3
7a4110
%{_bindir}/ibus-setup
7a4110
%{_datadir}/ibus/setup
7a4110
%{_datadir}/man/man1/ibus-setup.1.gz
7a4110
%endif
7a4110
%if %with_pygobject2
7a4110
%dir %{python2_sitelib}/ibus
7a4110
%{python2_sitelib}/ibus/*
7a4110
%endif
7a4110
%endif
7a4110
7a4110
%files libs
7a4110
%{_libdir}/libibus-%{ibus_api_version}.so.*
7a4110
%{_libdir}/girepository-1.0/IBus-1.0.typelib
7a4110
7a4110
%files gtk2
7a4110
%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.so
7a4110
7a4110
%files gtk3
7a4110
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
7a4110
7a4110
%if %with_python_pkg
7a4110
%if %with_pygobject3
7a4110
%files setup
7a4110
%{_bindir}/ibus-setup
7a4110
%{_datadir}/ibus/setup
7a4110
%{_datadir}/man/man1/ibus-setup.1.gz
7a4110
%endif
7a4110
7a4110
%if %with_pygobject2
7a4110
%files pygtk2
7a4110
%dir %{python2_sitelib}/ibus
7a4110
%{python2_sitelib}/ibus/*
7a4110
%endif
7a4110
%endif
7a4110
7a4110
%files devel
7a4110
%{_libdir}/lib*.so
7a4110
%{_libdir}/pkgconfig/*
7a4110
%{_includedir}/*
7a4110
%{_datadir}/gir-1.0/IBus-1.0.gir
7a4110
%{_datadir}/vala/vapi/ibus-1.0.vapi
7a4110
%{_datadir}/vala/vapi/ibus-1.0.deps
7a4110
7a4110
%files devel-docs
7a4110
%{_datadir}/gtk-doc/html/*
7a4110
7a4110
%changelog
7a4110
* Thu Jul 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.3-1
7a4110
- Bumped to 1.5.3
7a4110
- Deleted ibus-xx-g-s-disable-preedit.patch as EOL.
7a4110
- Deleted ibus-gjs as EOL.
7a4110
- Removed imsettings-gnome, im-chooser, libgnomekbd dependencies.
7a4110
7a4110
* Thu Jul 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-8
7a4110
- Updated ibus-HEAD.patch to delete pyxdg dependencies.
7a4110
7a4110
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-7
7a4110
- Bug 972328 - Deleted ibus-panel
7a4110
7a4110
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-6
7a4110
- Bug 972328 - Bring back the dependency of ibus-setup.
7a4110
7a4110
* Tue Jun 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-5
7a4110
- Removed dependencies of ibus-setup and ibus-pygtk2
7a4110
7a4110
* Wed Jun 05 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-4
7a4110
- Updated ibus-HEAD.patch for upstream.
7a4110
- Added ibus-xx-1.5.2.patch until 1.5.3 will be released.
7a4110
- Added ibus-xx-ctrl-space.patch for back compatible triggers.
7a4110
7a4110
* Wed May 01 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-3
7a4110
- Updated ibus-HEAD.patch for upstream.
7a4110
- Deleted ibus-947318-reconnect-gtk-client.patch
7a4110
7a4110
* Sun Apr 21 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-2
7a4110
- Separate python files in f19 or later.
7a4110
7a4110
* Thu Apr 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
7a4110
- Bumped to 1.5.2
7a4110
- Created noarch packages for python files due to .pyc and .pyo.
7a4110
- Added man pages.
7a4110
7a4110
* Mon Feb 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-3
7a4110
- Copied gtk2 module to gtk3 one.
7a4110
7a4110
* Thu Jan 31 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-2
7a4110
- Updated ibus-530711-preload-sys.patch. Fixes #904799
7a4110
7a4110
* Tue Jan 08 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
7a4110
- Bumped to 1.5.1
7a4110
- Bumped to ibus-gjs 3.4.1.20130115 for f17
7a4110
- Removed ibus-xx-no-use.diff
7a4110
7a4110
* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
7a4110
- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
7a4110
7a4110
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
7a4110
- Resolves #869584 - Removed libgnomekbd dependency in f18.
7a4110
7a4110
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-7
7a4110
- Set time stamp of ibus/_config.py
7a4110
7a4110
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-6
7a4110
- Set time stamp of ibus/_config.py
7a4110
7a4110
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-5
7a4110
- Updated spec file to work witout pkgconfig.
7a4110
7a4110
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-4
7a4110
- Added comment lines for patches.
7a4110
7a4110
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-3
7a4110
- Fixed misc issues.
7a4110
7a4110
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-2
7a4110
- Obsoleted ibus-gnome3
7a4110
7a4110
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-1
7a4110
- Bumped to 1.4.99.20121109
7a4110
- Removed im-chooser, imsettings-gnome, gnome-icon-theme-symbolic
7a4110
  dependencies in f18 because ibus gnome integration is done.
7a4110
  Use ibus-keyboard instead of input-keyboard-symbolic.
7a4110
- Disabled ibus-gjs build because of ibus gnome integration.
7a4110
7a4110
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
7a4110
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
7a4110
7a4110
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
7a4110
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
7a4110
7a4110
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
7a4110
- Bumped to 1.4.99.20121006
7a4110
- Removed ibus-xx-segv-reg-prop.patch
7a4110
7a4110
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-2
7a4110
- Added ibus-xx-segv-reg-prop.patch to avoid segv
7a4110
7a4110
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-1
7a4110
- Bumped to 1.4.99.20120914
7a4110
7a4110
* Thu Sep 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-2
7a4110
- Updated ibus-530711-preload-sys.patch
7a4110
- Updated ibus-541492-xkb.patch
7a4110
- Updated ibus-xx-no-use.diff
7a4110
  Fixed Bug 854161 - not able to add keymap with ibus-setup
7a4110
7a4110
* Wed Aug 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-1
7a4110
- Bumped to 1.4.99.20120822
7a4110
- Bumped to ibus-gjs 3.4.1.20120815
7a4110
  Fixed Bug 845956 - ibus backward trigger key is not customized
7a4110
  Fixed Bug 844580 - ibus-dconf does not load the system gvdb
7a4110
- Separated ibus-810211-no-switch-by-no-trigger.patch from ibus-HEAD.patch
7a4110
7a4110
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120712-3
7a4110
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7a4110
7a4110
* Thu Jul 19 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-2
7a4110
- Updated ibus-HEAD.patch
7a4110
  Support dconf 0.13.4
7a4110
7a4110
* Tue Jul 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-1
7a4110
- Bumped to 1.4.99.20120712
7a4110
- Removed ibus-xx-branding-switcher-ui.patch as upstreamed.
7a4110
7a4110
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 1.4.99.20120428-3
7a4110
- Rebuild against new libgnomekbd
7a4110
7a4110
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-2
7a4110
- Updated ibus-HEAD.patch
7a4110
- Updated ibus-541492-xkb.patch
7a4110
- Updated ibus-xx-branding-switcher-ui.patch
7a4110
  Fixed Bug 810211 - Cancel Control + space pressing Control key.
7a4110
- Updated ibus-xx-no-use.diff
7a4110
  Enabled to customize trigger keys with non-modifier trigger keys.
7a4110
7a4110
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-1
7a4110
- Bumped to 1.4.99.20120428
7a4110
  Fixed Bug 799571 - no IME list at the session login.
7a4110
  Fixed Bug 810415 - ibus does not handle Ctrl+space with BUTTON_PRESS.
7a4110
- Bumped to ibus-gjs 3.4.1.20120428
7a4110
  Fixed Bug 802052 - no modifiers trigger keys.
7a4110
  Fixed Bug 803244 - IME switch Ctrl+space not working on shell text entry.
7a4110
7a4110
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.4.99.20120317-4
7a4110
- Update the dconf and icon cache rpm scriptlets
7a4110
7a4110
* Wed Apr 18 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-3
7a4110
- Added a RHEL flag.
7a4110
7a4110
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-2
7a4110
- Bumped to ibus-gjs 3.3.92.20120327
7a4110
  
7a4110
* Sat Mar 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-1
7a4110
- Bumped to 1.4.99.20120317
7a4110
  Fixed Bug 718668 - focus move is slow with ibus-gnome3
7a4110
  Fixed Bug 749497 - Enhance IME descriptions in status icon active menu
7a4110
- Bumped to ibus-gjs 3.3.90.20120317
7a4110
- Added ibus-xx-no-use.diff
7a4110
  Fixed Bug 803260 - Disable non-global input method mode
7a4110
- Updated ibus-HEAD.patch
7a4110
  Fixed Bug 803250 - ibus lookup window font customization
7a4110
  Fixed Bug 803177 - language id on ibus-ui-gtk3 switcher
7a4110
- Update ibus-530711-preload-sys.patch
7a4110
  Fixed Bug 797023 - port preload engines
7a4110
7a4110
* Thu Mar 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-3
7a4110
- Bumped to ibus-gjs 3.3.90.20120308 to work with gnome-shell 3.3.90
7a4110
- Fixed Bug 786906 - Added ifnarch ppc ppc64 s390 s390x
7a4110
- Updated ibus-HEAD.patch
7a4110
  Fixed Bug 800897 - After doing "ctrl+space", ibus tray icon freezes
7a4110
7a4110
* Mon Mar 05 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-2
7a4110
- Added ibus-HEAD.patch to fix python library to load libibus.so.
7a4110
7a4110
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-1
7a4110
- Bumped to 1.4.99.20120303
7a4110
  Fixed Bug 796070 - ibus-setup without no ibus-daemon
7a4110
7a4110
* Wed Feb 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-3
7a4110
- Fixed ibus-setup on C locale
7a4110
- Fixed to show no registered engines from g-c-c.
7a4110
- Enabled Alt_R keybinding on ko locales for ibus gtk only.
7a4110
7a4110
* Fri Feb 03 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-1
7a4110
- Updated to 1.4.99.20120203
7a4110
- Removed ibus-xx-bridge-hotkey.patch
7a4110
- Updated ibus-541492-xkb.patch to use libgnomekbd.
7a4110
- Updated ibus-xx-setup-frequent-lang.patch for 1.4.99.20120203
7a4110
7a4110
* Wed Jan 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-17
7a4110
- Added ibus-771115-property-compatible.patch for f16
7a4110
  Fixed Bug 771115 - IBusProperty back compatibility.
7a4110
7a4110
* Fri Dec 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-16
7a4110
- Enhanced ibus-gnome3 shell lookup window.
7a4110
- Updated ibus-HEAD.patch from upstream
7a4110
  Fixed Bug 769135 - ibus-x11 SEGV in _process_key_event_done.
7a4110
- Updated ibus-541492-xkb.patch
7a4110
  Fixed Bug 757889 - ibus-setup SEGV without active engine.
7a4110
  Fixed Bug 760213 - ibus-setup saves XKB variants correctly.
7a4110
  Fixed Bug 769133 - ibus-engine-xkb returns FALSE for ASCII typings.
7a4110
- Updated ibus-xx-bridge-hotkey.patch for an enhancement.
7a4110
7a4110
* Wed Nov 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-14
7a4110
- Enabled dconf.
7a4110
- Updated ibus-HEAD.patch
7a4110
  Fixed Bug 618229 - engine setup buton on ibus-setup.
7a4110
- Removed ibus-711632-fedora-fallback-icon.patch as upstreamed.
7a4110
- Updated ibus-xx-bridge-hotkey.patch
7a4110
  Removed Enable/Disable buttons on ibus-setup
7a4110
7a4110
* Fri Nov 18 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-11
7a4110
- Updated ibus-541492-xkb.patch
7a4110
  Fixed Bug 750484 - support reloading Xmodmap
7a4110
- Updated ibus-HEAD.patch
7a4110
  Fixed Bug 753781 - ibus-x11 needs async for hangul ibus_commit_text.
7a4110
7a4110
* Fri Nov 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-10
7a4110
- Updated ibus-xx-bridge-hotkey.patch for f16
7a4110
  Fixed no XKB languages from layout only. e.g. in(eng).
7a4110
- Updated ibus-541492-xkb.patch
7a4110
  Fixed not to show 'eng' on GUI for in(eng).
7a4110
7a4110
* Wed Nov 02 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-9
7a4110
- Updated ibus-HEAD.patch
7a4110
  Fixed prev/next keys without global engine.
7a4110
- Updated ibus-xx-bridge-hotkey.patch for f16
7a4110
  Fixed Bug 747902 - mouse and ctrl+space not working
7a4110
  Fixed Bug 749770 - IME hotkey after Control + Space
7a4110
- Updated ibus-711632-fedora-fallback-icon.patch
7a4110
  Fixed Bug 717831 - use old icon for desktops other than gnome
7a4110
7a4110
* Fri Oct 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-8
7a4110
- Updated ibus-xx-bridge-hotkey.patch for f16
7a4110
- Fixed Bug 747902 - mouse and ctrl+space not working
7a4110
7a4110
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
7a4110
- Rebuilt for glibc bug#747377
7a4110
7a4110
* Fri Oct 21 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-5
7a4110
- Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
7a4110
7a4110
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
7a4110
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
7a4110
7a4110
* Fri Sep 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-3
7a4110
- Rebuilt for f16 gnome-shell 3.2 and gjs 1.30
7a4110
7a4110
* Wed Sep 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-2
7a4110
- Updated to 1.4.0
7a4110
- Updated ibus-gjs 3.0.2.20110928 for f15.
7a4110
- Updated ibus-gjs 3.2.0.20110928 for f16. (#740588)
7a4110
- Updated ibus-530711-preload-sys.patch
7a4110
  Fixed not to show duplicated engine names in setup treeview (#740447)
7a4110
- Updated bus-gjs-xx-gnome-shell-3.1.4-build-failure.patch for f16.
7a4110
- Updated ibus-xx-bridge-hotkey.patch
7a4110
  Fixed a XKB configuration without the input focus for f16 (#739165)
7a4110
  Fixed not to show null strings in case of no variants (#738130)
7a4110
7a4110
* Tue Sep 13 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-5
7a4110
- Updated ibus-gjs 3.1.91.20110913 for f16.
7a4110
7a4110
* Thu Sep 08 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-4
7a4110
- Updated ibus-gjs 3.1.91.20110908 and 3.0.2.20110908 for gnome-shell.
7a4110
  Fixed preedit active segments on gnome-shell and X11 apps.
7a4110
- Added ibus-xx-g-s-disable-preedit.patch
7a4110
  Disabled preedit on gnome-shell for a workaround.
7a4110
- Updated ibus.spec
7a4110
  Fixed Bug 735879 pre/postun scripts
7a4110
7a4110
* Thu Sep 01 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-3
7a4110
- Fixed Bug 700472 Use a symbol icon instead of an image icon.
7a4110
- Updated ibus-HEAD.patch for upstream.
7a4110
- Removed ibus-435880-surrounding-text.patch as upstream.
7a4110
- Added ibus-711632-fedora-fallback-icon.patch
7a4110
  Fixed SEGV with no icon in oxygen-gtk icon theme.
7a4110
- Added ibus-xx-bridge-hotkey.patch
7a4110
  Triaged Bug 707370 SetEngine timeout
7a4110
  Fixed Bug 731610 Keep IM state when text input focus changes
7a4110
- Added transitional ibus-gnome3 package.
7a4110
  Fixed Bug 718110 Use a shell icon instead of pygtk2 icon.
7a4110
7a4110
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-1
7a4110
- Updated to 1.3.99.20110419
7a4110
- Added ibus-HEAD.patch
7a4110
  Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
7a4110
- Updated ibus-541492-xkb.patch
7a4110
  Fixed Bug 701202 - us(dvorak) does not show up in list
7a4110
  Updated ibus-1.0.pc for ibus-xkb
7a4110
  Showed XKB variant descriptions only without layout descriptions.
7a4110
- Updated ibus-xx-setup-frequent-lang.patch
7a4110
  Updated UI strings
7a4110
7a4110
* Tue Apr 19 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-1
7a4110
- Updated to 1.3.99.20110408
7a4110
  Fixed Bug 683484 - Timed out SetEngine when select an engine from panel.
7a4110
  Fixed Bug 657165 - IBus for gnome-shell for Fedora 15.
7a4110
- Upstreamed ibus-657165-panel-libs.patch
7a4110
- Removed ibus-675503-gnome-shell-workaround.patch
7a4110
- Added ibus-xx-setup-frequent-lang.patch
7a4110
- Updated ibus-541492-xkb.patch
7a4110
  Fixed Bug 696481 - no the variant maps without language codes
7a4110
- Added dependency of imsettings-gnome.
7a4110
  Fixed Bug 696510 - need a dependency in ibus-gtk3 for imsettings-gnome
7a4110
7a4110
* Thu Mar 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110228-1
7a4110
- Updated to 1.3.99.20110228
7a4110
- Integrated the part of gjs in Bug 657165 ibus for gnome-shell.
7a4110
  Added ibus-657165-panel-libs.patch
7a4110
  Added gnome-shell-ibus-plugins-20110304.tar.bz2
7a4110
- Fixed Bug 675503 - a regression in sync mode
7a4110
  Added ibus-675503-gnome-shell-workaround.patch until gnome-shell is updated.
7a4110
- Fixed Bug 677856 - left ibus snooper when im client is switched.
7a4110
- Fixed Bug 673047 - abrt ibus_xkb_get_current_layout for non-XKB system
7a4110
  Updated ibus-541492-xkb.patch
7a4110
7a4110
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.99.20110127-3
7a4110
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7a4110
7a4110
* Fri Feb 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110127-1
7a4110
- Updated to 1.3.99.20110127
7a4110
- Updated ibus-HEAD.patch from upstream.
7a4110
7a4110
* Wed Jan 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110117-1
7a4110
- Updated to 1.3.99.20110117
7a4110
- Fixed Bug 666427 - ibus requires dbus-x11
7a4110
- Fixed Bug 670137 - QT_IM_MODULE=xim in ibus.conf without ibus-qt
7a4110
7a4110
* Thu Dec 09 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101202-1
7a4110
- Updated to 1.3.99.20101202
7a4110
- Added ibus-530711-preload-sys.patch
7a4110
  Fixed Bug 530711 - Reload preloaded engines by login
7a4110
7a4110
* Fri Oct 29 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101028-1
7a4110
- Updated to 1.3.99.20101028
7a4110
- Integrated gdbus
7a4110
- Merged notify.patch into ibus-HEAD.patch
7a4110
7a4110
* Fri Oct 22 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-1
7a4110
- Updated to 1.3.8
7a4110
- Added ibus-541492-xkb.patch
7a4110
  Fixes Bug 541492 - ibus needs to support some xkb layout switching
7a4110
- Added ibus-435880-surrounding-text.patch
7a4110
  Fixes Bug 435880 - ibus-gtk requires surrounding-text support
7a4110
- Added ibus-xx-workaround-gtk3.patch
7a4110
  Workaround for f14 http://koji.fedoraproject.org/koji/taskinfo?taskID=2516604
7a4110
7a4110
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
7a4110
- Updated to 1.3.7
7a4110
7a4110
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.6-5
7a4110
- Rebuild against python 2.7
7a4110
7a4110
* Thu Jul 22 2010 Jens Petersen <petersen@redhat.com> - 1.3.6-4
7a4110
- keep bumping ibus-gtk obsoletes to avoid upgrade problems
7a4110
7a4110
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.6-3
7a4110
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
7a4110
7a4110
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.3.6-2
7a4110
- Rebuild with new gobject-introspection
7a4110
7a4110
* Tue Jul 06 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.6-1
7a4110
- Update to 1.3.6
7a4110
7a4110
* Wed Jun 30 2010 Jens Petersen <petersen@redhat.com>
7a4110
- version the ibus-gtk obsolete and provides
7a4110
- drop the old redundant ibus-qt obsoletes
7a4110
7a4110
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.5-3
7a4110
- Rebuild against newer gtk
7a4110
7a4110
* Tue Jun 22 2010 Colin Walters <walters@verbum.org> - 1.3.5-2
7a4110
- Bump Release to keep ahead of F-13
7a4110
7a4110
* Sat Jun 12 2010 Peng Huang <phuang@redhat.com> - 1.3.5-1
7a4110
- Update to 1.3.5
7a4110
- Support gtk3, gobject-introspection and vala.
7a4110
7a4110
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-2
7a4110
- Update to 1.3.4
7a4110
7a4110
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-1
7a4110
- Update to 1.3.4
7a4110
7a4110
* Tue May 04 2010 Peng Huang <phuang@redhat.com> - 1.3.3-1
7a4110
- Update to 1.3.3
7a4110
7a4110
* Sun May 02 2010 Peng Huang <phuang@redhat.com> - 1.3.2-3
7a4110
- Embedded language bar in menu by default.
7a4110
- Fix bug 587353 - [abrt] crash in ibus-1.3.2-2.fc12
7a4110
7a4110
* Sat Apr 24 2010 Peng Huang <phuang@redhat.com> - 1.3.2-2
7a4110
- Add requires librsvg2
7a4110
- Update ibus-HEAD.patch: Update po files and and setting 
7a4110
7a4110
* Wed Apr 21 2010 Peng Huang <phuang@redhat.com> - 1.3.2-1
7a4110
- Update to 1.3.2
7a4110
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
7a4110
7a4110
* Mon Apr 05 2010 Peng Huang <phuang@redhat.com> - 1.3.1-1
7a4110
- Update to 1.3.1
7a4110
7a4110
* Fri Mar 26 2010 Peng Huang <phuang@redhat.com> - 1.3.0-3
7a4110
- Update ibus-HEAD.patch
7a4110
- Fix bug - some time panel does not show candidates.
7a4110
- Update some po files
7a4110
7a4110
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-2
7a4110
- Does not check glib micro version in ibus im module.
7a4110
7a4110
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-1
7a4110
- Update to 1.3.0
7a4110
7a4110
* Tue Feb 02 2010 Peng Huang <phuang@redhat.com> - 1.2.99.20100202-1
7a4110
- Update to 1.2.99.20100202
7a4110
7a4110
* Mon Jan 11 2010 Peng Huang <phuang@redhat.com> - 1.2.0.20100111-1
7a4110
- Update to 1.2.0.20100111
7a4110
7a4110
* Fri Dec 25 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091225-1
7a4110
- Update to 1.2.0.20091225
7a4110
- Fix bug 513895 - new IME does not show up in ibus-setup
7a4110
- Fix bug 531857 - applet order should correspond with preferences order
7a4110
- Fix bug 532856 - should not list already added input-methods in Add selector
7a4110
7a4110
* Tue Dec 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091215-1
7a4110
- Update to 1.2.0.20091215
7a4110
7a4110
* Thu Dec 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-2
7a4110
- Fix rpmlint warnings and errors.
7a4110
7a4110
* Fri Dec 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-1
7a4110
- Update to 1.2.0.20091204
7a4110
- Fix Bug 529920 - language panel pops up on the wrong monitor
7a4110
- Fix Bug 541197 - Ibus crash
7a4110
7a4110
* Tue Nov 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091124-1
7a4110
- Update to 1.2.0.20091124
7a4110
- Update some translations.
7a4110
- Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12 
7a4110
7a4110
* Sat Oct 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091024-1
7a4110
- Update to 1.2.0.20091024
7a4110
7a4110
* Wed Oct 14 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091014-2
7a4110
- Update to 1.2.0.20091014
7a4110
- Change ICON in ibus.conf 
7a4110
7a4110
* Sun Sep 27 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090927-1
7a4110
- Update to 1.2.0.20090927
7a4110
7a4110
* Tue Sep 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090915-1
7a4110
- Update to 1.2.0.20090915
7a4110
- Fix bug 521591 - check if the icon filename is a real file before trying to open it
7a4110
- Fix bug 522310 - Memory leak on show/hide
7a4110
- Fix bug 509518 - ibus-anthy should only override to jp layout for kana input
7a4110
7a4110
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-2
7a4110
- Refresh the tarball.
7a4110
7a4110
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-1
7a4110
- Update to 1.2.0.20090904
7a4110
7a4110
* Mon Aug 31 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-2
7a4110
- Change icon path in ibus.conf
7a4110
7a4110
* Fri Aug 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-1
7a4110
- Update to 1.2.0.20090828
7a4110
- Change the icon on systray.
7a4110
- Fix segment fault in ibus_hotkey_profile_destroy
7a4110
- Fix some memory leaks.
7a4110
7a4110
* Wed Aug 12 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090812-1
7a4110
- Update to 1.2.0.20090812
7a4110
7a4110
* Mon Aug 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-4
7a4110
- Update ibus-HEAD.patch
7a4110
- Fix Numlock problem.
7a4110
- Fix some memory leaks.
7a4110
7a4110
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-2
7a4110
- Update ibus-HEAD.patch
7a4110
- Fix bug 516154.
7a4110
7a4110
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-1
7a4110
- Update to 1.2.0.20090807
7a4110
7a4110
* Thu Aug 06 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090806-1
7a4110
- Update to 1.2.0.20090806
7a4110
- Fix bug 515106 - don't install duplicate files
7a4110
7a4110
* Tue Jul 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-3
7a4110
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists. 
7a4110
7a4110
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
7a4110
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7a4110
7a4110
* Thu Jul 23 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-1
7a4110
- Update to 1.2.0.20090723
7a4110
- Fix dead loop in ibus-gconf
7a4110
7a4110
* Wed Jul 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090722-1
7a4110
- Update to 1.2.0.20090722
7a4110
7a4110
* Sun Jul 19 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090719-1
7a4110
- Update to 1.2.0.20090719
7a4110
7a4110
* Mon Jun 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090617-1
7a4110
- Update to 1.2.0.20090617
7a4110
7a4110
* Fri Jun 12 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090612-1
7a4110
- Update to 1.1.0.20090612
7a4110
- Fix bug 504942 - PageUp and PageDown do not work in candidate list
7a4110
- Fix bug 491040 - Implememnt mouse selection in candidate list
7a4110
7a4110
* Wed Jun 10 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090609-1
7a4110
- Update to Update to 1.1.0.20090609
7a4110
- Fix bug 502414 - Implemented on-screen help facility
7a4110
- Fix bug 502561 - iBus should show keymap name on iBus panel
7a4110
- Fix bug 498043 - ibus Alt-grave trigger conflicts with openoffice.org
7a4110
- Implemented API for setting labels for candidates in LookupTable
7a4110
7a4110
* Sun May 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090531-1
7a4110
- Update to Update to 1.1.0.20090531
7a4110
7a4110
* Tue May 26 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-5
7a4110
- Update ibus-HEAD.patch.
7a4110
- Show the default input method with bold text
7a4110
- Add information text below input methods list
7a4110
7a4110
* Mon May 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-4
7a4110
- Update ibus-HEAD.patch.
7a4110
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
7a4110
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
7a4110
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
7a4110
7a4110
* Thu May 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-2
7a4110
- Remove requires notification-daemon
7a4110
- Fix bug 500588 - Hardcoded requirement for notification-daemon
7a4110
7a4110
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-1
7a4110
- Update to 1.1.0.20090508
7a4110
- Fix bug 499533 - [Indic] ibus should allow input in KDE using all supported Indic locales
7a4110
- Fix bug 498352 - hotkey config table should list keys in same order as on main setup page
7a4110
- Fix bug 497707 - ibus French translation update
7a4110
7a4110
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-3
7a4110
- Fix bug 498541 - ibus-libs should not contain devel file libibus.so
7a4110
7a4110
* Tue May 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-2
7a4110
- Fix bug 498141 - new ibus install needs gtk immodules
7a4110
- Separate ibus document from ibus-devel to ibus-devel-docs
7a4110
7a4110
* Thu Apr 23 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-1
7a4110
- Update to ibus-1.1.0.20090423.
7a4110
- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
7a4110
- Fix bug 497279 - IBus does not works with evolution correctly.
7a4110
- Enhance authentication both in daemon & clients
7a4110
7a4110
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090417-1
7a4110
- Update to ibus-1.1.0.20090417.
7a4110
- Fix bug 496199 -  cannot remove Ctrl+Space hotkey with ibus-setup
7a4110
7a4110
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-4
7a4110
- Update ibus-HEAD.patch.
7a4110
- Next Engine hotkey will do nothing if the IM is not active.
7a4110
7a4110
* Wed Apr 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-3
7a4110
- Update ibus-HEAD.patch.
7a4110
- Fix bug 495431 -  ibus Release modifier doesn't work with Alt
7a4110
- Fix bug 494445 -  ibus-hangul missing Hangul Han/En mode
7a4110
  (and Alt_R+release hotkey)
7a4110
- Update te.po
7a4110
7a4110
* Tue Apr 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-2
7a4110
- Update ibus-HEAD.patch.
7a4110
- Change the mode of /tmp/ibus-$USER to 0700 to improve security
7a4110
- Change the mode of /tmp/ibus-$USER/socket-address to 0600 to improve security
7a4110
- Update as.po
7a4110
7a4110
* Mon Apr 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-1
7a4110
- Update to ibus-1.1.0.20090413.
7a4110
- Fix crash when restart the ibus-daemon
7a4110
- Add some translations.
7a4110
7a4110
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-3
7a4110
- Update the tarball.
7a4110
- Fix bug 494511 - ibus-gtk makes gnome-terminal abort 
7a4110
  when a key is pressed
7a4110
7a4110
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-2
7a4110
- Update default hotkey settings.
7a4110
7a4110
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-1
7a4110
- Update to ibus-1.1.0.20090407.
7a4110
- Fix bug 491042 - ibus default trigger hotkeys
7a4110
- Fix bug 492929 - ibus-hangul can cause gtk app to lockup
7a4110
- Fix bug 493701 -  (ibus) imsettings disconnect/reconnect kills gtk app
7a4110
- Fix bug 493687 -  ibus-hangul should default to vertical candidate selection
7a4110
- Fix bug 493449 -  ibus broke Alt-F2 command auto-completion
7a4110
7a4110
* Tue Mar 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090331-1
7a4110
- Update to ibus-1.1.0.20090331.
7a4110
- Fix bug 492956 - screws up keyboard input in firefox
7a4110
- Fix bug 490143 - ibus issue with gnome-keyring
7a4110
7a4110
* Sun Mar 29 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-3
7a4110
- Recreate the ibus-HEAD.patch from upstream git source tree
7a4110
- Fix bug 491999 - up/down arrow keys broken in xchat
7a4110
7a4110
* Sat Mar 28 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-2
7a4110
- Recreate the ibus-HEAD.patch from upstream git source tree.
7a4110
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
7a4110
- Fix bug 490381 - Change "Next/Previous engine" labels
7a4110
7a4110
* Wed Mar 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-1
7a4110
- Update to ibus-1.1.0.20090311.
7a4110
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).
7a4110
7a4110
* Fri Mar  6 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090306-1
7a4110
- Update to ibus-1.1.0.20090306.
7a4110
7a4110
* Tue Mar  3 2009 Jens Petersen <petersen@redhat.com>
7a4110
- use post for ibus-gtk requires glib2
7a4110
7a4110
* Mon Mar  2 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090225-2
7a4110
- drop the superfluous ibus-0.1 engine obsoletes
7a4110
- move glib2 requires to gtk package
7a4110
7a4110
* Wed Feb 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090225-1
7a4110
- Update to ibus-1.1.0.20090225.
7a4110
- Fix problems in %%post and %%postun scripts.
7a4110
- Hide ibus & ibus preferences menu items.
7a4110
7a4110
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-10
7a4110
- Recreate the ibus-HEAD.patch from upstream git source tree.
7a4110
- Put 'Select an input method' in engine select combobox (#485861).
7a4110
7a4110
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-9
7a4110
- Add requires im-chooser >= 1.2.5.
7a4110
7a4110
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-8
7a4110
- Recreate the ibus-HEAD.patch from upstream git source tree.
7a4110
- Fix ibus-hangul segfault (#485438).
7a4110
7a4110
* Mon Feb 16 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-6
7a4110
- Recreate the ibus-HEAD.patch from upstream git source tree.
7a4110
- The new patch fixes ibus-x11 segfault (#485661).
7a4110
7a4110
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-5
7a4110
- Recreate the ibus-HEAD.patch from upstream git source tree.
7a4110
7a4110
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-4
7a4110
- Remove gnome-python2-gconf from requires.
7a4110
7a4110
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-3
7a4110
- Update ibus-HEAD.patch, to fix bug 484652.
7a4110
7a4110
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-2
7a4110
- Add patch ibus-HEAD.patch, to update ibus to HEAD version.
7a4110
7a4110
* Wed Feb 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-1
7a4110
- Add --xim argument in xinput-ibus
7a4110
- Add Obsoletes:  ibus-qt <= 1.1.0
7a4110
- Move libibus.so.* to ibus-libs to make ibus multilib.
7a4110
- Update to 1.1.0.20090211.
7a4110
7a4110
* Thu Feb 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090205-1
7a4110
- Update to 1.1.0.20090205.
7a4110
7a4110
* Tue Feb 03 2009 Peng Huang <phuang@redhat.com> - 0.1.1.20090203-1
7a4110
- Update to 0.1.1.20090203.
7a4110
7a4110
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
7a4110
- Rebuild for Python 2.6
7a4110
7a4110
* Wed Nov 19 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-2
7a4110
- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
7a4110
7a4110
* Thu Oct 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-1
7a4110
- Update to 0.1.1.20081023.
7a4110
7a4110
* Thu Oct 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081016-1
7a4110
- Update to 0.1.1.20081016.
7a4110
7a4110
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-3
7a4110
- remove the empty %%doc file entries
7a4110
7a4110
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-2
7a4110
- add xinputrc alternative when installing or uninstalling
7a4110
7a4110
* Mon Oct 06 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081006-1
7a4110
- Update to 0.1.1.20081006.
7a4110
7a4110
* Sun Oct 05 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081005-1
7a4110
- Update to 0.1.1.20081005.
7a4110
7a4110
* Sat Oct 04 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081004-1
7a4110
- Update to 0.1.1.20081004.
7a4110
7a4110
* Wed Oct 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081001-1
7a4110
- Update to 0.1.1.20081001.
7a4110
7a4110
* Tue Sep 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080930-1
7a4110
- Update to 0.1.1.20080930.
7a4110
7a4110
* Tue Sep 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080923-1
7a4110
- Update to 0.1.1.20080923.
7a4110
7a4110
* Wed Sep 17 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080917-1
7a4110
- Update to 0.1.1.20080917.
7a4110
7a4110
* Tue Sep 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080916-1
7a4110
- Update to 0.1.1.20080916.
7a4110
7a4110
* Mon Sep 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080914-1
7a4110
- Update to 0.1.1.20080914.
7a4110
7a4110
* Mon Sep 08 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080908-1
7a4110
- Update to 0.1.1.20080908.
7a4110
7a4110
* Mon Sep 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080901-1
7a4110
- Update to 0.1.1.20080901.
7a4110
7a4110
* Sat Aug 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080830-1
7a4110
- Update to 0.1.1.20080830.
7a4110
7a4110
* Mon Aug 25 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080825-1
7a4110
- Update to 0.1.1.20080825.
7a4110
7a4110
* Sat Aug 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080823-1
7a4110
- Update to 0.1.1.20080823.
7a4110
7a4110
* Fri Aug 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080815-1
7a4110
- Update to 0.1.1.20080815.
7a4110
7a4110
* Tue Aug 12 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080812-1
7a4110
- Update to 0.1.1.20080812.
7a4110
7a4110
* Mon Aug 11 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-2
7a4110
- Add gnome-python2-gconf in Requires.
7a4110
7a4110
* Thu Aug 07 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-1
7a4110
- The first version.