ibus/ibus.spec

573 lines
20 KiB
RPMSpec
Raw Normal View History

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
2010-04-21 11:20:04 +00:00
Version: 1.3.2
2010-04-24 03:24:52 +00:00
Release: 2%{?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-09-04 04:29:20 +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
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}
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
Requires: %{name}-libs = %{version}-%{release}
2009-05-14 01:01:26 +00:00
Requires: %{name}-gtk = %{version}-%{release}
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}
2009-12-25 03:26:17 +00:00
Requires: notify-python
2010-04-24 03:24:52 +00:00
Requires: librsvg2
2009-03-06 06:28:10 +00:00
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
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-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
%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
%description libs
This package contains the libraries for IBus
2008-08-10 11:32:49 +00:00
%package gtk
Summary: IBus im module for gtk2
2008-08-10 11:32:49 +00:00
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
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 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
2009-09-04 04:40:13 +00:00
%setup -q
2009-08-12 01:54:42 +00:00
# %patch0 -p1
2008-08-10 11:32:49 +00:00
%build
2009-02-05 04:51:29 +00:00
%configure --disable-static \
2009-12-25 03:26:17 +00:00
--enable-gtk-doc
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
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
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
# install .desktop files
2009-08-26 22:18:27 +00:00
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus.desktop
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
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-08-15 03:54:37 +00:00
%find_lang %{name}
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 || :
%{_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 || :
if [ "$1" = "0" ]; then
%{_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 || :
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
2009-03-06 06:28:10 +00:00
%post gtk
%{_bindir}/update-gtk-immodules %{_host} || :
%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/*
%{_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}
%files libs
%defattr(-,root,root,-)
2009-05-14 01:01:26 +00:00
%{_libdir}/libibus.so.*
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 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
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
2010-04-24 03:24:52 +00:00
* Sat Apr 24 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.2-2
- Add requires librsvg2
2010-04-21 11:20:04 +00:00
* Wed Apr 21 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.2-1
- Update to 1.3.2
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
* Mon Apr 05 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.1-1
- Update to 1.3.1
* Fri Mar 26 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-3
- Update ibus-HEAD.patch
- Fix bug - some time panel does not show candidates.
- Update some po files
* Mon Mar 22 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-2
- Does not check glib micro version in ibus im module.
* Mon Mar 22 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-1
- Update to 1.3.0
2010-02-02 03:12:51 +00:00
* Tue Feb 02 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.99.20100202-1
- Update to 1.2.99.20100202
2010-01-11 06:28:42 +00:00
* Mon Jan 11 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20100111-1
- Update to 1.2.0.20100111
* Fri Dec 25 2009 Peng Huang <shawn.p.huang@gmail.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-01-11 06:28:42 +00:00
* Wed Dec 15 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091215-1
2009-12-16 05:49:30 +00:00
- Update to 1.2.0.20091215
2010-01-11 06:28:42 +00:00
* Thu Dec 10 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091204-2
2009-12-10 05:33:29 +00:00
- Fix rpmlint warnings and errors.
2010-01-11 06:28:42 +00:00
* Fri Dec 04 2009 Peng Huang <shawn.p.huang@gmail.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-01-11 06:28:42 +00:00
* Tue Nov 24 2009 Peng Huang <shawn.p.huang@gmail.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-01-11 06:28:42 +00:00
* Sat Oct 24 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091024-1
2009-10-24 03:46:02 +00:00
- Update to 1.2.0.20091024
2010-01-11 06:28:42 +00:00
* Wed Oct 14 2009 Peng Huang <shawn.p.huang@gmail.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
2009-09-27 07:14:13 +00:00
* Mon Sep 27 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090927-1
- Update to 1.2.0.20090927
2009-09-15 06:04:57 +00:00
* Tue Sep 15 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090915-1
- 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
2009-09-04 10:42:49 +00:00
* Fri Sep 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090904-2
- Refresh the tarball.
2009-09-04 04:29:20 +00:00
* Fri Sep 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090904-1
- Update to 1.2.0.20090904
2009-08-30 22:59:56 +00:00
* Mon Aug 31 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090828-2
- Change icon path in ibus.conf
2009-08-28 06:19:37 +00:00
* Fri Aug 28 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090828-1
- Update to 1.2.0.20090828
- Change the icon on systray.
- Fix segment fault in ibus_hotkey_profile_destroy
- Fix some memory leaks.
2009-08-12 01:54:42 +00:00
* Wed Aug 12 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090812-1
- Update to 1.2.0.20090812
2009-08-10 06:13:13 +00:00
* Mon Aug 10 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090807-4
- Update ibus-HEAD.patch
- Fix Numlock problem.
2009-08-10 06:13:13 +00:00
- Fix some memory leaks.
2009-08-07 06:47:16 +00:00
* Fri Aug 07 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090807-2
- Update ibus-HEAD.patch
- Fix bug 516154.
2009-08-07 06:05:59 +00:00
* Fri Aug 07 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090807-1
- Update to 1.2.0.20090807
2009-08-05 23:23:43 +00:00
* Thu Aug 06 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090806-1
- Update to 1.2.0.20090806
- Fix bug 515106 - don't install duplicate files
* Tue Jul 28 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090723-3
- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists.
* 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
2009-07-23 05:09:28 +00:00
* Thu Jul 23 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090723-1
- Update to 1.2.0.20090723
- Fix dead loop in ibus-gconf
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
- 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
- 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-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
- 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
- Recreate the ibus-HEAD.patch from upstream git source tree.
- Fix bug 490009 - Deleting Next Engine shortcuts doesn't work
- Fix bug 490381 - Change "Next/Previous engine" labels
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.
* Tue Mar 3 2009 Jens Petersen <petersen@redhat.com>
- use post for ibus-gtk requires glib2
* 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.
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.
2009-07-19 05:19:02 +00:00
* Tue Feb 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-10
- 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
- Recreate the ibus-HEAD.patch from upstream git source tree.
2009-02-17 01:43:27 +00:00
- Fix ibus-hangul segfault (#485438).
2009-07-19 05:19:02 +00:00
* Mon Feb 16 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-6
- 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
- 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
- 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
- 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
- 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
- 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-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
- 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
* 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.