Blame SPECS/ibus.spec

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