Hello community,

here is the log from the commit of package scim-bridge for openSUSE:Factory
checked in at Fri May 6 14:28:07 CEST 2011.



--------
--- scim-bridge/scim-bridge.changes     2011-03-09 12:30:00.000000000 +0100
+++ /mounts/work_src_done/STABLE/scim-bridge/scim-bridge.changes        
2011-05-06 09:58:08.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May  6 07:45:50 UTC 2011 - mch...@novell.com
+
+- scim-bridge-reregister-type-module-if-reload.patch 
+  Fix bnc#680430 - SCIM is not usable in firefox. This patch 
+  will re-register the type once type module get reloaded.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  scim-bridge-reregister-type-module-if-reload.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scim-bridge.spec ++++++
--- /var/tmp/diff_new_pack.QqxRjI/_old  2011-05-06 14:25:02.000000000 +0200
+++ /var/tmp/diff_new_pack.QqxRjI/_new  2011-05-06 14:25:02.000000000 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  docbook-xsl-stylesheets doxygen gtk2-devel intltool 
libqt4-devel qt3-devel scim-devel
 Summary:        Scim Bridge
 Version:        0.4.15
-Release:        127
+Release:        128
 License:        LGPLv2.1+
 Group:          System/I18n/Japanese
 AutoReqProv:    on
@@ -43,6 +43,7 @@
 Patch7:         scim-bridge-fixes-x11-frontend-launch-order.patch
 Patch8:         scim-bridge-0.4.15-gcc44.patch
 Patch9:         scim-bridge-0.4.15-bz461373.patch
+Patch10:        scim-bridge-reregister-type-module-if-reload.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define gtk_prefix %(pkg-config --variable=prefix gtk+-2.0)
 
@@ -98,6 +99,7 @@
 %patch7 -p1
 %patch8
 %patch9 -p1
+%patch10 -p1
 
 find . -type f | xargs chmod u+w
 #find . -name CVS -type d | xargs rm -r

++++++ scim-bridge-reregister-type-module-if-reload.patch ++++++
Index: scim-bridge-0.4.15/client-gtk/scim-bridge-client-imcontext-gtk.c
===================================================================
--- scim-bridge-0.4.15.orig/client-gtk/scim-bridge-client-imcontext-gtk.c
+++ scim-bridge-0.4.15/client-gtk/scim-bridge-client-imcontext-gtk.c
@@ -678,7 +678,7 @@ void scim_bridge_client_imcontext_regist
         (GtkObjectInitFunc) scim_bridge_client_imcontext_initialize,
     };
 
-    if (!class_type) class_type = g_type_module_register_type (type_module, 
GTK_TYPE_IM_CONTEXT, "ScimBridgeClientIMContext", &klass_info, 0);
+    class_type = g_type_module_register_type (type_module, 
GTK_TYPE_IM_CONTEXT, "ScimBridgeClientIMContext", &klass_info, 0);
 }
 
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to