|
@@ -1,6 +1,6 @@
|
|
%define name scim-bridge
|
|
%define name scim-bridge
|
|
%define version 0.4.16
|
|
%define version 0.4.16
|
|
-%define release 9%{?_dist_release}
|
|
|
|
|
|
+%define release 10%{?_dist_release}
|
|
|
|
|
|
# build qt3 immodule ("--without qt3" to disable qt3)
|
|
# build qt3 immodule ("--without qt3" to disable qt3)
|
|
%bcond_without qt3
|
|
%bcond_without qt3
|
|
@@ -149,7 +149,7 @@ export QT4_PREFIX=%{_qt4_prefix}
|
|
%endif
|
|
%endif
|
|
--enable-gtk2-immodule
|
|
--enable-gtk2-immodule
|
|
|
|
|
|
-%__make
|
|
|
|
|
|
+%__make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
@@ -192,8 +192,13 @@ export QT4_PREFIX=%{_qt4_prefix}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jun 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-10
|
|
|
|
+- used %{?_smp_mflags} macro on build
|
|
|
|
+- deleted in unused log in changelog
|
|
|
|
+ - Patch8 was none, forgot to delete...
|
|
|
|
+
|
|
* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-9
|
|
* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-9
|
|
-- added Patch6,7 from Fedora development, Patch8 from Debian
|
|
|
|
|
|
+- added Patch6,7 from Fedora development
|
|
- to fix Text input in firefox becomes increasingly sluggish (Patch6)
|
|
- to fix Text input in firefox becomes increasingly sluggish (Patch6)
|
|
- to fix Process /usr/bin/scim-bridge was killed by signal 11 (Patch7)
|
|
- to fix Process /usr/bin/scim-bridge was killed by signal 11 (Patch7)
|
|
- added configure --disable-static option
|
|
- added configure --disable-static option
|