Blame SPECS/ibus.spec

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