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()")}
|
2008-09-30 00:25:58 +00:00
|
|
|
%{!?gtk_binary_version: %define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)}
|
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")
|
|
|
|
%define gconf2_version 2.12.0
|
2009-03-06 06:52:29 +00:00
|
|
|
%define dbus_python_version 0.83.0
|
2009-03-06 06:28:10 +00:00
|
|
|
%define im_chooser_version 1.2.5
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
Name: ibus
|
2009-07-22 05:37:04 +00:00
|
|
|
Version: 1.2.0.20090722
|
2009-06-12 06:09:06 +00:00
|
|
|
Release: 1%{?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
|
2009-07-19 05:19:02 +00:00
|
|
|
# Patch0: ibus-HEAD.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
|
|
|
|
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
|
2009-02-13 02:58:51 +00:00
|
|
|
# BuildRequires: qt-devel
|
2008-10-07 04:43:20 +00:00
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2009-05-14 01:01:26 +00:00
|
|
|
Requires: %{name}-gtk = %{version}-%{release}
|
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}
|
2009-03-06 06:28:10 +00:00
|
|
|
Requires: im-chooser >= %{im_chooser_version}
|
|
|
|
Requires: GConf2 >= %{gconf2_version}
|
|
|
|
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
|
|
|
|
Requires(pre): GConf2 >= %{gconf2_version}
|
|
|
|
Requires(post): GConf2 >= %{gconf2_version}
|
|
|
|
Requires(preun): GConf2 >= %{gconf2_version}
|
|
|
|
|
|
|
|
Requires(post): %{_sbindir}/alternatives
|
|
|
|
Requires(postun): %{_sbindir}/alternatives
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-03-02 09:04:14 +00:00
|
|
|
Obsoletes: ibus-qt < 1.1.0
|
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-05-14 01:01:26 +00:00
|
|
|
IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides
|
|
|
|
full featured and user friendly input method user interface. It also may help
|
|
|
|
developers to develop input method easily.
|
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
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%package gtk
|
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}
|
2009-03-02 23:52:37 +00:00
|
|
|
Requires(post): glib2 >= %{glib_ver}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
|
|
|
%description gtk
|
|
|
|
This package contains ibus im module for gtk2
|
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
# %package qt
|
|
|
|
# Summary: IBus im module for qt4
|
|
|
|
# Group: System Environment/Libraries
|
|
|
|
# Requires: %{name} = %{version}-%{release}
|
|
|
|
# Requires: qt >= 4.4.2
|
|
|
|
#
|
|
|
|
# %description qt
|
|
|
|
# This package contains ibus im module for qt4
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development tools for ibus
|
|
|
|
Group: Development/Libraries
|
2008-08-10 11:32:49 +00:00
|
|
|
Requires: %{name} = %{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}
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description devel-docs
|
|
|
|
The ibus-devel-docs package contains developer documentation for ibus
|
|
|
|
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-07-19 05:19:02 +00:00
|
|
|
# %patch0 -p1
|
|
|
|
# ./autogen.sh --help
|
2008-08-10 11:32:49 +00:00
|
|
|
|
|
|
|
%build
|
2009-02-05 04:51:29 +00:00
|
|
|
%configure --disable-static \
|
|
|
|
--disable-iso-codes-check \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--disable-qt4-immodule
|
2008-08-10 11:32:49 +00:00
|
|
|
# make -C po update-gmo
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
2009-02-05 04:51:29 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libibus.la
|
2008-09-30 00:25:58 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{gtk_binary_version}/immodules/im-ibus.la
|
2008-08-10 11:32:49 +00:00
|
|
|
|
|
|
|
# install xinput config file
|
|
|
|
mkdir -pm 755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/X11/xinit/xinput.d
|
|
|
|
install -pm 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_xinputconf}
|
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
# install .desktop files
|
2009-02-25 05:59:33 +00:00
|
|
|
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop
|
|
|
|
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
|
|
|
|
echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ibus.desktop
|
2008-10-07 04:43:20 +00:00
|
|
|
desktop-file-install --delete-original \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
|
|
|
|
2008-08-15 03:54:37 +00:00
|
|
|
%find_lang %{name}
|
2008-08-10 11:32:49 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%post
|
2008-10-07 04:43:20 +00:00
|
|
|
update-desktop-database -q
|
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
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ "$1" -eq 0 ]; then
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
|
|
|
|
fi
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%postun
|
2008-10-07 04:43:20 +00:00
|
|
|
update-desktop-database -q
|
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-03-06 06:28:10 +00:00
|
|
|
%post libs
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2009-02-25 05:59:33 +00:00
|
|
|
%postun libs
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2009-03-06 06:28:10 +00:00
|
|
|
%post gtk
|
|
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
|
|
|
|
2008-10-07 04:43:20 +00:00
|
|
|
%postun gtk
|
|
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
|
|
|
|
2008-08-15 03:54:37 +00:00
|
|
|
%files -f %{name}.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/*
|
2008-08-10 11:32:49 +00:00
|
|
|
%{_datadir}/pixmaps/*
|
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}
|
|
|
|
|
2009-02-11 03:26:04 +00:00
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root,-)
|
2009-05-14 01:01:26 +00:00
|
|
|
%{_libdir}/libibus.so.*
|
2009-02-11 03:26:04 +00:00
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%files gtk
|
|
|
|
%defattr(-,root,root,-)
|
2008-09-30 00:25:58 +00:00
|
|
|
%{_libdir}/gtk-2.0/%{gtk_binary_version}/immodules/im-ibus.so
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-02-05 04:51:29 +00:00
|
|
|
# %files qt
|
|
|
|
# %defattr(-,root,root,-)
|
|
|
|
# %{_libdir}/qt4/plugins/inputmethods/libibus.so
|
|
|
|
|
|
|
|
%files devel
|
2008-08-10 11:32:49 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-02-05 04:51:29 +00:00
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
2008-08-10 11:32:49 +00:00
|
|
|
|
2009-04-24 11:06:06 +00:00
|
|
|
%files devel-docs
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
2008-08-10 11:32:49 +00:00
|
|
|
%changelog
|
2009-07-22 05:37:04 +00:00
|
|
|
* Wed Jul 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090722-1
|
|
|
|
- Update to 1.2.0.20090722
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sun Jul 19 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
|
|
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090617-1
|
2009-06-22 05:09:19 +00:00
|
|
|
- Update to 1.2.0.20090617
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Jun 12 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Jun 10 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sun May 31 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090531-1
|
2009-06-12 06:09:06 +00:00
|
|
|
- Update to Update to 1.1.0.20090531
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue May 26 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon May 25 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu May 14 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri May 08 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri May 08 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue May 05 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu Apr 23 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Apr 17 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Apr 17 2009 Peng Huang <shawn.p.huang@gmail.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.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Apr 15 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Apr 14 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Apr 13 2009 Peng Huang <shawn.p.huang@gmail.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.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090407-2
|
2009-04-07 06:31:43 +00:00
|
|
|
- Update default hotkey settings.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Apr 07 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Mar 31 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sun Mar 29 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sat Mar 28 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Mar 11 2009 Peng Huang <shawn.p.huang@gmail.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).
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Mar 6 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Feb 25 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090225-1
|
2009-02-25 05:59:33 +00:00
|
|
|
- Update to ibus-1.1.0.20090225.
|
|
|
|
- Fix problems in %post and %postun scripts.
|
|
|
|
- Hide ibus & ibus preferences menu items.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <shawn.p.huang@gmail.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).
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-9
|
2009-02-17 03:44:47 +00:00
|
|
|
- Add requires im-chooser >= 1.2.5.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Feb 17 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Feb 16 2009 Peng Huang <shawn.p.huang@gmail.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).
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sun Feb 15 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-5
|
2009-02-15 08:21:34 +00:00
|
|
|
- Recreate the ibus-HEAD.patch from upstream git source tree.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sun Feb 15 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-4
|
2009-02-15 04:36:54 +00:00
|
|
|
- Remove gnome-python2-gconf from requires.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Feb 13 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-3
|
2009-02-13 06:15:14 +00:00
|
|
|
- Update ibus-HEAD.patch, to fix bug 484652.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Feb 13 2009 Peng Huang <shawn.p.huang@gmail.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.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
|
2009-02-05 04:51:29 +00:00
|
|
|
- Update to 1.1.0.20090205.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Feb 03 2009 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Nov 19 2008 Peng Huang <shawn.p.huang@gmail.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.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu Oct 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081023-1
|
2008-10-23 06:43:41 +00:00
|
|
|
- Update to 0.1.1.20081023.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu Oct 16 2008 Peng Huang <shawn.p.huang@gmail.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
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Oct 06 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081006-1
|
2008-10-06 08:18:49 +00:00
|
|
|
- Update to 0.1.1.20081006.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sun Oct 05 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081005-1
|
2008-10-05 11:25:39 +00:00
|
|
|
- Update to 0.1.1.20081005.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sat Oct 04 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081004-1
|
2008-10-04 02:36:34 +00:00
|
|
|
- Update to 0.1.1.20081004.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Oct 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081001-1
|
2008-10-01 04:52:47 +00:00
|
|
|
- Update to 0.1.1.20081001.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Sep 30 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080930-1
|
2008-09-30 00:25:58 +00:00
|
|
|
- Update to 0.1.1.20080930.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Sep 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080923-1
|
2008-09-23 02:25:33 +00:00
|
|
|
- Update to 0.1.1.20080923.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Wed Sep 17 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080917-1
|
2008-09-17 13:31:12 +00:00
|
|
|
- Update to 0.1.1.20080917.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Tue Sep 16 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080916-1
|
2008-09-16 09:06:22 +00:00
|
|
|
- Update to 0.1.1.20080916.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Sep 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080914-1
|
2008-09-14 18:18:56 +00:00
|
|
|
- Update to 0.1.1.20080914.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Sep 08 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080908-1
|
2008-09-08 08:04:39 +00:00
|
|
|
- Update to 0.1.1.20080908.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Sep 01 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
|
2008-08-31 23:47:31 +00:00
|
|
|
- Update to 0.1.1.20080901.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sat Aug 30 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080830-1
|
2008-08-30 01:24:17 +00:00
|
|
|
- Update to 0.1.1.20080830.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Aug 25 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080825-1
|
2008-08-25 04:30:36 +00:00
|
|
|
- Update to 0.1.1.20080825.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Sat Aug 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
|
2008-08-23 00:43:32 +00:00
|
|
|
- Update to 0.1.1.20080823.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Fri Aug 15 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080815-1
|
2008-08-15 03:54:37 +00:00
|
|
|
- Update to 0.1.1.20080815.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu Aug 12 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080812-1
|
2008-08-12 07:24:08 +00:00
|
|
|
- Update to 0.1.1.20080812.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Mon Aug 11 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-2
|
2008-08-10 17:20:19 +00:00
|
|
|
- Add gnome-python2-gconf in Requires.
|
|
|
|
|
2009-07-19 05:19:02 +00:00
|
|
|
* Thu Aug 07 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.0.20080810-1
|
2008-08-10 11:32:49 +00:00
|
|
|
- The first version.
|