diff --git a/ibus.spec b/ibus.spec index 59b86bf..55b9d30 100644 --- a/ibus.spec +++ b/ibus.spec @@ -7,7 +7,7 @@ %define im_chooser_version 1.2.5 Name: ibus -Version: 1.2.0.20091215 +Version: 1.2.0.20100111 Release: 1%{?dist} Summary: Intelligent Input Bus for Linux OS License: LGPLv2+ @@ -15,7 +15,6 @@ Group: System Environment/Libraries URL: http://code.google.com/p/ibus/ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz Source1: xinput-ibus -# Source2: icons.tar.gz # Patch0: ibus-HEAD.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -43,6 +42,7 @@ Requires: iso-codes Requires: dbus-python >= %{dbus_python_version} Requires: im-chooser >= %{im_chooser_version} Requires: GConf2 >= %{gconf2_version} +Requires: notify-python Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -108,8 +108,7 @@ The ibus-devel-docs package contains developer documentation for ibus %build %configure --disable-static \ --disable-iso-codes-check \ - --enable-gtk-doc \ - --disable-qt4-immodule + --enable-gtk-doc # make -C po update-gmo make %{?_smp_mflags} @@ -207,10 +206,6 @@ fi %defattr(-,root,root,-) %{_libdir}/gtk-2.0/%{gtk_binary_version}/immodules/im-ibus.so -# %files qt -# %defattr(-,root,root,-) -# %{_libdir}/qt4/plugins/inputmethods/libibus.so - %files devel %defattr(-,root,root,-) %{_libdir}/lib*.so @@ -222,26 +217,35 @@ fi %{_datadir}/gtk-doc/html/* %changelog -* Wed Dec 15 2009 Peng Huang - 1.2.0.2001215-1 +* Mon Jan 11 2010 Peng Huang - 1.2.0.20100111-1 +- Update to 1.2.0.20100111 + +* Fri Dec 25 2009 Peng Huang - 1.2.0.20091225-1 +- 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 + +* Wed Dec 15 2009 Peng Huang - 1.2.0.20091215-1 - Update to 1.2.0.20091215 -* Thu Dec 10 2009 Peng Huang - 1.2.0.2001204-2 +* Thu Dec 10 2009 Peng Huang - 1.2.0.20091204-2 - Fix rpmlint warnings and errors. -* Fri Dec 04 2009 Peng Huang - 1.2.0.2001204-1 +* Fri Dec 04 2009 Peng Huang - 1.2.0.20091204-1 - Update to 1.2.0.20091204 - Fix Bug 529920 - language panel pops up on the wrong monitor - Fix Bug 541197 - Ibus crash -* Tue Nov 24 2009 Peng Huang - 1.2.0.2001124-1 +* Tue Nov 24 2009 Peng Huang - 1.2.0.20091124-1 - Update to 1.2.0.20091124 - Update some translations. - Fix bug 538147 - [abrt] crash detected in firefox-3.5.5-1.fc12 -* Sat Oct 24 2009 Peng Huang - 1.2.0.2001024-1 +* Sat Oct 24 2009 Peng Huang - 1.2.0.20091024-1 - Update to 1.2.0.20091024 -* Wed Oct 14 2009 Peng Huang - 1.2.0.2001014-2 +* Wed Oct 14 2009 Peng Huang - 1.2.0.20091014-2 - Update to 1.2.0.20091014 - Change ICON in ibus.conf diff --git a/sources b/sources index 0fd7c15..8086b20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caf5ed11233f0e8c4369d44e66b7beb5 ibus-1.2.0.20091215.tar.gz +73eabe0f768cf97b7205cb4e74fba706 ibus-1.2.0.20100111.tar.gz