Blame SPECS/ibus.spec

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