2008-08-10 11:32:49 +00:00
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
2010-06-12 01:19:10 +00:00
|
|
|
%{!?gtk2_binary_version: %define gtk2_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)}
|
|
|
|
%{!?gtk3_binary_version: %define gtk3_binary_version %(pkg-config --variable=gtk_binary_version gtk+-3.0)}
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2010-08-23 02:55:19 +00:00
|
|
|
%define have_libxkbfile 1
|
2011-03-10 09:07:52 +00:00
|
|
|
%define have_gjsfile 1
|
2010-11-04 14:32:23 +00:00
|
|
|
%define ibus_api_version 1.0
|
2010-08-23 02:55:19 +00:00
|
|
|
|
2009-03-06 06:28:10 +00:00
|
|
|
%define glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
|
2009-03-06 06:52:29 +00:00
|
|
|
%define dbus_python_version 0.83.0
|
2011-02-18 02:32:43 +00:00
|
|
|
# FIXME: It's better to use the new icon names
|
|
|
|
%define gnome_icon_theme_legacy_version 2.91.6
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
Name: ibus
|
2011-06-01 18:07:41 +00:00
|
|
|
Version: 1.3.99.20110419
|
2011-07-05 05:07:17 +00:00
|
|
|
Release: 9%{?dist}
|
2008-09-08 08:04:39 +00:00
|
|
|
Summary: Intelligent Input Bus for Linux OS
|
2008-08-10 11:32:49 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://code.google.com/p/ibus/
|
|
|
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
Source1: xinput-ibus
|
2011-03-10 09:07:52 +00:00
|
|
|
%if %have_gjsfile
|
2011-06-30 08:33:52 +00:00
|
|
|
Source2: http://fujiwara.fedorapeople.org/ibus/gnome-shell/gnome-shell-ibus-plugins-20110630.tar.bz2
|
2011-03-10 09:07:52 +00:00
|
|
|
%endif
|
2011-04-19 03:14:20 +00:00
|
|
|
Source3: https://www.transifex.net/projects/p/ibus/resource/master/l/da/download/ibus_master_da.po
|
2011-06-21 08:49:07 +00:00
|
|
|
Source4: http://ueno.fedorapeople.org/ibus-indicator/ibus-indicator.tar.bz2
|
2011-04-20 03:41:38 +00:00
|
|
|
Patch0: ibus-HEAD.patch
|
2011-06-21 08:49:07 +00:00
|
|
|
Patch1: ibus-530711-preload-sys.patch
|
|
|
|
Patch2: ibus-xx-icon-symbol.patch
|
|
|
|
Patch3: ibus-541492-xkb.patch
|
|
|
|
Patch4: ibus-xx-bridge-hotkey.patch
|
|
|
|
Patch5: ibus-xx-setup-frequent-lang.patch
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2011-06-08 06:14:48 +00:00
|
|
|
# Workaround for oxygen-gtk icon theme until bug 699103 is fixed.
|
|
|
|
Patch91: ibus-711632-fedora-fallback-icon.patch
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-02-03 08:39:00 +00:00
|
|
|
|
2009-03-28 04:23:27 +00:00
|
|
|
BuildRequires: cvs
|
2008-08-10 11:32:49 +00:00
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: gtk2-devel
|
2010-06-12 01:19:10 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2008-08-10 11:32:49 +00:00
|
|
|
BuildRequires: dbus-glib-devel
|
2009-03-06 06:52:29 +00:00
|
|
|
BuildRequires: dbus-python-devel >= %{dbus_python_version}
|
2008-10-07 04:43:20 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2009-02-05 04:51:29 +00:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
BuildRequires: pygobject2-devel
|
2009-03-31 04:12:59 +00:00
|
|
|
BuildRequires: intltool
|
2010-04-21 11:20:04 +00:00
|
|
|
BuildRequires: iso-codes-devel
|
2010-08-23 02:55:19 +00:00
|
|
|
%if %have_libxkbfile
|
|
|
|
BuildRequires: libxkbfile-devel
|
|
|
|
%endif
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2010-06-12 01:19:10 +00:00
|
|
|
Requires: %{name}-gtk2 = %{version}-%{release}
|
2010-09-30 10:00:12 +00:00
|
|
|
%if (0%{?fedora} > 14 || 0%{?rhel} > 6)
|
2010-06-12 01:19:10 +00:00
|
|
|
Requires: %{name}-gtk3 = %{version}-%{release}
|
2010-09-30 10:00:12 +00:00
|
|
|
%endif
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
Requires: pygtk2
|
2008-10-08 08:21:57 +00:00
|
|
|
Requires: pyxdg
|
2008-09-23 02:39:31 +00:00
|
|
|
Requires: iso-codes
|
2009-03-06 06:52:29 +00:00
|
|
|
Requires: dbus-python >= %{dbus_python_version}
|
2011-01-04 03:47:15 +00:00
|
|
|
Requires: dbus-x11
|
2011-02-18 02:32:43 +00:00
|
|
|
Requires: im-chooser
|
|
|
|
Requires: GConf2
|
2009-12-25 03:26:17 +00:00
|
|
|
Requires: notify-python
|
2010-04-24 03:24:52 +00:00
|
|
|
Requires: librsvg2
|
2011-02-18 02:32:43 +00:00
|
|
|
Requires: gnome-icon-theme-legacy >= %{gnome_icon_theme_legacy_version}
|
2011-03-28 03:22:50 +00:00
|
|
|
Requires: gnome-icon-theme-symbolic
|
2009-03-06 06:28:10 +00:00
|
|
|
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
|
2011-02-18 02:32:43 +00:00
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(post): GConf2
|
|
|
|
Requires(preun): GConf2
|
2009-03-06 06:28:10 +00:00
|
|
|
|
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
Requires(postun): %{_sbindir}/alternatives
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%define _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%description
|
2009-12-10 05:33:29 +00:00
|
|
|
IBus means Intelligent Input Bus. It is an input framework for Linux OS.
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%package libs
|
|
|
|
Summary: IBus libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
2009-03-06 06:28:10 +00:00
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
Requires: dbus >= 1.2.4
|
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%description libs
|
|
|
|
This package contains the libraries for IBus
|
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%package gtk2
|
2008-10-07 04:43:20 +00:00
|
|
|
Summary: IBus im module for gtk2
|
2008-08-10 11:32:49 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-12-09 06:42:20 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2009-03-02 23:52:37 +00:00
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
2010-07-22 10:15:51 +00:00
|
|
|
# Added for F14: need to keep bumping for backports
|
|
|
|
Obsoletes: ibus-gtk < %{version}-%{release}
|
2010-06-30 07:01:46 +00:00
|
|
|
Provides: ibus-gtk = %{version}-%{release}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%description gtk2
|
2008-08-10 11:32:49 +00:00
|
|
|
This package contains ibus im module for gtk2
|
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%package gtk3
|
|
|
|
Summary: IBus im module for gtk3
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-12-09 06:42:20 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2011-04-19 03:14:20 +00:00
|
|
|
Requires: imsettings-gnome
|
2010-06-12 01:19:10 +00:00
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
|
|
|
|
|
|
|
%description gtk3
|
|
|
|
This package contains ibus im module for gtk3
|
|
|
|
|
2011-06-21 08:49:07 +00:00
|
|
|
%package gnome3
|
|
|
|
Summary: IBus gnome-shell-extension for GNOME3
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
Requires: gnome-shell
|
|
|
|
|
|
|
|
%description gnome3
|
|
|
|
This is a transitional package which allows users to try out new IBus
|
|
|
|
GUI for GNOME3 in development. Note that this package will be marked
|
|
|
|
as obsolete once the integration has completed in the GNOME3 upstream.
|
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development tools for ibus
|
|
|
|
Group: Development/Libraries
|
2008-08-10 11:32:49 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-12-09 06:42:20 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2009-02-05 04:51:29 +00:00
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: dbus-devel
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%description devel
|
|
|
|
The ibus-devel package contains the header files and developer
|
|
|
|
docs for ibus.
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-04-24 11:06:06 +00:00
|
|
|
%package devel-docs
|
|
|
|
Summary: Developer documents for ibus
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel-docs
|
|
|
|
The ibus-devel-docs package contains developer documentation for ibus
|
|
|
|
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%prep
|
2009-09-04 04:40:13 +00:00
|
|
|
%setup -q
|
2011-03-10 09:07:52 +00:00
|
|
|
%if %have_gjsfile
|
2011-02-14 10:28:13 +00:00
|
|
|
bzcat %SOURCE2 | tar xf -
|
2011-06-01 18:07:41 +00:00
|
|
|
sed -i \
|
|
|
|
-e "s|Config.IBUS_XKB|'/usr/libexec/ibus-xkb'|" \
|
|
|
|
-e "s|Config.HAVE_IBUS_XKB|true|" \
|
|
|
|
js/ui/status/ibus/xkbLayout.js
|
2011-06-29 09:31:10 +00:00
|
|
|
sed -i \
|
|
|
|
-e "s|imports.misc.config.IBUS_PREFIX|'/usr'|" \
|
|
|
|
-e "s|imports.misc.config.IBUS_PKGDATADIR|'/usr/share/ibus'|" \
|
|
|
|
js/ui/status/ibus/panel.js
|
2011-06-21 08:49:07 +00:00
|
|
|
bzcat %SOURCE4 | tar xf -
|
2011-03-10 09:07:52 +00:00
|
|
|
%endif
|
2011-04-19 03:14:20 +00:00
|
|
|
cp %SOURCE3 po/da.po
|
2011-04-20 03:41:38 +00:00
|
|
|
%patch0 -p1
|
2011-01-04 03:04:22 +00:00
|
|
|
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c
|
2011-06-21 08:49:07 +00:00
|
|
|
%patch1 -p1 -b .preload-sys
|
|
|
|
%patch2 -p1 -b .icon-symbol
|
2010-08-23 02:55:19 +00:00
|
|
|
%if %have_libxkbfile
|
2011-06-21 08:49:07 +00:00
|
|
|
%patch3 -p1 -b .xkb
|
2010-08-23 02:55:19 +00:00
|
|
|
%endif
|
2011-06-21 08:49:07 +00:00
|
|
|
mv data/ibus.schemas.in data/ibus.schemas.in.in
|
|
|
|
%patch4 -p1 -b .bridge-key
|
|
|
|
%patch5 -p1 -b .setup-frequent-lang
|
2010-10-07 07:03:48 +00:00
|
|
|
|
2011-06-08 06:14:48 +00:00
|
|
|
%patch91 -p1 -b .fallback-icon
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%build
|
2010-08-23 02:55:19 +00:00
|
|
|
%if %have_libxkbfile
|
|
|
|
aclocal -I m4
|
|
|
|
autoheader
|
|
|
|
autoconf -f
|
|
|
|
automake -a -c -f
|
|
|
|
%endif
|
2010-06-12 01:19:10 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--enable-gtk2 \
|
|
|
|
--enable-gtk3 \
|
|
|
|
--enable-xim \
|
|
|
|
--disable-gtk-doc \
|
2010-11-12 09:51:00 +00:00
|
|
|
--with-no-snooper-apps='gnome-do,Do.*,firefox.*,.*chrome.*,.*chromium.*' \
|
2010-11-22 03:45:59 +00:00
|
|
|
--enable-surrounding-text \
|
2011-06-21 08:49:07 +00:00
|
|
|
--enable-bridge-hotkey \
|
2010-06-12 01:19:10 +00:00
|
|
|
--enable-introspection
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
# make -C po update-gmo
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-08-26 09:02:13 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2010-11-04 14:32:23 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus-%{ibus_api_version}.la
|
2010-06-12 01:19:10 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.la
|
2008-08-10 11:32:49 +00:00
|
|
|
|
|
|
|
# install xinput config file
|
2009-08-26 22:18:27 +00:00
|
|
|
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
# install .desktop files
|
2010-11-04 14:32:23 +00:00
|
|
|
# correct location in upstream.
|
|
|
|
if test ! -f $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop -a \
|
|
|
|
-f $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop ; then
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
|
|
|
|
mv $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop \
|
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
|
|
|
|
fi
|
2009-08-26 22:18:27 +00:00
|
|
|
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
|
2009-02-25 05:59:33 +00:00
|
|
|
echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
|
2009-08-26 22:18:27 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
|
2010-11-04 14:32:23 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop
|
|
|
|
# workaround for desktop-file-install
|
|
|
|
sed -i -e 's|Comment\[ja\]=IBus |& |' \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
|
2008-10-07 04:43:20 +00:00
|
|
|
desktop-file-install --delete-original \
|
2009-08-26 22:18:27 +00:00
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2011-03-10 09:07:52 +00:00
|
|
|
%if %have_gjsfile
|
2011-06-21 08:49:07 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=657165
|
|
|
|
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/gnome-shell
|
|
|
|
cp -R js $RPM_BUILD_ROOT%{_datadir}/gnome-shell
|
|
|
|
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions
|
|
|
|
cp -R ibus-indicator@example.com $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions
|
2011-03-10 09:07:52 +00:00
|
|
|
%endif
|
|
|
|
|
2010-11-04 14:32:23 +00:00
|
|
|
# FIXME: no version number
|
|
|
|
%find_lang %{name}10
|
2008-08-10 11:32:49 +00:00
|
|
|
|
|
|
|
%clean
|
2009-08-26 22:18:27 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%post
|
2009-08-26 09:02:13 +00:00
|
|
|
# recreate icon cache
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
[ -x %{_bindir}/gtk-update-icon-cache ] && \
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
2008-10-07 01:55:23 +00:00
|
|
|
%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-03-06 06:28:10 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
|
2009-02-25 05:59:33 +00:00
|
|
|
|
2009-03-06 06:28:10 +00:00
|
|
|
%pre
|
|
|
|
if [ "$1" -gt 1 ]; then
|
2009-12-10 05:33:29 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
|
2009-03-06 06:28:10 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ "$1" -eq 0 ]; then
|
2009-12-10 05:33:29 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
|
2009-03-06 06:28:10 +00:00
|
|
|
fi
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%postun
|
2009-08-26 09:02:13 +00:00
|
|
|
# recreate icon cache
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
[ -x %{_bindir}/gtk-update-icon-cache ] && \
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
2008-10-07 01:55:23 +00:00
|
|
|
if [ "$1" = "0" ]; then
|
2008-10-07 04:43:20 +00:00
|
|
|
%{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
|
|
|
|
# if alternative was set to manual, reset to auto
|
|
|
|
[ -L %{_sysconfdir}/alternatives/xinputrc -a "`readlink %{_sysconfdir}/alternatives/xinputrc`" = "%{_xinputconf}" ] && %{_sbindir}/alternatives --auto xinputrc || :
|
2008-10-07 01:55:23 +00:00
|
|
|
fi
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-08-26 09:02:13 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2009-08-26 09:02:13 +00:00
|
|
|
%postun libs -p /sbin/ldconfig
|
2009-02-25 05:59:33 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%post gtk2
|
2010-12-09 06:42:20 +00:00
|
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
2010-06-12 01:19:10 +00:00
|
|
|
|
|
|
|
%postun gtk2
|
2010-12-09 06:42:20 +00:00
|
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
2009-03-06 06:28:10 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%post gtk3
|
2010-12-09 06:42:20 +00:00
|
|
|
%{_bindir}/gtk-query-immodules-3.0-%{__isa_bits} --update-cache || :
|
2010-06-12 01:19:10 +00:00
|
|
|
|
|
|
|
%postun gtk3
|
2010-12-09 06:42:20 +00:00
|
|
|
%{_bindir}/gtk-query-immodules-3.0-%{__isa_bits} --update-cache || :
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2010-11-04 14:32:23 +00:00
|
|
|
# FIXME: no version number
|
|
|
|
%files -f %{name}10.lang
|
2008-08-10 11:32:49 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
%dir %{python_sitelib}/ibus
|
|
|
|
%{python_sitelib}/ibus/*
|
|
|
|
%dir %{_datadir}/ibus/
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_bindir}/ibus-daemon
|
2008-08-10 11:32:49 +00:00
|
|
|
%{_bindir}/ibus-setup
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_datadir}/ibus/*
|
2008-10-14 06:39:36 +00:00
|
|
|
%{_datadir}/applications/*
|
2009-10-24 03:46:02 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_libexecdir}/ibus-gconf
|
|
|
|
%{_libexecdir}/ibus-ui-gtk
|
|
|
|
%{_libexecdir}/ibus-x11
|
2009-02-25 05:59:33 +00:00
|
|
|
# %{_sysconfdir}/xdg/autostart/ibus.desktop
|
2009-03-06 06:28:10 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/ibus.schemas
|
2008-08-10 11:32:49 +00:00
|
|
|
%config %{_xinputconf}
|
2010-08-23 02:55:19 +00:00
|
|
|
%if %have_libxkbfile
|
|
|
|
%{_libexecdir}/ibus-engine-xkb
|
|
|
|
%{_libexecdir}/ibus-xkb
|
|
|
|
%endif
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root,-)
|
2010-11-04 14:32:23 +00:00
|
|
|
%{_libdir}/libibus-%{ibus_api_version}.so.*
|
2010-06-12 01:19:10 +00:00
|
|
|
%{_libdir}/girepository-1.0/IBus-1.0.typelib
|
|
|
|
|
|
|
|
%files gtk2
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/gtk-2.0/%{gtk2_binary_version}/immodules/im-ibus.so
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2010-06-12 01:19:10 +00:00
|
|
|
%files gtk3
|
2008-08-10 11:32:49 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-06-12 01:19:10 +00:00
|
|
|
%{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2011-06-21 08:49:07 +00:00
|
|
|
%files gnome3
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/js/ui/status/ibus
|
|
|
|
%{_datadir}/gnome-shell/extensions/ibus-indicator@example.com
|
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
%files devel
|
2008-08-10 11:32:49 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
2010-06-12 01:19:10 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_datadir}/gir-1.0/IBus-1.0.gir
|
|
|
|
%{_datadir}/vala/vapi/ibus-1.0.vapi
|
2010-11-04 14:32:23 +00:00
|
|
|
%{_datadir}/vala/vapi/ibus-1.0.deps
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-04-24 11:06:06 +00:00
|
|
|
%files devel-docs
|
2009-12-10 05:33:29 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-04-24 11:06:06 +00:00
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%changelog
|
2011-07-05 05:07:17 +00:00
|
|
|
* Mon Jun 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-9
|
2011-06-21 08:49:07 +00:00
|
|
|
- Updated ibus-HEAD.patch for upstream.
|
|
|
|
- Removed ibus-435880-surrounding-text.patch as upstream.
|
2011-06-08 06:14:48 +00:00
|
|
|
- Added ibus-711632-fedora-fallback-icon.patch
|
|
|
|
Fixed SEGV with no icon in oxygen-gtk icon theme.
|
2011-06-21 08:49:07 +00:00
|
|
|
- Added ibus-xx-icon-symbol.patch
|
|
|
|
- Added ibus-xx-bridge-hotkey.patch
|
|
|
|
- Added transitional ibus-gnome3 package.
|
2011-06-08 06:14:48 +00:00
|
|
|
|
2011-06-01 18:07:41 +00:00
|
|
|
* Thu May 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-1
|
|
|
|
- Updated to 1.3.99.20110419
|
2011-04-20 03:41:38 +00:00
|
|
|
- Added ibus-HEAD.patch
|
|
|
|
Fixed Bug 697471 - ibus-gconf zombie when restart ibus from ibus panel.
|
2011-05-09 08:30:34 +00:00
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed Bug 701202 - us(dvorak) does not show up in list
|
2011-06-01 18:07:41 +00:00
|
|
|
Updated ibus-1.0.pc for ibus-xkb
|
2011-05-25 10:01:23 +00:00
|
|
|
Showed XKB variant descriptions only without layout descriptions.
|
|
|
|
- Updated ibus-xx-setup-frequent-lang.patch
|
|
|
|
Updated UI strings
|
2011-04-20 03:41:38 +00:00
|
|
|
|
2011-04-19 03:14:20 +00:00
|
|
|
* Tue Apr 19 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110408-1
|
|
|
|
- Updated to 1.3.99.20110408
|
2011-03-17 08:33:47 +00:00
|
|
|
Fixed Bug 683484 - Timed out SetEngine when select an engine from panel.
|
2011-03-25 05:50:02 +00:00
|
|
|
Fixed Bug 657165 - IBus for gnome-shell for Fedora 15.
|
2011-04-19 03:14:20 +00:00
|
|
|
- Upstreamed ibus-657165-panel-libs.patch
|
|
|
|
- Removed ibus-675503-gnome-shell-workaround.patch
|
|
|
|
- Added ibus-xx-setup-frequent-lang.patch
|
|
|
|
- Updated ibus-541492-xkb.patch
|
|
|
|
Fixed Bug 696481 - no the variant maps without language codes
|
|
|
|
- Added dependency of imsettings-gnome.
|
|
|
|
Fixed Bug 696510 - need a dependency in ibus-gtk3 for imsettings-gnome
|
2011-03-11 09:23:28 +00:00
|
|
|
|
2011-03-10 09:07:52 +00:00
|
|
|
* Thu Mar 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110228-1
|
|
|
|
- Updated to 1.3.99.20110228
|
2011-02-14 10:28:13 +00:00
|
|
|
- Integrated the part of gjs in Bug 657165 ibus for gnome-shell.
|
|
|
|
Added ibus-657165-panel-libs.patch
|
2011-03-10 09:07:52 +00:00
|
|
|
Added gnome-shell-ibus-plugins-20110304.tar.bz2
|
2011-02-14 10:28:13 +00:00
|
|
|
- Fixed Bug 675503 - a regression in sync mode
|
|
|
|
Added ibus-675503-gnome-shell-workaround.patch until gnome-shell is updated.
|
2011-03-10 09:07:52 +00:00
|
|
|
- Fixed Bug 677856 - left ibus snooper when im client is switched.
|
|
|
|
- Fixed Bug 673047 - abrt ibus_xkb_get_current_layout for non-XKB system
|
|
|
|
Updated ibus-541492-xkb.patch
|
2011-02-11 05:19:58 +00:00
|
|
|
|
2011-02-09 11:48:41 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.99.20110127-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 18:06:02 +00:00
|
|
|
* Fri Feb 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110127-1
|
|
|
|
- Updated to 1.3.99.20110127
|
|
|
|
- Updated ibus-HEAD.patch from upstream.
|
2011-02-02 18:24:54 +00:00
|
|
|
|
2011-01-26 08:27:03 +00:00
|
|
|
* Wed Jan 26 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110117-1
|
|
|
|
- Updated to 1.3.99.20110117
|
2011-01-04 03:47:15 +00:00
|
|
|
- Fixed Bug 666427 - ibus requires dbus-x11
|
2011-01-26 08:27:03 +00:00
|
|
|
- Fixed Bug 670137 - QT_IM_MODULE=xim in ibus.conf without ibus-qt
|
2010-12-22 07:47:45 +00:00
|
|
|
|
2010-12-09 06:42:20 +00:00
|
|
|
* Thu Dec 09 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101202-1
|
|
|
|
- Updated to 1.3.99.20101202
|
2010-11-12 09:51:00 +00:00
|
|
|
- Added ibus-530711-preload-sys.patch
|
2010-11-18 04:19:48 +00:00
|
|
|
Fixed Bug 530711 - Reload preloaded engines by login
|
2010-11-12 09:51:00 +00:00
|
|
|
|
2010-11-04 14:32:23 +00:00
|
|
|
* Fri Oct 29 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20101028-1
|
|
|
|
- Updated to 1.3.99.20101028
|
|
|
|
- Integrated gdbus
|
|
|
|
- Merged notify.patch into ibus-HEAD.patch
|
2010-11-02 02:53:37 +00:00
|
|
|
|
2010-10-22 15:39:25 +00:00
|
|
|
* Fri Oct 22 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.8-1
|
|
|
|
- Updated to 1.3.8
|
2010-09-14 01:52:06 +00:00
|
|
|
- Added ibus-541492-xkb.patch
|
|
|
|
Fixes Bug 541492 - ibus needs to support some xkb layout switching
|
|
|
|
- Added ibus-435880-surrounding-text.patch
|
|
|
|
Fixes Bug 435880 - ibus-gtk requires surrounding-text support
|
2010-10-22 15:39:25 +00:00
|
|
|
- Added ibus-xx-workaround-gtk3.patch
|
|
|
|
Workaround for f14 http://koji.fedoraproject.org/koji/taskinfo?taskID=2516604
|
2010-08-26 04:27:46 +00:00
|
|
|
|
2010-08-23 02:55:19 +00:00
|
|
|
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
|
2010-10-22 15:39:25 +00:00
|
|
|
- Updated to 1.3.7
|
2010-08-23 02:55:19 +00:00
|
|
|
|
2010-07-28 06:24:45 +00:00
|
|
|
* Wed Jul 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.3.6-5
|
|
|
|
- Rebuild against python 2.7
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Jul 22 2010 Jens Petersen <petersen@redhat.com> - 1.3.6-4
|
|
|
|
- keep bumping ibus-gtk obsoletes to avoid upgrade problems
|
|
|
|
|
2010-07-22 01:56:37 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-15 18:55:51 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.3.6-2
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Jul 06 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.6-1
|
2010-07-06 09:00:43 +00:00
|
|
|
- Update to 1.3.6
|
|
|
|
|
2010-06-30 07:01:46 +00:00
|
|
|
* Wed Jun 30 2010 Jens Petersen <petersen@redhat.com>
|
|
|
|
- version the ibus-gtk obsolete and provides
|
|
|
|
- drop the old redundant ibus-qt obsoletes
|
|
|
|
|
2010-06-29 02:52:19 +00:00
|
|
|
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.5-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2010-06-22 17:31:20 +00:00
|
|
|
* Tue Jun 22 2010 Colin Walters <walters@verbum.org> - 1.3.5-2
|
|
|
|
- Bump Release to keep ahead of F-13
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Jun 12 2010 Peng Huang <phuang@redhat.com> - 1.3.5-1
|
2010-06-12 01:19:10 +00:00
|
|
|
- Update to 1.3.5
|
|
|
|
- Support gtk3, gobject-introspection and vala.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-2
|
2010-05-28 23:48:14 +00:00
|
|
|
- Update to 1.3.4
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat May 29 2010 Peng Huang <phuang@redhat.com> - 1.3.4-1
|
2010-05-28 22:50:07 +00:00
|
|
|
- Update to 1.3.4
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue May 04 2010 Peng Huang <phuang@redhat.com> - 1.3.3-1
|
2010-05-08 00:03:33 +00:00
|
|
|
- Update to 1.3.3
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun May 02 2010 Peng Huang <phuang@redhat.com> - 1.3.2-3
|
2010-05-08 00:03:33 +00:00
|
|
|
- Embedded language bar in menu by default.
|
|
|
|
- Fix bug 587353 - [abrt] crash in ibus-1.3.2-2.fc12
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Apr 24 2010 Peng Huang <phuang@redhat.com> - 1.3.2-2
|
2010-04-24 03:24:52 +00:00
|
|
|
- Add requires librsvg2
|
2010-05-08 00:03:33 +00:00
|
|
|
- Update ibus-HEAD.patch: Update po files and and setting
|
2010-04-24 03:24:52 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Apr 21 2010 Peng Huang <phuang@redhat.com> - 1.3.2-1
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update to 1.3.2
|
|
|
|
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Apr 05 2010 Peng Huang <phuang@redhat.com> - 1.3.1-1
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update to 1.3.1
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Mar 26 2010 Peng Huang <phuang@redhat.com> - 1.3.0-3
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update ibus-HEAD.patch
|
|
|
|
- Fix bug - some time panel does not show candidates.
|
|
|
|
- Update some po files
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-2
|
2010-04-21 11:20:04 +00:00
|
|
|
- Does not check glib micro version in ibus im module.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Mar 22 2010 Peng Huang <phuang@redhat.com> - 1.3.0-1
|
2010-04-21 11:20:04 +00:00
|
|
|
- Update to 1.3.0
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 02 2010 Peng Huang <phuang@redhat.com> - 1.2.99.20100202-1
|
2010-02-02 03:12:51 +00:00
|
|
|
- Update to 1.2.99.20100202
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Jan 11 2010 Peng Huang <phuang@redhat.com> - 1.2.0.20100111-1
|
2010-01-11 06:28:42 +00:00
|
|
|
- Update to 1.2.0.20100111
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Dec 25 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091225-1
|
2009-12-25 03:26:17 +00:00
|
|
|
- Update to 1.2.0.20091225
|
|
|
|
- Fix bug 513895 - new IME does not show up in ibus-setup
|
|
|
|
- Fix bug 531857 - applet order should correspond with preferences order
|
|
|
|
- Fix bug 532856 - should not list already added input-methods in Add selector
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Dec 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091215-1
|
2009-12-16 05:49:30 +00:00
|
|
|
- Update to 1.2.0.20091215
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Dec 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-2
|
2009-12-10 05:33:29 +00:00
|
|
|
- Fix rpmlint warnings and errors.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Dec 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091204-1
|
2009-12-04 08:51:50 +00:00
|
|
|
- Update to 1.2.0.20091204
|
|
|
|
- Fix Bug 529920 - language panel pops up on the wrong monitor
|
|
|
|
- Fix Bug 541197 - Ibus crash
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Nov 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091124-1
|
2009-11-24 04:50:23 +00:00
|
|
|
- Update to 1.2.0.20091124
|
|
|
|
- Update some translations.
|
|
|
|
- Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Oct 24 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091024-1
|
2009-10-24 03:46:02 +00:00
|
|
|
- Update to 1.2.0.20091024
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Oct 14 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20091014-2
|
2009-10-24 03:46:02 +00:00
|
|
|
- Update to 1.2.0.20091014
|
|
|
|
- Change ICON in ibus.conf
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 27 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090927-1
|
2009-09-27 07:14:13 +00:00
|
|
|
- Update to 1.2.0.20090927
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 15 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090915-1
|
2009-09-15 06:04:57 +00:00
|
|
|
- Update to 1.2.0.20090915
|
|
|
|
- Fix bug 521591 - check if the icon filename is a real file before trying to open it
|
|
|
|
- Fix bug 522310 - Memory leak on show/hide
|
|
|
|
- Fix bug 509518 - ibus-anthy should only override to jp layout for kana input
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-2
|
2009-09-04 10:42:49 +00:00
|
|
|
- Refresh the tarball.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Sep 04 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090904-1
|
2009-09-04 04:29:20 +00:00
|
|
|
- Update to 1.2.0.20090904
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 31 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-2
|
2009-08-30 22:59:56 +00:00
|
|
|
- Change icon path in ibus.conf
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090828-1
|
2009-08-28 06:19:37 +00:00
|
|
|
- Update to 1.2.0.20090828
|
|
|
|
- Change the icon on systray.
|
|
|
|
- Fix segment fault in ibus_hotkey_profile_destroy
|
|
|
|
- Fix some memory leaks.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Aug 12 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090812-1
|
2009-08-12 01:54:42 +00:00
|
|
|
- Update to 1.2.0.20090812
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 10 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-4
|
2009-08-10 02:19:01 +00:00
|
|
|
- Update ibus-HEAD.patch
|
|
|
|
- Fix Numlock problem.
|
2009-08-10 06:13:13 +00:00
|
|
|
- Fix some memory leaks.
|
2009-08-10 02:19:01 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-2
|
2009-08-07 06:47:16 +00:00
|
|
|
- Update ibus-HEAD.patch
|
|
|
|
- Fix bug 516154.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 07 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090807-1
|
2009-08-07 06:05:59 +00:00
|
|
|
- Update to 1.2.0.20090807
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Aug 06 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090806-1
|
2009-08-05 23:23:43 +00:00
|
|
|
- Update to 1.2.0.20090806
|
|
|
|
- Fix bug 515106 - don't install duplicate files
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Jul 28 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-3
|
2009-07-27 23:54:35 +00:00
|
|
|
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists.
|
|
|
|
|
2009-07-25 03:01:08 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Jul 23 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090723-1
|
2009-07-23 05:09:28 +00:00
|
|
|
- Update to 1.2.0.20090723
|
|
|
|
- Fix dead loop in ibus-gconf
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Jul 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090722-1
|
2009-07-22 05:37:04 +00:00
|
|
|
- Update to 1.2.0.20090722
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Jul 19 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090719-1
|
2009-07-22 05:37:04 +00:00
|
|
|
- Update to 1.2.0.20090719
|
2009-07-19 05:19:02 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Jun 22 2009 Peng Huang <phuang@redhat.com> - 1.2.0.20090617-1
|
2009-06-22 05:09:19 +00:00
|
|
|
- Update to 1.2.0.20090617
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Jun 12 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090612-1
|
2009-06-22 05:09:19 +00:00
|
|
|
- Update to 1.1.0.20090612
|
2009-06-12 06:09:06 +00:00
|
|
|
- Fix bug 504942 - PageUp and PageDown do not work in candidate list
|
|
|
|
- Fix bug 491040 - Implememnt mouse selection in candidate list
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Jun 10 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090609-1
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update to Update to 1.1.0.20090609
|
|
|
|
- Fix bug 502414 - Implemented on-screen help facility
|
|
|
|
- Fix bug 502561 - iBus should show keymap name on iBus panel
|
|
|
|
- Fix bug 498043 - ibus Alt-grave trigger conflicts with openoffice.org
|
|
|
|
- Implemented API for setting labels for candidates in LookupTable
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun May 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090531-1
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update to Update to 1.1.0.20090531
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue May 26 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-5
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Show the default input method with bold text
|
|
|
|
- Add information text below input methods list
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon May 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-4
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
|
|
|
|
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
|
|
|
|
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu May 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-2
|
2009-05-14 01:01:26 +00:00
|
|
|
- Remove requires notification-daemon
|
|
|
|
- Fix bug 500588 - Hardcoded requirement for notification-daemon
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090508-1
|
2009-05-14 01:01:26 +00:00
|
|
|
- Update to 1.1.0.20090508
|
|
|
|
- Fix bug 499533 - [Indic] ibus should allow input in KDE using all supported Indic locales
|
|
|
|
- Fix bug 498352 - hotkey config table should list keys in same order as on main setup page
|
|
|
|
- Fix bug 497707 - ibus French translation update
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri May 08 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-3
|
2009-05-14 01:01:26 +00:00
|
|
|
- Fix bug 498541 - ibus-libs should not contain devel file libibus.so
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue May 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-2
|
2009-05-14 01:01:26 +00:00
|
|
|
- Fix bug 498141 - new ibus install needs gtk immodules
|
|
|
|
- Separate ibus document from ibus-devel to ibus-devel-docs
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Apr 23 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090423-1
|
2009-04-24 11:06:06 +00:00
|
|
|
- Update to ibus-1.1.0.20090423.
|
2009-05-14 01:01:26 +00:00
|
|
|
- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
|
|
|
|
- Fix bug 497279 - IBus does not works with evolution correctly.
|
2009-04-24 11:06:06 +00:00
|
|
|
- Enhance authentication both in daemon & clients
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090417-1
|
2009-04-17 10:57:05 +00:00
|
|
|
- Update to ibus-1.1.0.20090417.
|
|
|
|
- Fix bug 496199 - cannot remove Ctrl+Space hotkey with ibus-setup
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Apr 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-4
|
2009-04-17 06:09:24 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Next Engine hotkey will do nothing if the IM is not active.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Apr 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-3
|
2009-04-15 00:04:05 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Fix bug 495431 - ibus Release modifier doesn't work with Alt
|
|
|
|
- Fix bug 494445 - ibus-hangul missing Hangul Han/En mode
|
|
|
|
(and Alt_R+release hotkey)
|
|
|
|
- Update te.po
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 14 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-2
|
2009-04-14 09:06:25 +00:00
|
|
|
- Update ibus-HEAD.patch.
|
|
|
|
- Change the mode of /tmp/ibus-$USER to 0700 to improve security
|
|
|
|
- Change the mode of /tmp/ibus-$USER/socket-address to 0600 to improve security
|
2009-04-14 09:10:39 +00:00
|
|
|
- Update as.po
|
2009-04-14 09:06:25 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Apr 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090413-1
|
2009-04-13 08:54:32 +00:00
|
|
|
- Update to ibus-1.1.0.20090413.
|
|
|
|
- Fix crash when restart the ibus-daemon
|
|
|
|
- Add some translations.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-3
|
2009-04-07 10:45:15 +00:00
|
|
|
- Update the tarball.
|
|
|
|
- Fix bug 494511 - ibus-gtk makes gnome-terminal abort
|
|
|
|
when a key is pressed
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-2
|
2009-04-07 06:31:43 +00:00
|
|
|
- Update default hotkey settings.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090407-1
|
2009-04-07 03:09:32 +00:00
|
|
|
- Update to ibus-1.1.0.20090407.
|
|
|
|
- Fix bug 491042 - ibus default trigger hotkeys
|
|
|
|
- Fix bug 492929 - ibus-hangul can cause gtk app to lockup
|
|
|
|
- Fix bug 493701 - (ibus) imsettings disconnect/reconnect kills gtk app
|
|
|
|
- Fix bug 493687 - ibus-hangul should default to vertical candidate selection
|
|
|
|
- Fix bug 493449 - ibus broke Alt-F2 command auto-completion
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Mar 31 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090331-1
|
2009-03-31 03:55:08 +00:00
|
|
|
- Update to ibus-1.1.0.20090331.
|
|
|
|
- Fix bug 492956 - screws up keyboard input in firefox
|
|
|
|
- Fix bug 490143 - ibus issue with gnome-keyring
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Mar 29 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-3
|
2009-03-29 05:52:50 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree
|
|
|
|
- Fix bug 491999 - up/down arrow keys broken in xchat
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Mar 28 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-2
|
2009-03-28 04:23:27 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
2009-03-29 05:52:50 +00:00
|
|
|
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
|
|
|
|
- Fix bug 490381 - Change "Next/Previous engine" labels
|
2009-03-28 04:23:27 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Mar 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090311-1
|
2009-03-11 06:48:42 +00:00
|
|
|
- Update to ibus-1.1.0.20090311.
|
|
|
|
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Mar 6 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090306-1
|
2009-03-06 06:28:10 +00:00
|
|
|
- Update to ibus-1.1.0.20090306.
|
|
|
|
|
2009-03-02 23:52:37 +00:00
|
|
|
* Tue Mar 3 2009 Jens Petersen <petersen@redhat.com>
|
|
|
|
- use post for ibus-gtk requires glib2
|
|
|
|
|
2009-03-02 09:04:14 +00:00
|
|
|
* Mon Mar 2 2009 Jens Petersen <petersen@redhat.com> - 1.1.0.20090225-2
|
|
|
|
- drop the superfluous ibus-0.1 engine obsoletes
|
|
|
|
- move glib2 requires to gtk package
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 25 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090225-1
|
2009-02-25 05:59:33 +00:00
|
|
|
- Update to ibus-1.1.0.20090225.
|
2009-12-10 05:33:29 +00:00
|
|
|
- Fix problems in %%post and %%postun scripts.
|
2009-02-25 05:59:33 +00:00
|
|
|
- Hide ibus & ibus preferences menu items.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-10
|
2009-02-17 08:15:06 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
- Put 'Select an input method' in engine select combobox (#485861).
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-9
|
2009-02-17 03:44:47 +00:00
|
|
|
- Add requires im-chooser >= 1.2.5.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-8
|
2009-02-17 01:02:24 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
2009-02-17 01:43:27 +00:00
|
|
|
- Fix ibus-hangul segfault (#485438).
|
2009-02-17 01:02:24 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Feb 16 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-6
|
2009-02-16 02:50:43 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
- The new patch fixes ibus-x11 segfault (#485661).
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-5
|
2009-02-15 08:21:34 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Feb 15 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-4
|
2009-02-15 04:36:54 +00:00
|
|
|
- Remove gnome-python2-gconf from requires.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-3
|
2009-02-13 06:15:14 +00:00
|
|
|
- Update ibus-HEAD.patch, to fix bug 484652.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Feb 13 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-2
|
2009-02-13 02:58:51 +00:00
|
|
|
- Add patch ibus-HEAD.patch, to update ibus to HEAD version.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Feb 11 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090211-1
|
2009-02-11 03:26:04 +00:00
|
|
|
- Add --xim argument in xinput-ibus
|
|
|
|
- Add Obsoletes: ibus-qt <= 1.1.0
|
|
|
|
- Move libibus.so.* to ibus-libs to make ibus multilib.
|
2009-02-11 06:59:33 +00:00
|
|
|
- Update to 1.1.0.20090211.
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Feb 05 2009 Peng Huang <phuang@redhat.com> - 1.1.0.20090205-1
|
2009-02-05 04:51:29 +00:00
|
|
|
- Update to 1.1.0.20090205.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Feb 03 2009 Peng Huang <phuang@redhat.com> - 0.1.1.20090203-1
|
2009-02-03 08:39:00 +00:00
|
|
|
- Update to 0.1.1.20090203.
|
|
|
|
|
2008-11-29 16:47:52 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Nov 19 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-2
|
2008-11-19 08:18:11 +00:00
|
|
|
- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Oct 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081023-1
|
2008-10-23 06:43:41 +00:00
|
|
|
- Update to 0.1.1.20081023.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Oct 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081016-1
|
2008-10-16 02:43:26 +00:00
|
|
|
- Update to 0.1.1.20081016.
|
|
|
|
|
2008-10-07 03:06:09 +00:00
|
|
|
* Tue Oct 7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-3
|
|
|
|
- remove the empty %%doc file entries
|
|
|
|
|
2008-10-07 01:55:23 +00:00
|
|
|
* Tue Oct 7 2008 Jens Petersen <petersen@redhat.com> - 0.1.1.20081006-2
|
|
|
|
- add xinputrc alternative when installing or uninstalling
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Oct 06 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081006-1
|
2008-10-06 08:18:49 +00:00
|
|
|
- Update to 0.1.1.20081006.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sun Oct 05 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081005-1
|
2008-10-05 11:25:39 +00:00
|
|
|
- Update to 0.1.1.20081005.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Oct 04 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081004-1
|
2008-10-04 02:36:34 +00:00
|
|
|
- Update to 0.1.1.20081004.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Oct 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20081001-1
|
2008-10-01 04:52:47 +00:00
|
|
|
- Update to 0.1.1.20081001.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080930-1
|
2008-09-30 00:25:58 +00:00
|
|
|
- Update to 0.1.1.20080930.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080923-1
|
2008-09-23 02:25:33 +00:00
|
|
|
- Update to 0.1.1.20080923.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Wed Sep 17 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080917-1
|
2008-09-17 13:31:12 +00:00
|
|
|
- Update to 0.1.1.20080917.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Tue Sep 16 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080916-1
|
2008-09-16 09:06:22 +00:00
|
|
|
- Update to 0.1.1.20080916.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080914-1
|
2008-09-14 18:18:56 +00:00
|
|
|
- Update to 0.1.1.20080914.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 08 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080908-1
|
2008-09-08 08:04:39 +00:00
|
|
|
- Update to 0.1.1.20080908.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Sep 01 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080901-1
|
2008-08-31 23:47:31 +00:00
|
|
|
- Update to 0.1.1.20080901.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Aug 30 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080830-1
|
2008-08-30 01:24:17 +00:00
|
|
|
- Update to 0.1.1.20080830.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 25 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080825-1
|
2008-08-25 04:30:36 +00:00
|
|
|
- Update to 0.1.1.20080825.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Sat Aug 23 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080823-1
|
2008-08-23 00:43:32 +00:00
|
|
|
- Update to 0.1.1.20080823.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Fri Aug 15 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080815-1
|
2008-08-15 03:54:37 +00:00
|
|
|
- Update to 0.1.1.20080815.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Aug 12 2008 Peng Huang <phuang@redhat.com> - 0.1.1.20080812-1
|
2008-08-12 07:24:08 +00:00
|
|
|
- Update to 0.1.1.20080812.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Mon Aug 11 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-2
|
2008-08-10 17:20:19 +00:00
|
|
|
- Add gnome-python2-gconf in Requires.
|
|
|
|
|
2010-07-22 10:15:51 +00:00
|
|
|
* Thu Aug 07 2008 Peng Huang <phuang@redhat.com> - 0.1.0.20080810-1
|
2008-08-10 11:32:49 +00:00
|
|
|
- The first version.
|