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