Blame SPECS/ibus.spec

8d3db5
%if (0%{?fedora} > 29 || 0%{?rhel} > 7)
8d3db5
%global with_python2 0
8d3db5
%else
8d3db5
%global with_python2 1
8d3db5
%endif
8d3db5
8d3db5
%global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
8d3db5
8d3db5
%if (0%{?fedora} > 21 || 0%{?rhel} > 7)
8d3db5
%global with_kde5 1
8d3db5
%else
8d3db5
%global with_kde5 0
8d3db5
%endif
8d3db5
8d3db5
%global ibus_api_version 1.0
8d3db5
8d3db5
# for bytecompile in %%{_datadir}/ibus/setup
8d3db5
%global __python %{__python3}
8d3db5
8d3db5
%if %with_pkg_config
8d3db5
%{!?gtk2_binary_version: %global gtk2_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-2.0)}
8d3db5
%{!?gtk3_binary_version: %global gtk3_binary_version %(pkg-config  --variable=gtk_binary_version gtk+-3.0)}
8d3db5
%global glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
8d3db5
%else
8d3db5
%{!?gtk2_binary_version: %global gtk2_binary_version ?.?.?}
8d3db5
%{!?gtk3_binary_version: %global gtk3_binary_version ?.?.?}
8d3db5
%global glib_ver 0
8d3db5
%endif
8d3db5
8d3db5
%global dbus_python_version 0.83.0
8d3db5
8d3db5
Name:           ibus
8d3db5
Version:        1.5.19
ef5ff4
Release:        14%{?dist}
8d3db5
Summary:        Intelligent Input Bus for Linux OS
8d3db5
License:        LGPLv2+
8d3db5
Group:          System Environment/Libraries
8d3db5
URL:            https://github.com/ibus/%name/wiki
8d3db5
Source0:        https://github.com/ibus/%name/releases/download/%{version}/%{name}-%{version}.tar.gz
8d3db5
Source1:        %{name}-xinput
8d3db5
Source2:        %{name}.conf.5
abd81d
Source3:        https://fujiwara.fedorapeople.org/ibus/po/%{name}-po-1.5.19-20210706.tar.gz
8d3db5
# Patch0:         %%{name}-HEAD.patch
8d3db5
# RHEL 8.0 From upstreamed patches
8d3db5
Patch0:         %{name}-HEAD.patch
8d3db5
# RHEL 8.2 Fix not to assert with wrong compose files
8d3db5
Patch1:         %{name}-1470673-emoji-warn-instead-assert.patch
8d3db5
# RHEL 8.2 Fix not to assert with 16 candidates
8d3db5
Patch2:         %{name}-2076-fix-16-candidates.patch
8d3db5
# RHEL 8.2 Show emoji compose in the top category
8d3db5
Patch3:         %{name}-xx-emoji-compose.patch
8d3db5
# RHEL 8.2 Extract $(datarootdir) in ibus-setup
8d3db5
Patch4:         %{name}-xx-setup-env.patch
8d3db5
# RHEL 8.2 CVE 2019-14822
8d3db5
Patch5:         %{name}-1750836-server-auth-observer.patch
8d3db5
# RHEL 8.2 Bug 1682157 - Integrate ibus-desktop-testing and test cases
8d3db5
Patch6:         %{name}-1682157-ci.patch
e4fcff
# RHEL 8.2 Bug 1713606 - Fix hangul preedit commit with mouse click
e4fcff
Patch7:         %{name}-1713606-hangul-with-mouse.patch
abd81d
# RHEL 8.5 Bug 1897548 - Enable to lookup Unicode names
abd81d
Patch8:         %{name}-1897548-emoji-unicode.patch
8d3db5
8d3db5
# RHEL 8.0 Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
8d3db5
Patch100:       %{name}-1385349-segv-bus-proxy.patch
8d3db5
8d3db5
BuildRequires:  gettext-devel
8d3db5
BuildRequires:  libtool
8d3db5
# for gtkdoc-fixxref
8d3db5
BuildRequires:  glib2-doc
8d3db5
BuildRequires:  gtk2-devel
8d3db5
BuildRequires:  gtk3-devel
8d3db5
BuildRequires:  dbus-glib-devel
8d3db5
BuildRequires:  desktop-file-utils
8d3db5
BuildRequires:  gtk-doc
8d3db5
BuildRequires:  dconf-devel
8d3db5
BuildRequires:  dbus-x11
8d3db5
BuildRequires:  python3-devel
8d3db5
BuildRequires:  python3-gobject
e4fcff
%if %with_python2
e4fcff
# http://pkgs.devel.redhat.com/cgit/rpms/GConf2/commit/?h=rhel-8.3.0&id=82fe51c3
8d3db5
# https://bugzilla.gnome.org/show_bug.cgi?id=759334
8d3db5
# Need python2 for gsettings-schema-convert
8d3db5
BuildRequires:  python2-devel
abd81d
BuildRequires:  dbus-python-devel >= %{dbus_python_version}
e4fcff
%endif
8d3db5
BuildRequires:  vala
8d3db5
BuildRequires:  vala-devel
8d3db5
BuildRequires:  vala-tools
8d3db5
# for AM_GCONF_SOURCE_2 in configure.ac
8d3db5
BuildRequires:  GConf2-devel
8d3db5
BuildRequires:  git
8d3db5
BuildRequires:  intltool
8d3db5
BuildRequires:  iso-codes-devel
8d3db5
BuildRequires:  libnotify-devel
8d3db5
BuildRequires:  libwayland-client-devel
8d3db5
%if %with_kde5
8d3db5
BuildRequires:  qt5-qtbase-devel
8d3db5
%endif
8d3db5
BuildRequires:  cldr-emoji-annotation
8d3db5
BuildRequires:  unicode-emoji
8d3db5
BuildRequires:  unicode-ucd
8d3db5
# for ibus-keypress
8d3db5
BuildRequires:  libXtst-devel
8d3db5
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
Requires:       %{name}-gtk2%{?_isa}   = %{version}-%{release}
8d3db5
Requires:       %{name}-gtk3%{?_isa}   = %{version}-%{release}
8d3db5
Requires:       %{name}-setup          = %{version}-%{release}
8d3db5
8d3db5
Requires:       iso-codes
8d3db5
Requires:       dconf
8d3db5
# rpmlint asks to delete librsvg2
8d3db5
#Requires:       librsvg2
8d3db5
# Owner of %%python3_sitearch/gi/overrides
8d3db5
Requires:       python3-gobject
8d3db5
# https://bugzilla.redhat.com/show_bug.cgi?id=1161871
8d3db5
%{?__python3:Requires: %{__python3}}
8d3db5
# Owner of %%{_sysconfdir}/X11/xinit
8d3db5
Requires:       xorg-x11-xinit
8d3db5
# for setxkbmap
8d3db5
Requires:       xorg-x11-xkb-utils
8d3db5
%if (0%{?fedora} > 29 || 0%{?rhel} > 8)
8d3db5
%else
8d3db5
Requires:       dbus-x11
8d3db5
%endif
8d3db5
8d3db5
Requires:               desktop-file-utils
8d3db5
Requires(post):         desktop-file-utils
8d3db5
Requires(postun):       desktop-file-utils
8d3db5
Requires:               dconf
8d3db5
Requires(postun):       dconf
8d3db5
Requires(posttrans):    dconf
8d3db5
8d3db5
Requires:               %{_sbindir}/alternatives
8d3db5
Requires(post):         %{_sbindir}/alternatives
8d3db5
Requires(postun):       %{_sbindir}/alternatives
8d3db5
8d3db5
%global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
8d3db5
8d3db5
%description
8d3db5
IBus means Intelligent Input Bus. It is an input framework for Linux OS.
8d3db5
8d3db5
%package libs
8d3db5
Summary:        IBus libraries
8d3db5
Group:          System Environment/Libraries
8d3db5
8d3db5
Requires:       dbus >= 1.2.4
8d3db5
Requires:       glib2 >= %{glib_ver}
8d3db5
# Owner of %%{_libdir}/girepository-1.0
8d3db5
Requires:       gobject-introspection
8d3db5
%if (0%{?fedora} > 28 || 0%{?rhel} > 7)
8d3db5
%else
8d3db5
Conflicts:      %{name}%{?_isa} < %{version}
8d3db5
%endif
8d3db5
8d3db5
%description libs
8d3db5
This package contains the libraries for IBus
8d3db5
8d3db5
%package gtk2
8d3db5
Summary:        IBus IM module for GTK2
8d3db5
Group:          System Environment/Libraries
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
Requires:       glib2 >= %{glib_ver}
8d3db5
Requires(post): glib2 >= %{glib_ver}
8d3db5
# Added for upgrade el6 to el7
8d3db5
Provides:       ibus-gtk = %{version}-%{release}
8d3db5
Obsoletes:      ibus-gtk < %{version}-%{release}
8d3db5
8d3db5
%description gtk2
8d3db5
This package contains IBus IM module for GTK2
8d3db5
8d3db5
%package gtk3
8d3db5
Summary:        IBus IM module for GTK3
8d3db5
Group:          System Environment/Libraries
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
Requires:       glib2 >= %{glib_ver}
8d3db5
Requires(post): glib2 >= %{glib_ver}
8d3db5
8d3db5
%description gtk3
8d3db5
This package contains IBus IM module for GTK3
8d3db5
8d3db5
%package setup
8d3db5
Summary:        IBus setup utility
8d3db5
Group:          System Environment/Libraries
8d3db5
Requires:       %{name} = %{version}-%{release}
8d3db5
%{?__python3:Requires: %{__python3}}
8d3db5
Requires:       python3-gobject
8d3db5
BuildRequires:  gobject-introspection-devel
8d3db5
BuildRequires:  pygobject3-devel
8d3db5
BuildArch:      noarch
8d3db5
8d3db5
%description setup
8d3db5
This is a setup utility for IBus.
8d3db5
8d3db5
%if %with_python2
8d3db5
%package pygtk2
8d3db5
Summary:        IBus PyGTK2 library
8d3db5
Group:          System Environment/Libraries
8d3db5
%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
8d3db5
Requires:       dbus-python >= %{dbus_python_version}
8d3db5
%else
8d3db5
Requires:       python2-dbus >= %{dbus_python_version}
8d3db5
%endif
8d3db5
Requires:       python2
8d3db5
Requires:       pygtk2
8d3db5
BuildArch:      noarch
8d3db5
8d3db5
%description pygtk2
8d3db5
This is a PyGTK2 library for IBus. Now major IBus engines use PyGObject3
8d3db5
and this package will be deprecated.
8d3db5
%endif
8d3db5
8d3db5
%package py2override
8d3db5
Summary:        IBus Python2 override library
8d3db5
Group:          System Environment/Libraries
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
# Owner of %%python2_sitearch/gi/overrides
8d3db5
%if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
8d3db5
Requires:       pygobject3-base
8d3db5
%else
8d3db5
Requires:       python2-gobject-base
8d3db5
%endif
8d3db5
Requires:       python2
8d3db5
8d3db5
%description py2override
8d3db5
This is a Python2 override library for IBus. The Python files override
8d3db5
some functions in GObject-Introspection.
8d3db5
8d3db5
%package wayland
8d3db5
Summary:        IBus IM module for Wayland
8d3db5
Group:          System Environment/Libraries
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
8d3db5
%description wayland
8d3db5
This package contains IBus IM module for Wayland
8d3db5
8d3db5
%package devel
8d3db5
Summary:        Development tools for ibus
8d3db5
Group:          Development/Libraries
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
Requires:       dbus-devel
8d3db5
Requires:       glib2-devel
8d3db5
# Owner of %%{_datadir}/gir-1.0
8d3db5
Requires:       gobject-introspection-devel
8d3db5
# Owner of %%{_datadir}/vala/vapi
8d3db5
Requires:       vala
8d3db5
8d3db5
%description devel
8d3db5
The ibus-devel package contains the header files and developer
8d3db5
docs for ibus.
8d3db5
8d3db5
%package devel-docs
8d3db5
Summary:        Developer documents for IBus
8d3db5
Group:          Development/Libraries
8d3db5
BuildArch:      noarch
8d3db5
8d3db5
%description devel-docs
8d3db5
The ibus-devel-docs package contains developer documentation for IBus
8d3db5
8d3db5
%package desktop-testing
8d3db5
Summary:        Wrapper of InstalledTests Runner for IBus
8d3db5
Group:          Development/Libraries
8d3db5
Requires:       %{name} = %{version}-%{release}
8d3db5
BuildArch:      noarch
8d3db5
8d3db5
%description desktop-testing
8d3db5
GNOME desktop testing runner implements the InstalledTests specification
8d3db5
and IBus also needs focus events to enable input contexts on text widgets.
8d3db5
The wrapper script runs gnome-session for the focus events and GNOME
8d3db5
desktop testing runner internally.
8d3db5
8d3db5
%package  tests
8d3db5
Summary:        Tests for the %{name} package
8d3db5
Group:          Development/Libraries
8d3db5
Requires:       %{name}%{?_isa}        = %{version}-%{release}
8d3db5
Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
8d3db5
8d3db5
%description tests
8d3db5
The %{name}-tests package contains tests that can be used to verify
8d3db5
the functionality of the installed %{name} package.
8d3db5
8d3db5
8d3db5
%prep
8d3db5
%autosetup -S git
8d3db5
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
8d3db5
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
8d3db5
8d3db5
zcat %SOURCE3 | tar xfv -
8d3db5
abd81d
cp /usr/share/unicode/ucd/Blocks.txt .
abd81d
NL=/usr/share/unicode/ucd/NamesList.txt
abd81d
sed -e '/^@@.*3300.*CJK Compatibility/i\
abd81d
@		Japanese era name\
abd81d
32FF	SQUARE ERA NAME REIWA\
abd81d
	# <square> 4EE4 548C' $NL > NamesList.txt
abd81d
diff $NL NamesList.txt || :
abd81d
abd81d
8d3db5
# prep test
e4fcff
for f in ibusimcontext.c ibusim.c
e4fcff
do
e4fcff
    diff client/gtk2/$f client/gtk3/$f
e4fcff
    if test $? -ne 0 ; then
e4fcff
        echo "Have to copy $f into client/gtk3"
e4fcff
        abort
e4fcff
    fi
e4fcff
done
8d3db5
8d3db5
%build
8d3db5
#autoreconf -f -i -v
8d3db5
#make -C ui/gtk3 maintainer-clean-generic
8d3db5
#make -C tools maintainer-clean-generic
8d3db5
autoreconf -f -i -v
8d3db5
%configure \
8d3db5
    --disable-static \
8d3db5
    --enable-gtk2 \
8d3db5
    --enable-gtk3 \
8d3db5
    --enable-xim \
8d3db5
    --enable-gtk-doc \
8d3db5
    --enable-surrounding-text \
8d3db5
    --with-python=python3 \
8d3db5
%if ! %with_python2
8d3db5
    --disable-python2 \
8d3db5
%else
8d3db5
    --enable-python-library \
8d3db5
%endif
8d3db5
    --enable-wayland \
8d3db5
%if ! %with_kde5
8d3db5
    --disable-appindicator \
8d3db5
%endif
8d3db5
    --enable-introspection \
8d3db5
    --enable-install-tests \
abd81d
    --with-ucd-dir=$PWD \
8d3db5
    %{nil}
8d3db5
8d3db5
make -C ui/gtk3 maintainer-clean-generic
8d3db5
make %{?_smp_mflags}
8d3db5
abd81d
env PAGER=: git diff src/ibusemojigen.h
abd81d
env PAGER=: git diff src/ibusunicodegen.h
abd81d
8d3db5
%install
8d3db5
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
8d3db5
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-*%{ibus_api_version}.la
8d3db5
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
8d3db5
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
8d3db5
8d3db5
# install man page
8d3db5
for S in %{SOURCE2}
8d3db5
do
8d3db5
  cp $S .
8d3db5
  MP=`basename $S` 
8d3db5
  gzip $MP
8d3db5
  install -pm 644 -D ${MP}.gz $RPM_BUILD_ROOT%{_datadir}/man/man5/${MP}.gz
8d3db5
done
8d3db5
8d3db5
# install xinput config file
8d3db5
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
8d3db5
8d3db5
# install .desktop files
8d3db5
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
8d3db5
#echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%%{_sysconfdir}/xdg/autostart/ibus.desktop
8d3db5
8d3db5
# Delete unused prefix line in Fedora only
8d3db5
if test `grep '^prefix' $RPM_BUILD_ROOT%{_bindir}/ibus-setup | wc -l` = 1 ; then
8d3db5
    sed -i -e '/^prefix/d' $RPM_BUILD_ROOT%{_bindir}/ibus-setup
8d3db5
fi
8d3db5
8d3db5
8d3db5
desktop-file-install --delete-original          \
8d3db5
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
8d3db5
  $RPM_BUILD_ROOT%{_datadir}/applications/*
8d3db5
8d3db5
# FIXME: no version number
8d3db5
%find_lang %{name}10
8d3db5
8d3db5
%check
8d3db5
make check \
8d3db5
    DISABLE_GUI_TESTS="ibus-compose ibus-keypress test-stress" \
8d3db5
    VERBOSE=1 \
8d3db5
    %{nil}
8d3db5
8d3db5
%post
8d3db5
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
8d3db5
8d3db5
%postun
8d3db5
if [ "$1" -eq 0 ]; then
8d3db5
  %{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
8d3db5
  # if alternative was set to manual, reset to auto
8d3db5
  [ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
8d3db5
8d3db5
  # 'dconf update' sometimes does not update the db...
8d3db5
  dconf update || :
8d3db5
  [ -f %{_sysconfdir}/dconf/db/ibus ] && \
8d3db5
      rm %{_sysconfdir}/dconf/db/ibus || :
8d3db5
  # 'ibus write-cache --system' updates the system cache.
8d3db5
  [ -f /var/cache/ibus/bus/registry ] && \
8d3db5
      rm /var/cache/ibus/bus/registry || :
8d3db5
fi
8d3db5
8d3db5
%posttrans
8d3db5
dconf update || :
8d3db5
[ -x %{_bindir}/ibus ] && \
8d3db5
  %{_bindir}/ibus write-cache --system &>/dev/null || :
8d3db5
8d3db5
%ldconfig_scriptlets libs
8d3db5
8d3db5
%files -f %{name}10.lang
8d3db5
# FIXME: no version number
8d3db5
%doc AUTHORS COPYING README
8d3db5
%dir %{_datadir}/ibus/
8d3db5
%{_bindir}/ibus
8d3db5
%{_bindir}/ibus-daemon
8d3db5
%{_datadir}/applications/org.freedesktop.IBus.Panel.Emojier.desktop
8d3db5
%{_datadir}/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop
8d3db5
%{_datadir}/bash-completion/completions/ibus.bash
8d3db5
%{_datadir}/dbus-1/services/*.service
8d3db5
%{_datadir}/GConf/gsettings/*
8d3db5
%{_datadir}/glib-2.0/schemas/*.xml
8d3db5
%{_datadir}/ibus/component
8d3db5
%{_datadir}/ibus/dicts
8d3db5
%{_datadir}/ibus/engine
8d3db5
%{_datadir}/ibus/keymaps
8d3db5
%{_datadir}/icons/hicolor/*/apps/*
8d3db5
%{_datadir}/man/man1/ibus.1.gz
8d3db5
%{_datadir}/man/man1/ibus-daemon.1.gz
8d3db5
%{_datadir}/man/man7/ibus-emoji.7.gz
8d3db5
%{_datadir}/man/man5/00-upstream-settings.5.gz
8d3db5
%{_datadir}/man/man5/ibus.5.gz
8d3db5
%{_datadir}/man/man5/ibus.conf.5.gz
8d3db5
%{_libexecdir}/ibus-engine-simple
8d3db5
%{_libexecdir}/ibus-dconf
8d3db5
%{_libexecdir}/ibus-portal
8d3db5
%{_libexecdir}/ibus-extension-gtk3
8d3db5
%{_libexecdir}/ibus-ui-emojier
8d3db5
%{_libexecdir}/ibus-ui-gtk3
8d3db5
%{_libexecdir}/ibus-x11
8d3db5
%{_sysconfdir}/dconf/db/ibus.d
8d3db5
%{_sysconfdir}/dconf/profile/ibus
8d3db5
%python3_sitearch/gi/overrides/__pycache__/*.py*
8d3db5
%python3_sitearch/gi/overrides/IBus.py
8d3db5
# ibus owns xinput.d because gnome does not like to depend on imsettings.
8d3db5
%dir %{_sysconfdir}/X11/xinit/xinput.d
8d3db5
# Do not use %%config(noreplace) to always get the new keywords in _xinputconf
8d3db5
# For user customization, $HOME/.xinputrc can be used instead.
8d3db5
%config %{_xinputconf}
8d3db5
8d3db5
%files libs
8d3db5
%{_libdir}/libibus-*%{ibus_api_version}.so.*
8d3db5
%{_libdir}/girepository-1.0/IBus*-1.0.typelib
8d3db5
8d3db5
%files gtk2
8d3db5
%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.so
8d3db5
8d3db5
%files gtk3
8d3db5
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
8d3db5
8d3db5
# The setup package won't include icon files so that
8d3db5
# gtk-update-icon-cache is executed in the main package only one time.
8d3db5
%files setup
8d3db5
%{_bindir}/ibus-setup
8d3db5
%{_datadir}/applications/ibus-setup.desktop
8d3db5
%{_datadir}/ibus/setup
8d3db5
%{_datadir}/man/man1/ibus-setup.1.gz
8d3db5
8d3db5
%if %with_python2
8d3db5
%files pygtk2
8d3db5
%dir %{python2_sitelib}/ibus
8d3db5
%{python2_sitelib}/ibus/*
8d3db5
%endif
8d3db5
8d3db5
%if %with_python2
8d3db5
%files py2override
8d3db5
%python2_sitearch/gi/overrides/IBus.py*
8d3db5
%endif
8d3db5
8d3db5
%files wayland
8d3db5
%{_libexecdir}/ibus-wayland
8d3db5
8d3db5
%files devel
8d3db5
%{_libdir}/lib*.so
8d3db5
%{_libdir}/pkgconfig/*
8d3db5
%{_includedir}/*
8d3db5
%{_datadir}/gir-1.0/IBus*-1.0.gir
8d3db5
%{_datadir}/vala/vapi/ibus-*1.0.vapi
8d3db5
%{_datadir}/vala/vapi/ibus-*1.0.deps
8d3db5
8d3db5
%files devel-docs
8d3db5
# Own html dir since gtk-doc is heavy.
8d3db5
%dir %{_datadir}/gtk-doc
8d3db5
%dir %{_datadir}/gtk-doc/html
8d3db5
%{_datadir}/gtk-doc/html/*
8d3db5
8d3db5
%files desktop-testing
8d3db5
%{_bindir}/ibus-desktop-testing-runner
8d3db5
8d3db5
%files tests
8d3db5
%dir %{_libexecdir}/installed-tests
8d3db5
%{_libexecdir}/installed-tests/ibus
8d3db5
%dir %{_datadir}/installed-tests
8d3db5
%{_datadir}/installed-tests/ibus
8d3db5
8d3db5
%changelog
ef5ff4
* Thu Sep 30 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-14
ef5ff4
- Resolves: #2008074 - Fix regression of Emoji typing in Wayland
ef5ff4
abd81d
* Tue Jul 06 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-13
abd81d
- Resolves: #1897548 - Rebuild IBus emoji with unicode-emoji-13.0-4 and cldr-emoji-annotation-39-2
abd81d
- Rebuild ibusemojigen.h and ibusunicodegen.h
abd81d
- Add ibus-1897548-emoji-unicode.patch to lookup Unicode names
abd81d
- Add U+32FF to IBusUnicodeData
abd81d
- Add ibus-po-1.5.19-20210706.tar.gz
abd81d
e4fcff
* Thu Jun 04 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-12
e4fcff
- Resolves: #1713606 - Fix hangul preedit commit with mouse click
e4fcff
- Update 1682157-ci.patch
e4fcff
8d3db5
* Thu Jan 09 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-11
8d3db5
- Resolves: #1750836 - Fix CVE-2019-14822
8d3db5
8d3db5
* Thu Dec 12 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-10
8d3db5
- Resolves: #1750836 - Revert Hangul fix for 8.2 schedule
8d3db5
8d3db5
* Tue Dec 03 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-9
8d3db5
- Resolves: #1682157 - Fix RHEL 8.2 covscan #2
8d3db5
8d3db5
* Sat Nov 30 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-8
8d3db5
- Resolves: #1682157 - Fix libibus dependency in ibus-tests with rpmdiff
8d3db5
8d3db5
* Fri Nov 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-7
8d3db5
- Resolves: #1682157 - Fix RHEL 8.2 covscan
8d3db5
8d3db5
* Fri Nov 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-6
8d3db5
- Resolves: #1682157 - Add CI
8d3db5
8d3db5
* Fri Nov 29 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-5
8d3db5
- Resolves: #1713606 - Fix hangul preedit commit with mouse click
8d3db5
- Resolves: #1682157 - Integrate ibus-desktop-testing and test cases
8d3db5
8d3db5
* Tue Nov 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-4
8d3db5
- Delete Requires ibus in ibus-gtk* for Flatpak
8d3db5
- Update upstreamed patches
8d3db5
8d3db5
* Wed Oct 10 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-3
8d3db5
- Fix Bug SEGV Choose an emoji by mouse from the emoji category list
8d3db5
- Fix Bug 1618682 - SEGV with ASCII on emojier in Wayland
8d3db5
- Support Shift-Space on emojier preedit
8d3db5
- Do not move Emojier popup with the active candidate in Xorg
8d3db5
- Do not clear Unicode data when emoji annotation lang is changed
8d3db5
8d3db5
* Thu Sep 20 2018 Tomas Orsava <torsava@redhat.com> - 1.5.19-2
8d3db5
- Require the Python interpreter directly instead of using the package name
8d3db5
- Related: rhbz#1619153
8d3db5
8d3db5
* Wed Aug 08 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-1
8d3db5
- Bumped to 1.5.19
8d3db5
8d3db5
* Mon Aug 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-14
8d3db5
- Fixed Man page scan results for ibus
8d3db5
- Added IBUS_DISCARD_PASSWORD env variable for password dialog in firefox
8d3db5
- Added history annotation for previous emojis
8d3db5
8d3db5
* Tue Jul 24 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-13
8d3db5
- Deleted deprecated g_mem_* APIs
8d3db5
8d3db5
* Mon Jul 23 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-12
8d3db5
- Rebuilt with RHEL code reviews
8d3db5
8d3db5
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.18-11
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8d3db5
8d3db5
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.18-10
8d3db5
- Rebuilt for Python 3.7
8d3db5
8d3db5
* Fri Jun 29 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-9
8d3db5
- Do not use combined characters on preedit for compose keys
8d3db5
- Fixed an infinite loop of extension preedit with xterm
8d3db5
8d3db5
* Wed Jun 27 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-8
8d3db5
- Enable preedit for compose keys
8d3db5
- Fix SEGV in panel_binding_parse_accelerator
8d3db5
8d3db5
* Wed Jun 20 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-7
8d3db5
- Moved input focus on Emojier to engines' preedit
8d3db5
- Removed ibus-xx-emoji-harfbuzz.patch not to change session emoji font
8d3db5
8d3db5
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.18-6
8d3db5
- Rebuilt for Python 3.7
8d3db5
8d3db5
* Mon May 07 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-5
8d3db5
- Disabled python2 since RHEL8
8d3db5
- Run make check in %%check except for GUI testings
8d3db5
- Fixed Bug 1574855 - [abrt] ibus: ibus_engine_filter_key_event()
8d3db5
8d3db5
* Fri Mar 30 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-4
8d3db5
- Fixed Bug 1554714 - improve order of unicode matches
8d3db5
8d3db5
* Thu Mar 15 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-3
8d3db5
- Fixed Bug 1554813 - Enter key on numpad in Emojier
8d3db5
8d3db5
* Fri Mar 09 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-2
8d3db5
- Rebuilt for cldr-emoji-annotation-32.90.0_1 and unicode-emoji-10.90.20180207
8d3db5
8d3db5
* Fri Mar 02 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-1
8d3db5
- Bumped to 1.5.18
8d3db5
8d3db5
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.17-11
8d3db5
- Update Python 2 dependency declarations to new packaging standards
8d3db5
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
8d3db5
8d3db5
* Tue Feb 27 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-10
8d3db5
- Disabled panel extension for gdm user
8d3db5
- Enabled panel extension in Wayland
8d3db5
8d3db5
* Wed Feb 21 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-9
8d3db5
- Added panel extension for emoji keybinding not to depen on desktops
8d3db5
- Showed Unicode code points on Unicode name list
8d3db5
8d3db5
* Tue Feb 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-8
8d3db5
- Remove useless requires
8d3db5
8d3db5
* Tue Feb 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-7
8d3db5
- Added Unicode typing on Emojier
8d3db5
8d3db5
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-6
8d3db5
- Switch to %%ldconfig_scriptlets
8d3db5
8d3db5
* Fri Jan 19 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-5
8d3db5
- Rebuilt for scriptlets
8d3db5
8d3db5
* Wed Jan 17 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-4
8d3db5
- Added DBus filtering
8d3db5
8d3db5
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-3
8d3db5
- Remove obsolete scriptlets
8d3db5
8d3db5
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.17-2
8d3db5
- Remove obsolete scriptlets
8d3db5
8d3db5
* Sun Oct 22 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.17-1
8d3db5
- Bumped to 1.5.17
8d3db5
8d3db5
* Thu Sep 21 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-11
8d3db5
- Copy ibusimcontext.c
8d3db5
- Fix Super-space in Plasma after ibus exit
8d3db5
8d3db5
* Wed Sep 20 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-10
8d3db5
- Fix Bug 1490733 Emojier takes wrong fonts
8d3db5
8d3db5
* Thu Sep 14 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-9
8d3db5
- Fix scaling factor, mouse events on switcher, c-s-u on im-ibus, 
8d3db5
  propertypanel position and menu 
8d3db5
- Add ibus-portal
8d3db5
- Move ibus-emoji-dialog.vapi in the build
8d3db5
- Fixed some SEGVs #1406699 #1432252
8d3db5
8d3db5
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.16-8
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8d3db5
8d3db5
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.5.16-7
8d3db5
- Rebuild with binutils fix for ppc64le (#1475636)
8d3db5
8d3db5
* Thu Jul 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-6
8d3db5
- Fixed some SEGVs #1349148 #1385349 #1350291 #1368593
8d3db5
  Added 1385349-segv-bus-proxy.patch
8d3db5
8d3db5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.16-5
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8d3db5
8d3db5
* Fri Jul 21 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-4
8d3db5
- Fixed Bug 1471079 - SEGV of Emojier on de locale
8d3db5
8d3db5
* Thu Jul 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-3
8d3db5
- Enabled HarfBuzz rendering without Pango glyph calc for emoji
8d3db5
8d3db5
* Mon May 29 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-2
8d3db5
- Added ctrl-c,v,x for annotations and ctrl-shift-c for emoji
8d3db5
- Added Malay and Mongolian keymaps
8d3db5
- Made all emoji dicts to fully qualified
8d3db5
8d3db5
* Mon May 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.16-1
8d3db5
- Bumped to 1.5.16
8d3db5
8d3db5
* Tue May 09 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-8
8d3db5
- Dropped nodejs-emojione-json and import unicode-emoji instead
8d3db5
- Created emoji tab in ibus-setup
8d3db5
- Set default emoji font size from gsettings in ibus emoji command
8d3db5
- Added an option of emoji partial match in ibus-setup
8d3db5
- Hid emoji variants by default
8d3db5
- Added ibus-emoji man page
8d3db5
- emoji favorites category is updated by selecting emoji
8d3db5
8d3db5
* Thu Apr 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-7
8d3db5
- Supported ibus emoji command on Wayland
8d3db5
- Changed modal dialog to modeless dialog
8d3db5
8d3db5
* Wed Apr 05 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-6
8d3db5
- Enabled unicode_alt in EmojiOne json file
8d3db5
- Enabled to type multiple code points on Emojier
8d3db5
- Fixed IBusEmojiDialog_1_0_gir_LIBS for --as-needed LDFLAGS
8d3db5
8d3db5
* Mon Mar 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-5
8d3db5
- Moved language setting on IBusEmojier to ibus-setup.
8d3db5
- Enabled strcasecmp to match emoji annotations.
8d3db5
- Added a build error message if emoji xml files are not found.
8d3db5
8d3db5
* Wed Mar 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-4
8d3db5
- Implemented Ctrl-[f|b|n|p|h|e|a|u] for cursor operations on emoji dialog
8d3db5
- Added XSetIOErrorHandler() for GNOME3 desktop
8d3db5
8d3db5
* Mon Mar 13 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-3
8d3db5
- Emoji dialog enhancements and bug fixes
8d3db5
  Fixed ibus_emoji_dict_load() API.
8d3db5
  Focus on emoji text entry by default
8d3db5
  Removed internal text buffer and use Gtk.Entry buffer instead.
8d3db5
  Implemented cursor left, right, home, end on emoji annotation preedit.
8d3db5
  Show localized emoji description from tts in emoji xml.
8d3db5
8d3db5
* Thu Mar 09 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-2
8d3db5
- Added ibus-HEAD.patch to get upstream patches
8d3db5
  Fixed ibus_emojier_run() SIGABRT with `ibus emoji`
8d3db5
  Enhanced theme color on emoji candidates
8d3db5
8d3db5
* Mon Mar 06 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-1
8d3db5
- Bumped to 1.5.15
8d3db5
8d3db5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.14-6
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8d3db5
8d3db5
* Wed Jan 11 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-5
8d3db5
- support scroll event in candidates panel
8d3db5
- Fixed Bug 1403985 - Emoji typing is enabled during Unicode typing
8d3db5
- Fixed Bug 1402494 - Font settings of ibus are ignored on non-Gnome
8d3db5
8d3db5
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.14-4
8d3db5
- Rebuild for Python 3.6
8d3db5
8d3db5
* Thu Oct 06 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-3
8d3db5
- Fixed Bug 1380675 - Emoji leaves the candidates of @laugh when @laughing
8d3db5
- Fixed Bug 1380690 - User is not able to select emojis from digit keys
8d3db5
- Fixed Bug 1380691 - PageUp PageDown buttons on emoji lookup not working
8d3db5
8d3db5
* Fri Sep 09 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-2
8d3db5
- Fixed radio button on PropertyPanel.
8d3db5
- Updated translations.
8d3db5
8d3db5
* Fri Aug 05 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.14-1
8d3db5
- Bump to 1.5.14
8d3db5
8d3db5
* Wed Jul 27 2016 Dan Horák <dan[at]danny.cz> - 1.5.13-6
8d3db5
- enable Emoji only on arches providing nodejs functionality
8d3db5
8d3db5
* Tue Jul 26 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-5
8d3db5
- Bug 1359753 - Implement Emoji typing
8d3db5
8d3db5
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.13-4
8d3db5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
8d3db5
8d3db5
* Mon Jun 27 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-3
8d3db5
- Bug 1349732 - ibus not working at all in Gnome Wayland
8d3db5
- Add ibus service file
8d3db5
- Fix CSS color format and font size
8d3db5
8d3db5
* Mon Mar 28 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-2
8d3db5
- Bug 1319215 - Add Requires besides Requires(post)
8d3db5
8d3db5
* Mon Feb 22 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-1
8d3db5
- Bumped to 1.5.13
8d3db5
8d3db5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.12-2
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8d3db5
8d3db5
* Wed Jan 20 2016 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
8d3db5
- Bumped to 1.5.12
8d3db5
8d3db5
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.11-2
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
8d3db5
8d3db5
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.11-1
8d3db5
- Bumped to 1.5.11
8d3db5
- Deleted with_python2_override_pkg macro
8d3db5
- Added glib2-doc BR
8d3db5
8d3db5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.10-6
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8d3db5
8d3db5
* Fri May 22 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-5
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Fixed Bug 1224025 - IBus radio menu items does not work
8d3db5
8d3db5
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-4
8d3db5
- Bug 1217410 Updated ibus-xinput for KDE5.
8d3db5
8d3db5
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-3
8d3db5
- Updated ibus-HEAD.patch from upstream
8d3db5
  Fixed to show shortcuts on ibus-setup.
8d3db5
  Bug 1214271 Fixed to enable IME with GTK3 applications in wayland.
8d3db5
8d3db5
* Thu Apr 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-2
8d3db5
- Updated ibus-HEAD.patch from upstream
8d3db5
  Added Swedish svdvorak
8d3db5
  I18N engine longnames and descriptions on ibus-setup
8d3db5
  Moved PropertyPanel at bottom right in KDE5
8d3db5
  Drew gray color on Handle PropertyPanel
8d3db5
  Enabled ibus engine full path icon in KDE5
8d3db5
  Updated translations
8d3db5
8d3db5
* Wed Feb 25 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-1
8d3db5
- Bumped to 1.5.10
8d3db5
8d3db5
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.5.9-11
8d3db5
- Rebuilt for Fedora 23 Change
8d3db5
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
8d3db5
8d3db5
* Mon Feb 02 2015 Petr Viktorin <pviktori@redhat.com> - 1.5.9-10
8d3db5
- Remove dependency on Python 2 from main package
8d3db5
8d3db5
* Mon Feb 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-9
8d3db5
- Updated ibus-HEAD.patch to fix #1187956 IBusRegistry segv.
8d3db5
8d3db5
* Thu Dec 18 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-8
8d3db5
- Updated ibus-HEAD.patch to fix #1175595 ibus-x11 freeze
8d3db5
8d3db5
* Mon Dec 08 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-7
8d3db5
- Added ibus-1136623-lost-by-another-focus.patch to fix #1136623
8d3db5
8d3db5
* Mon Dec 08 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-6
8d3db5
- Updated ibus-xx-increase-timeout.patch to fix #1163722
8d3db5
- Updated ibus-HEAD.patch for upstream #1747, #1748, #1753
8d3db5
  and gnome #703020, gnome #730628
8d3db5
8d3db5
* Wed Nov 12 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-5
8d3db5
- rhbz#1161871 Added BR of python and python3
8d3db5
8d3db5
* Tue Oct 28 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-4
8d3db5
- Updated ibus-HEAD.patch for upstream #1744.
8d3db5
8d3db5
* Fri Oct 24 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-3
8d3db5
- Added ibus-xx-increase-timeout.patch
8d3db5
8d3db5
* Wed Oct 01 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-2
8d3db5
- Updated ibus-HEAD.patch for rhbz#1136623.
8d3db5
- Added ibus-po-1.5.9-20141001.tar.gz
8d3db5
8d3db5
* Tue Sep 16 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-1
8d3db5
- Bumped to 1.5.9
8d3db5
8d3db5
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.8-2
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8d3db5
8d3db5
* Thu Jul 24 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.8-1
8d3db5
- Bumped to 1.5.8
8d3db5
- Deleted ibus-810211-no-switch-by-no-trigger.patch
8d3db5
- Deleted ibus-541492-xkb.patch
8d3db5
- Deleted ibus-530711-preload-sys.patch
8d3db5
- Deleted ibus-xx-setup-frequent-lang.patch
8d3db5
- Deleted ibus-xx-f19-password.patch
8d3db5
8d3db5
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.7-7
8d3db5
- Rebuilt for gobject-introspection 1.41.4
8d3db5
8d3db5
* Mon Jul 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-6
8d3db5
- Updated ibus-HEAD.patch from upstream.
8d3db5
  Fixed ibus-setup SEGV when an engine is selected.
8d3db5
  Fixed ibus-setup deprecated warnings with the latest python3-gobject.
8d3db5
  Integrated the 'IBUS_SETUP_XID' environment variable for each engine setup.
8d3db5
  Set prgname 'ibus-setup' for ibus-setup.
8d3db5
8d3db5
* Mon Jul 07 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-5
8d3db5
- Updated ibus-HEAD.patch from upstream.
8d3db5
  Added pl(qwertz).
8d3db5
  Fixed escape key with Ctrl-Shift-U.
8d3db5
  Updated pt-br compose table from the latest xorg.
8d3db5
  Do not sort ibus engines when they are saved by ibus-setup.
8d3db5
  Updated jp IBusKeymap.
8d3db5
  Added ibus reset-config and read-config sub-commands.
8d3db5
  Update ibus(1) for read-config and reset-config.
8d3db5
8d3db5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-4
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8d3db5
8d3db5
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.7-3
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
8d3db5
8d3db5
* Tue May 20 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-2
8d3db5
- Updated ibus-HEAD.patch for width of ibus-setup.
8d3db5
8d3db5
* Wed Apr 30 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
8d3db5
- Bumped to 1.5.7
8d3db5
8d3db5
* Mon Apr 21 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-3
8d3db5
- Do not require gtk-doc in ibus-devel-docs
8d3db5
8d3db5
* Fri Mar 28 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-2
8d3db5
- Updated ibus-HEAD.patch for Czech (qwerty) keymap.
8d3db5
8d3db5
* Thu Mar 06 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-1
8d3db5
- Bumped to 1.5.6
8d3db5
- Deleted ibus-xx-ctrl-space.patch
8d3db5
8d3db5
* Fri Jan 31 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-2
8d3db5
- Enabled python3 ibus-setup
8d3db5
8d3db5
* Tue Jan 14 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
8d3db5
- Bumped to 1.5.5
8d3db5
- Deleted notify-python in Requires
8d3db5
8d3db5
* Fri Oct 04 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
8d3db5
- Added ibus-HEAD.patch to sync upstream.
8d3db5
8d3db5
* Fri Sep 20 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-1
8d3db5
- Bumped to 1.5.4
8d3db5
- Added ibus.conf.5
8d3db5
- Added ibus-xkb-1.5.0.tar.gz for po files.
8d3db5
- Added ibus-xx-f19-password.patch for back compatibility.
8d3db5
- Added ibus-wayland in f20 or later.
8d3db5
8d3db5
* Fri Jul 26 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.3-1
8d3db5
- Bumped to 1.5.3
8d3db5
- Deleted ibus-xx-g-s-disable-preedit.patch as EOL.
8d3db5
- Deleted ibus-gjs as EOL.
8d3db5
- Removed imsettings-gnome, im-chooser, libgnomekbd dependencies.
8d3db5
8d3db5
* Thu Jul 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-8
8d3db5
- Updated ibus-HEAD.patch to delete pyxdg dependencies.
8d3db5
8d3db5
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-7
8d3db5
- Bug 972328 - Deleted ibus-panel
8d3db5
8d3db5
* Mon Jun 17 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-6
8d3db5
- Bug 972328 - Bring back the dependency of ibus-setup.
8d3db5
8d3db5
* Tue Jun 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-5
8d3db5
- Removed dependencies of ibus-setup and ibus-pygtk2
8d3db5
8d3db5
* Wed Jun 05 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-4
8d3db5
- Updated ibus-HEAD.patch for upstream.
8d3db5
- Added ibus-xx-1.5.2.patch until 1.5.3 will be released.
8d3db5
- Added ibus-xx-ctrl-space.patch for back compatible triggers.
8d3db5
8d3db5
* Wed May 01 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-3
8d3db5
- Updated ibus-HEAD.patch for upstream.
8d3db5
- Deleted ibus-947318-reconnect-gtk-client.patch
8d3db5
8d3db5
* Sun Apr 21 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-2
8d3db5
- Separate python files in f19 or later.
8d3db5
8d3db5
* Thu Apr 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.2-1
8d3db5
- Bumped to 1.5.2
8d3db5
- Created noarch packages for python files due to .pyc and .pyo.
8d3db5
- Added man pages.
8d3db5
8d3db5
* Mon Feb 18 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-3
8d3db5
- Copied gtk2 module to gtk3 one.
8d3db5
8d3db5
* Thu Jan 31 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-2
8d3db5
- Updated ibus-530711-preload-sys.patch. Fixes #904799
8d3db5
8d3db5
* Tue Jan 08 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
8d3db5
- Bumped to 1.5.1
8d3db5
- Bumped to ibus-gjs 3.4.1.20130115 for f17
8d3db5
- Removed ibus-xx-no-use.diff
8d3db5
8d3db5
* Fri Dec 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-9
8d3db5
- Updated ibus-xx-no-use.diff not to use variant.dup_strv()
8d3db5
8d3db5
* Fri Dec 07 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-8
8d3db5
- Resolves #869584 - Removed libgnomekbd dependency in f18.
8d3db5
8d3db5
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-7
8d3db5
- Set time stamp of ibus/_config.py
8d3db5
8d3db5
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-6
8d3db5
- Set time stamp of ibus/_config.py
8d3db5
8d3db5
* Fri Nov 30 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-5
8d3db5
- Updated spec file to work witout pkgconfig.
8d3db5
8d3db5
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-4
8d3db5
- Added comment lines for patches.
8d3db5
8d3db5
* Tue Nov 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-3
8d3db5
- Fixed misc issues.
8d3db5
8d3db5
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-2
8d3db5
- Obsoleted ibus-gnome3
8d3db5
8d3db5
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121109-1
8d3db5
- Bumped to 1.4.99.20121109
8d3db5
- Removed im-chooser, imsettings-gnome, gnome-icon-theme-symbolic
8d3db5
  dependencies in f18 because ibus gnome integration is done.
8d3db5
  Use ibus-keyboard instead of input-keyboard-symbolic.
8d3db5
- Disabled ibus-gjs build because of ibus gnome integration.
8d3db5
8d3db5
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
8d3db5
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
8d3db5
8d3db5
* Thu Oct 11 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
8d3db5
- Updated ibus-HEAD.patch to fix typo in data/dconf/profile/ibus
8d3db5
8d3db5
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
8d3db5
- Bumped to 1.4.99.20121006
8d3db5
- Removed ibus-xx-segv-reg-prop.patch
8d3db5
8d3db5
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-2
8d3db5
- Added ibus-xx-segv-reg-prop.patch to avoid segv
8d3db5
8d3db5
* Fri Sep 14 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120914-1
8d3db5
- Bumped to 1.4.99.20120914
8d3db5
8d3db5
* Thu Sep 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-2
8d3db5
- Updated ibus-530711-preload-sys.patch
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
- Updated ibus-xx-no-use.diff
8d3db5
  Fixed Bug 854161 - not able to add keymap with ibus-setup
8d3db5
8d3db5
* Wed Aug 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120822-1
8d3db5
- Bumped to 1.4.99.20120822
8d3db5
- Bumped to ibus-gjs 3.4.1.20120815
8d3db5
  Fixed Bug 845956 - ibus backward trigger key is not customized
8d3db5
  Fixed Bug 844580 - ibus-dconf does not load the system gvdb
8d3db5
- Separated ibus-810211-no-switch-by-no-trigger.patch from ibus-HEAD.patch
8d3db5
8d3db5
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.20120712-3
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8d3db5
8d3db5
* Thu Jul 19 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-2
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Support dconf 0.13.4
8d3db5
8d3db5
* Tue Jul 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120712-1
8d3db5
- Bumped to 1.4.99.20120712
8d3db5
- Removed ibus-xx-branding-switcher-ui.patch as upstreamed.
8d3db5
8d3db5
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 1.4.99.20120428-3
8d3db5
- Rebuild against new libgnomekbd
8d3db5
8d3db5
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-2
8d3db5
- Updated ibus-HEAD.patch
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
- Updated ibus-xx-branding-switcher-ui.patch
8d3db5
  Fixed Bug 810211 - Cancel Control + space pressing Control key.
8d3db5
- Updated ibus-xx-no-use.diff
8d3db5
  Enabled to customize trigger keys with non-modifier trigger keys.
8d3db5
8d3db5
* Fri Apr 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120428-1
8d3db5
- Bumped to 1.4.99.20120428
8d3db5
  Fixed Bug 799571 - no IME list at the session login.
8d3db5
  Fixed Bug 810415 - ibus does not handle Ctrl+space with BUTTON_PRESS.
8d3db5
- Bumped to ibus-gjs 3.4.1.20120428
8d3db5
  Fixed Bug 802052 - no modifiers trigger keys.
8d3db5
  Fixed Bug 803244 - IME switch Ctrl+space not working on shell text entry.
8d3db5
8d3db5
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.4.99.20120317-4
8d3db5
- Update the dconf and icon cache rpm scriptlets
8d3db5
8d3db5
* Wed Apr 18 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-3
8d3db5
- Added a RHEL flag.
8d3db5
8d3db5
* Tue Mar 27 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-2
8d3db5
- Bumped to ibus-gjs 3.3.92.20120327
8d3db5
  
8d3db5
* Sat Mar 17 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120317-1
8d3db5
- Bumped to 1.4.99.20120317
8d3db5
  Fixed Bug 718668 - focus move is slow with ibus-gnome3
8d3db5
  Fixed Bug 749497 - Enhance IME descriptions in status icon active menu
8d3db5
- Bumped to ibus-gjs 3.3.90.20120317
8d3db5
- Added ibus-xx-no-use.diff
8d3db5
  Fixed Bug 803260 - Disable non-global input method mode
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Fixed Bug 803250 - ibus lookup window font customization
8d3db5
  Fixed Bug 803177 - language id on ibus-ui-gtk3 switcher
8d3db5
- Update ibus-530711-preload-sys.patch
8d3db5
  Fixed Bug 797023 - port preload engines
8d3db5
8d3db5
* Thu Mar 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-3
8d3db5
- Bumped to ibus-gjs 3.3.90.20120308 to work with gnome-shell 3.3.90
8d3db5
- Fixed Bug 786906 - Added ifnarch ppc ppc64 s390 s390x
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Fixed Bug 800897 - After doing "ctrl+space", ibus tray icon freezes
8d3db5
8d3db5
* Mon Mar 05 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-2
8d3db5
- Added ibus-HEAD.patch to fix python library to load libibus.so.
8d3db5
8d3db5
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120303-1
8d3db5
- Bumped to 1.4.99.20120303
8d3db5
  Fixed Bug 796070 - ibus-setup without no ibus-daemon
8d3db5
8d3db5
* Wed Feb 08 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-3
8d3db5
- Fixed ibus-setup on C locale
8d3db5
- Fixed to show no registered engines from g-c-c.
8d3db5
- Enabled Alt_R keybinding on ko locales for ibus gtk only.
8d3db5
8d3db5
* Fri Feb 03 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20120203-1
8d3db5
- Updated to 1.4.99.20120203
8d3db5
- Removed ibus-xx-bridge-hotkey.patch
8d3db5
- Updated ibus-541492-xkb.patch to use libgnomekbd.
8d3db5
- Updated ibus-xx-setup-frequent-lang.patch for 1.4.99.20120203
8d3db5
8d3db5
* Wed Jan 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-17
8d3db5
- Added ibus-771115-property-compatible.patch for f16
8d3db5
  Fixed Bug 771115 - IBusProperty back compatibility.
8d3db5
8d3db5
* Fri Dec 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-16
8d3db5
- Enhanced ibus-gnome3 shell lookup window.
8d3db5
- Updated ibus-HEAD.patch from upstream
8d3db5
  Fixed Bug 769135 - ibus-x11 SEGV in _process_key_event_done.
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
  Fixed Bug 757889 - ibus-setup SEGV without active engine.
8d3db5
  Fixed Bug 760213 - ibus-setup saves XKB variants correctly.
8d3db5
  Fixed Bug 769133 - ibus-engine-xkb returns FALSE for ASCII typings.
8d3db5
- Updated ibus-xx-bridge-hotkey.patch for an enhancement.
8d3db5
8d3db5
* Wed Nov 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-14
8d3db5
- Enabled dconf.
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Fixed Bug 618229 - engine setup buton on ibus-setup.
8d3db5
- Removed ibus-711632-fedora-fallback-icon.patch as upstreamed.
8d3db5
- Updated ibus-xx-bridge-hotkey.patch
8d3db5
  Removed Enable/Disable buttons on ibus-setup
8d3db5
8d3db5
* Fri Nov 18 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-11
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
  Fixed Bug 750484 - support reloading Xmodmap
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Fixed Bug 753781 - ibus-x11 needs async for hangul ibus_commit_text.
8d3db5
8d3db5
* Fri Nov 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-10
8d3db5
- Updated ibus-xx-bridge-hotkey.patch for f16
8d3db5
  Fixed no XKB languages from layout only. e.g. in(eng).
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
  Fixed not to show 'eng' on GUI for in(eng).
8d3db5
8d3db5
* Wed Nov 02 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-9
8d3db5
- Updated ibus-HEAD.patch
8d3db5
  Fixed prev/next keys without global engine.
8d3db5
- Updated ibus-xx-bridge-hotkey.patch for f16
8d3db5
  Fixed Bug 747902 - mouse and ctrl+space not working
8d3db5
  Fixed Bug 749770 - IME hotkey after Control + Space
8d3db5
- Updated ibus-711632-fedora-fallback-icon.patch
8d3db5
  Fixed Bug 717831 - use old icon for desktops other than gnome
8d3db5
8d3db5
* Fri Oct 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-8
8d3db5
- Updated ibus-xx-bridge-hotkey.patch for f16
8d3db5
- Fixed Bug 747902 - mouse and ctrl+space not working
8d3db5
8d3db5
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
8d3db5
- Rebuilt for glibc bug#747377
8d3db5
8d3db5
* Fri Oct 21 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-5
8d3db5
- Fixed Bug 747845 - ibus icon cannot open menu item on gnome-shell
8d3db5
8d3db5
* Thu Oct 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-4
8d3db5
- Fixed Bug 746869 - no keymaps if the XKB has no group and no variant
8d3db5
8d3db5
* Fri Sep 30 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-3
8d3db5
- Rebuilt for f16 gnome-shell 3.2 and gjs 1.30
8d3db5
8d3db5
* Wed Sep 28 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.0-2
8d3db5
- Updated to 1.4.0
8d3db5
- Updated ibus-gjs 3.0.2.20110928 for f15.
8d3db5
- Updated ibus-gjs 3.2.0.20110928 for f16. (#740588)
8d3db5
- Updated ibus-530711-preload-sys.patch
8d3db5
  Fixed not to show duplicated engine names in setup treeview (#740447)
8d3db5
- Updated bus-gjs-xx-gnome-shell-3.1.4-build-failure.patch for f16.
8d3db5
- Updated ibus-xx-bridge-hotkey.patch
8d3db5
  Fixed a XKB configuration without the input focus for f16 (#739165)
8d3db5
  Fixed not to show null strings in case of no variants (#738130)
8d3db5
8d3db5
* Tue Sep 13 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-5
8d3db5
- Updated ibus-gjs 3.1.91.20110913 for f16.
8d3db5
8d3db5
* Thu Sep 08 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-4
8d3db5
- Updated ibus-gjs 3.1.91.20110908 and 3.0.2.20110908 for gnome-shell.
8d3db5
  Fixed preedit active segments on gnome-shell and X11 apps.
8d3db5
- Added ibus-xx-g-s-disable-preedit.patch
8d3db5
  Disabled preedit on gnome-shell for a workaround.
8d3db5
- Updated ibus.spec
8d3db5
  Fixed Bug 735879 pre/postun scripts
8d3db5
8d3db5
* Thu Sep 01 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110817-3
8d3db5
- Fixed Bug 700472 Use a symbol icon instead of an image icon.
8d3db5
- Updated ibus-HEAD.patch for upstream.
8d3db5
- Removed ibus-435880-surrounding-text.patch as upstream.
8d3db5
- Added ibus-711632-fedora-fallback-icon.patch
8d3db5
  Fixed SEGV with no icon in oxygen-gtk icon theme.
8d3db5
- Added ibus-xx-bridge-hotkey.patch
8d3db5
  Triaged Bug 707370 SetEngine timeout
8d3db5
  Fixed Bug 731610 Keep IM state when text input focus changes
8d3db5
- Added transitional ibus-gnome3 package.
8d3db5
  Fixed Bug 718110 Use a shell icon instead of pygtk2 icon.
8d3db5
8d3db5
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-1
8d3db5
- Updated to 1.3.99.20110419
8d3db5
- Added ibus-HEAD.patch
8d3db5
  Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
  Fixed Bug 701202 - us(dvorak) does not show up in list
8d3db5
  Updated ibus-1.0.pc for ibus-xkb
8d3db5
  Showed XKB variant descriptions only without layout descriptions.
8d3db5
- Updated ibus-xx-setup-frequent-lang.patch
8d3db5
  Updated UI strings
8d3db5
8d3db5
* Tue Apr 19 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-1
8d3db5
- Updated to 1.3.99.20110408
8d3db5
  Fixed Bug 683484 - Timed out SetEngine when select an engine from panel.
8d3db5
  Fixed Bug 657165 - IBus for gnome-shell for Fedora 15.
8d3db5
- Upstreamed ibus-657165-panel-libs.patch
8d3db5
- Removed ibus-675503-gnome-shell-workaround.patch
8d3db5
- Added ibus-xx-setup-frequent-lang.patch
8d3db5
- Updated ibus-541492-xkb.patch
8d3db5
  Fixed Bug 696481 - no the variant maps without language codes
8d3db5
- Added dependency of imsettings-gnome.
8d3db5
  Fixed Bug 696510 - need a dependency in ibus-gtk3 for imsettings-gnome
8d3db5
8d3db5
* Thu Mar 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110228-1
8d3db5
- Updated to 1.3.99.20110228
8d3db5
- Integrated the part of gjs in Bug 657165 ibus for gnome-shell.
8d3db5
  Added ibus-657165-panel-libs.patch
8d3db5
  Added gnome-shell-ibus-plugins-20110304.tar.bz2
8d3db5
- Fixed Bug 675503 - a regression in sync mode
8d3db5
  Added ibus-675503-gnome-shell-workaround.patch until gnome-shell is updated.
8d3db5
- Fixed Bug 677856 - left ibus snooper when im client is switched.
8d3db5
- Fixed Bug 673047 - abrt ibus_xkb_get_current_layout for non-XKB system
8d3db5
  Updated ibus-541492-xkb.patch
8d3db5
8d3db5
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.99.20110127-3
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8d3db5
8d3db5
* Fri Feb 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110127-1
8d3db5
- Updated to 1.3.99.20110127
8d3db5
- Updated ibus-HEAD.patch from upstream.
8d3db5
8d3db5
* Wed Jan 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110117-1
8d3db5
- Updated to 1.3.99.20110117
8d3db5
- Fixed Bug 666427 - ibus requires dbus-x11
8d3db5
- Fixed Bug 670137 - QT_IM_MODULE=xim in ibus.conf without ibus-qt
8d3db5
8d3db5
* Thu Dec 09 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101202-1
8d3db5
- Updated to 1.3.99.20101202
8d3db5
- Added ibus-530711-preload-sys.patch
8d3db5
  Fixed Bug 530711 - Reload preloaded engines by login
8d3db5
8d3db5
* Fri Oct 29 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101028-1
8d3db5
- Updated to 1.3.99.20101028
8d3db5
- Integrated gdbus
8d3db5
- Merged notify.patch into ibus-HEAD.patch
8d3db5
8d3db5
* Fri Oct 22 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-1
8d3db5
- Updated to 1.3.8
8d3db5
- Added ibus-541492-xkb.patch
8d3db5
  Fixes Bug 541492 - ibus needs to support some xkb layout switching
8d3db5
- Added ibus-435880-surrounding-text.patch
8d3db5
  Fixes Bug 435880 - ibus-gtk requires surrounding-text support
8d3db5
- Added ibus-xx-workaround-gtk3.patch
8d3db5
  Workaround for f14 http://koji.fedoraproject.org/koji/taskinfo?taskID=2516604
8d3db5
8d3db5
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
8d3db5
- Updated to 1.3.7
8d3db5
8d3db5
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.6-5
8d3db5
- Rebuild against python 2.7
8d3db5
8d3db5
* Thu Jul 22 2010 Jens Petersen <petersen@redhat.com> - 1.3.6-4
8d3db5
- keep bumping ibus-gtk obsoletes to avoid upgrade problems
8d3db5
8d3db5
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.6-3
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
8d3db5
8d3db5
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.3.6-2
8d3db5
- Rebuild with new gobject-introspection
8d3db5
8d3db5
* Tue Jul 06 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.6-1
8d3db5
- Update to 1.3.6
8d3db5
8d3db5
* Wed Jun 30 2010 Jens Petersen <petersen@redhat.com>
8d3db5
- version the ibus-gtk obsolete and provides
8d3db5
- drop the old redundant ibus-qt obsoletes
8d3db5
8d3db5
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.5-3
8d3db5
- Rebuild against newer gtk
8d3db5
8d3db5
* Tue Jun 22 2010 Colin Walters <walters@verbum.org> - 1.3.5-2
8d3db5
- Bump Release to keep ahead of F-13
8d3db5
8d3db5
* Sat Jun 12 2010 Peng Huang <phuang@redhat.com> - 1.3.5-1
8d3db5
- Update to 1.3.5
8d3db5
- Support gtk3, gobject-introspection and vala.
8d3db5
8d3db5
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-2
8d3db5
- Update to 1.3.4
8d3db5
8d3db5
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-1
8d3db5
- Update to 1.3.4
8d3db5
8d3db5
* Tue May 04 2010 Peng Huang <phuang@redhat.com> - 1.3.3-1
8d3db5
- Update to 1.3.3
8d3db5
8d3db5
* Sun May 02 2010 Peng Huang <phuang@redhat.com> - 1.3.2-3
8d3db5
- Embedded language bar in menu by default.
8d3db5
- Fix bug 587353 - [abrt] crash in ibus-1.3.2-2.fc12
8d3db5
8d3db5
* Sat Apr 24 2010 Peng Huang <phuang@redhat.com> - 1.3.2-2
8d3db5
- Add requires librsvg2
8d3db5
- Update ibus-HEAD.patch: Update po files and and setting 
8d3db5
8d3db5
* Wed Apr 21 2010 Peng Huang <phuang@redhat.com> - 1.3.2-1
8d3db5
- Update to 1.3.2
8d3db5
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
8d3db5
8d3db5
* Mon Apr 05 2010 Peng Huang <phuang@redhat.com> - 1.3.1-1
8d3db5
- Update to 1.3.1
8d3db5
8d3db5
* Fri Mar 26 2010 Peng Huang <phuang@redhat.com> - 1.3.0-3
8d3db5
- Update ibus-HEAD.patch
8d3db5
- Fix bug - some time panel does not show candidates.
8d3db5
- Update some po files
8d3db5
8d3db5
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-2
8d3db5
- Does not check glib micro version in ibus im module.
8d3db5
8d3db5
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-1
8d3db5
- Update to 1.3.0
8d3db5
8d3db5
* Tue Feb 02 2010 Peng Huang <phuang@redhat.com> - 1.2.99.20100202-1
8d3db5
- Update to 1.2.99.20100202
8d3db5
8d3db5
* Mon Jan 11 2010 Peng Huang <phuang@redhat.com> - 1.2.0.20100111-1
8d3db5
- Update to 1.2.0.20100111
8d3db5
8d3db5
* Fri Dec 25 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091225-1
8d3db5
- Update to 1.2.0.20091225
8d3db5
- Fix bug 513895 - new IME does not show up in ibus-setup
8d3db5
- Fix bug 531857 - applet order should correspond with preferences order
8d3db5
- Fix bug 532856 - should not list already added input-methods in Add selector
8d3db5
8d3db5
* Tue Dec 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091215-1
8d3db5
- Update to 1.2.0.20091215
8d3db5
8d3db5
* Thu Dec 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-2
8d3db5
- Fix rpmlint warnings and errors.
8d3db5
8d3db5
* Fri Dec 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-1
8d3db5
- Update to 1.2.0.20091204
8d3db5
- Fix Bug 529920 - language panel pops up on the wrong monitor
8d3db5
- Fix Bug 541197 - Ibus crash
8d3db5
8d3db5
* Tue Nov 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091124-1
8d3db5
- Update to 1.2.0.20091124
8d3db5
- Update some translations.
8d3db5
- Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12 
8d3db5
8d3db5
* Sat Oct 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091024-1
8d3db5
- Update to 1.2.0.20091024
8d3db5
8d3db5
* Wed Oct 14 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091014-2
8d3db5
- Update to 1.2.0.20091014
8d3db5
- Change ICON in ibus.conf 
8d3db5
8d3db5
* Sun Sep 27 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090927-1
8d3db5
- Update to 1.2.0.20090927
8d3db5
8d3db5
* Tue Sep 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090915-1
8d3db5
- Update to 1.2.0.20090915
8d3db5
- Fix bug 521591 - check if the icon filename is a real file before trying to open it
8d3db5
- Fix bug 522310 - Memory leak on show/hide
8d3db5
- Fix bug 509518 - ibus-anthy should only override to jp layout for kana input
8d3db5
8d3db5
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-2
8d3db5
- Refresh the tarball.
8d3db5
8d3db5
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-1
8d3db5
- Update to 1.2.0.20090904
8d3db5
8d3db5
* Mon Aug 31 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-2
8d3db5
- Change icon path in ibus.conf
8d3db5
8d3db5
* Fri Aug 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-1
8d3db5
- Update to 1.2.0.20090828
8d3db5
- Change the icon on systray.
8d3db5
- Fix segment fault in ibus_hotkey_profile_destroy
8d3db5
- Fix some memory leaks.
8d3db5
8d3db5
* Wed Aug 12 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090812-1
8d3db5
- Update to 1.2.0.20090812
8d3db5
8d3db5
* Mon Aug 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-4
8d3db5
- Update ibus-HEAD.patch
8d3db5
- Fix Numlock problem.
8d3db5
- Fix some memory leaks.
8d3db5
8d3db5
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-2
8d3db5
- Update ibus-HEAD.patch
8d3db5
- Fix bug 516154.
8d3db5
8d3db5
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-1
8d3db5
- Update to 1.2.0.20090807
8d3db5
8d3db5
* Thu Aug 06 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090806-1
8d3db5
- Update to 1.2.0.20090806
8d3db5
- Fix bug 515106 - don't install duplicate files
8d3db5
8d3db5
* Tue Jul 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-3
8d3db5
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists. 
8d3db5
8d3db5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
8d3db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8d3db5
8d3db5
* Thu Jul 23 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-1
8d3db5
- Update to 1.2.0.20090723
8d3db5
- Fix dead loop in ibus-gconf
8d3db5
8d3db5
* Wed Jul 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090722-1
8d3db5
- Update to 1.2.0.20090722
8d3db5
8d3db5
* Sun Jul 19 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090719-1
8d3db5
- Update to 1.2.0.20090719
8d3db5
8d3db5
* Mon Jun 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090617-1
8d3db5
- Update to 1.2.0.20090617
8d3db5
8d3db5
* Fri Jun 12 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090612-1
8d3db5
- Update to 1.1.0.20090612
8d3db5
- Fix bug 504942 - PageUp and PageDown do not work in candidate list
8d3db5
- Fix bug 491040 - Implememnt mouse selection in candidate list
8d3db5
8d3db5
* Wed Jun 10 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090609-1
8d3db5
- Update to Update to 1.1.0.20090609
8d3db5
- Fix bug 502414 - Implemented on-screen help facility
8d3db5
- Fix bug 502561 - iBus should show keymap name on iBus panel
8d3db5
- Fix bug 498043 - ibus Alt-grave trigger conflicts with openoffice.org
8d3db5
- Implemented API for setting labels for candidates in LookupTable
8d3db5
8d3db5
* Sun May 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090531-1
8d3db5
- Update to Update to 1.1.0.20090531
8d3db5
8d3db5
* Tue May 26 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-5
8d3db5
- Update ibus-HEAD.patch.
8d3db5
- Show the default input method with bold text
8d3db5
- Add information text below input methods list
8d3db5
8d3db5
* Mon May 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-4
8d3db5
- Update ibus-HEAD.patch.
8d3db5
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
8d3db5
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
8d3db5
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
8d3db5
8d3db5
* Thu May 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-2
8d3db5
- Remove requires notification-daemon
8d3db5
- Fix bug 500588 - Hardcoded requirement for notification-daemon
8d3db5
8d3db5
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-1
8d3db5
- Update to 1.1.0.20090508
8d3db5
- Fix bug 499533 - [Indic] ibus should allow input in KDE using all supported Indic locales
8d3db5
- Fix bug 498352 - hotkey config table should list keys in same order as on main setup page
8d3db5
- Fix bug 497707 - ibus French translation update
8d3db5
8d3db5
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-3
8d3db5
- Fix bug 498541 - ibus-libs should not contain devel file libibus.so
8d3db5
8d3db5
* Tue May 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-2
8d3db5
- Fix bug 498141 - new ibus install needs gtk immodules
8d3db5
- Separate ibus document from ibus-devel to ibus-devel-docs
8d3db5
8d3db5
* Thu Apr 23 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-1
8d3db5
- Update to ibus-1.1.0.20090423.
8d3db5
- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
8d3db5
- Fix bug 497279 - IBus does not works with evolution correctly.
8d3db5
- Enhance authentication both in daemon & clients
8d3db5
8d3db5
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090417-1
8d3db5
- Update to ibus-1.1.0.20090417.
8d3db5
- Fix bug 496199 -  cannot remove Ctrl+Space hotkey with ibus-setup
8d3db5
8d3db5
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-4
8d3db5
- Update ibus-HEAD.patch.
8d3db5
- Next Engine hotkey will do nothing if the IM is not active.
8d3db5
8d3db5
* Wed Apr 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-3
8d3db5
- Update ibus-HEAD.patch.
8d3db5
- Fix bug 495431 -  ibus Release modifier doesn't work with Alt
8d3db5
- Fix bug 494445 -  ibus-hangul missing Hangul Han/En mode
8d3db5
  (and Alt_R+release hotkey)
8d3db5
- Update te.po
8d3db5
8d3db5
* Tue Apr 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-2
8d3db5
- Update ibus-HEAD.patch.
8d3db5
- Change the mode of /tmp/ibus-$USER to 0700 to improve security
8d3db5
- Change the mode of /tmp/ibus-$USER/socket-address to 0600 to improve security
8d3db5
- Update as.po
8d3db5
8d3db5
* Mon Apr 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-1
8d3db5
- Update to ibus-1.1.0.20090413.
8d3db5
- Fix crash when restart the ibus-daemon
8d3db5
- Add some translations.
8d3db5
8d3db5
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-3
8d3db5
- Update the tarball.
8d3db5
- Fix bug 494511 - ibus-gtk makes gnome-terminal abort 
8d3db5
  when a key is pressed
8d3db5
8d3db5
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-2
8d3db5
- Update default hotkey settings.
8d3db5
8d3db5
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-1
8d3db5
- Update to ibus-1.1.0.20090407.
8d3db5
- Fix bug 491042 - ibus default trigger hotkeys
8d3db5
- Fix bug 492929 - ibus-hangul can cause gtk app to lockup
8d3db5
- Fix bug 493701 -  (ibus) imsettings disconnect/reconnect kills gtk app
8d3db5
- Fix bug 493687 -  ibus-hangul should default to vertical candidate selection
8d3db5
- Fix bug 493449 -  ibus broke Alt-F2 command auto-completion
8d3db5
8d3db5
* Tue Mar 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090331-1
8d3db5
- Update to ibus-1.1.0.20090331.
8d3db5
- Fix bug 492956 - screws up keyboard input in firefox
8d3db5
- Fix bug 490143 - ibus issue with gnome-keyring
8d3db5
8d3db5
* Sun Mar 29 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-3
8d3db5
- Recreate the ibus-HEAD.patch from upstream git source tree
8d3db5
- Fix bug 491999 - up/down arrow keys broken in xchat
8d3db5
8d3db5
* Sat Mar 28 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-2
8d3db5
- Recreate the ibus-HEAD.patch from upstream git source tree.
8d3db5
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
8d3db5
- Fix bug 490381 - Change "Next/Previous engine" labels
8d3db5
8d3db5
* Wed Mar 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-1
8d3db5
- Update to ibus-1.1.0.20090311.
8d3db5
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).
8d3db5
8d3db5
* Fri Mar  6 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090306-1
8d3db5
- Update to ibus-1.1.0.20090306.
8d3db5
8d3db5
* Tue Mar  3 2009 Jens Petersen <petersen@redhat.com>
8d3db5
- use post for ibus-gtk requires glib2
8d3db5
8d3db5
* Mon Mar  2 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090225-2
8d3db5
- drop the superfluous ibus-0.1 engine obsoletes
8d3db5
- move glib2 requires to gtk package
8d3db5
8d3db5
* Wed Feb 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090225-1
8d3db5
- Update to ibus-1.1.0.20090225.
8d3db5
- Fix problems in %%post and %%postun scripts.
8d3db5
- Hide ibus & ibus preferences menu items.
8d3db5
8d3db5
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-10
8d3db5
- Recreate the ibus-HEAD.patch from upstream git source tree.
8d3db5
- Put 'Select an input method' in engine select combobox (#485861).
8d3db5
8d3db5
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-9
8d3db5
- Add requires im-chooser >= 1.2.5.
8d3db5
8d3db5
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-8
8d3db5
- Recreate the ibus-HEAD.patch from upstream git source tree.
8d3db5
- Fix ibus-hangul segfault (#485438).
8d3db5
8d3db5
* Mon Feb 16 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-6
8d3db5
- Recreate the ibus-HEAD.patch from upstream git source tree.
8d3db5
- The new patch fixes ibus-x11 segfault (#485661).
8d3db5
8d3db5
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-5
8d3db5
- Recreate the ibus-HEAD.patch from upstream git source tree.
8d3db5
8d3db5
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-4
8d3db5
- Remove gnome-python2-gconf from requires.
8d3db5
8d3db5
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-3
8d3db5
- Update ibus-HEAD.patch, to fix bug 484652.
8d3db5
8d3db5
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-2
8d3db5
- Add patch ibus-HEAD.patch, to update ibus to HEAD version.
8d3db5
8d3db5
* Wed Feb 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-1
8d3db5
- Add --xim argument in xinput-ibus
8d3db5
- Add Obsoletes:  ibus-qt <= 1.1.0
8d3db5
- Move libibus.so.* to ibus-libs to make ibus multilib.
8d3db5
- Update to 1.1.0.20090211.
8d3db5
8d3db5
* Thu Feb 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090205-1
8d3db5
- Update to 1.1.0.20090205.
8d3db5
8d3db5
* Tue Feb 03 2009 Peng Huang <phuang@redhat.com> - 0.1.1.20090203-1
8d3db5
- Update to 0.1.1.20090203.
8d3db5
8d3db5
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
8d3db5
- Rebuild for Python 2.6
8d3db5
8d3db5
* Wed Nov 19 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-2
8d3db5
- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
8d3db5
8d3db5
* Thu Oct 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-1
8d3db5
- Update to 0.1.1.20081023.
8d3db5
8d3db5
* Thu Oct 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081016-1
8d3db5
- Update to 0.1.1.20081016.
8d3db5
8d3db5
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-3
8d3db5
- remove the empty %%doc file entries
8d3db5
8d3db5
* Tue Oct  7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-2
8d3db5
- add xinputrc alternative when installing or uninstalling
8d3db5
8d3db5
* Mon Oct 06 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081006-1
8d3db5
- Update to 0.1.1.20081006.
8d3db5
8d3db5
* Sun Oct 05 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081005-1
8d3db5
- Update to 0.1.1.20081005.
8d3db5
8d3db5
* Sat Oct 04 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081004-1
8d3db5
- Update to 0.1.1.20081004.
8d3db5
8d3db5
* Wed Oct 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081001-1
8d3db5
- Update to 0.1.1.20081001.
8d3db5
8d3db5
* Tue Sep 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080930-1
8d3db5
- Update to 0.1.1.20080930.
8d3db5
8d3db5
* Tue Sep 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080923-1
8d3db5
- Update to 0.1.1.20080923.
8d3db5
8d3db5
* Wed Sep 17 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080917-1
8d3db5
- Update to 0.1.1.20080917.
8d3db5
8d3db5
* Tue Sep 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080916-1
8d3db5
- Update to 0.1.1.20080916.
8d3db5
8d3db5
* Mon Sep 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080914-1
8d3db5
- Update to 0.1.1.20080914.
8d3db5
8d3db5
* Mon Sep 08 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080908-1
8d3db5
- Update to 0.1.1.20080908.
8d3db5
8d3db5
* Mon Sep 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080901-1
8d3db5
- Update to 0.1.1.20080901.
8d3db5
8d3db5
* Sat Aug 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080830-1
8d3db5
- Update to 0.1.1.20080830.
8d3db5
8d3db5
* Mon Aug 25 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080825-1
8d3db5
- Update to 0.1.1.20080825.
8d3db5
8d3db5
* Sat Aug 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080823-1
8d3db5
- Update to 0.1.1.20080823.
8d3db5
8d3db5
* Fri Aug 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080815-1
8d3db5
- Update to 0.1.1.20080815.
8d3db5
8d3db5
* Tue Aug 12 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080812-1
8d3db5
- Update to 0.1.1.20080812.
8d3db5
8d3db5
* Mon Aug 11 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-2
8d3db5
- Add gnome-python2-gconf in Requires.
8d3db5
8d3db5
* Thu Aug 07 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-1
8d3db5
- The first version.