[ibus] Fix #627107 and update ibus-541492-xkb.patch

Takao Fujiwara fujiwara at fedoraproject.org
Thu Aug 26 04:28:05 UTC 2010


commit cca15f3f9118308a90ea6f5cfc251b9f93871b37
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Thu Aug 26 13:27:46 2010 +0900

    Fix #627107 and update ibus-541492-xkb.patch

 ibus-541492-xkb.patch |    5 +++--
 ibus.spec             |    5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ibus-541492-xkb.patch b/ibus-541492-xkb.patch
index 13ccfc6..2189fff 100644
--- a/ibus-541492-xkb.patch
+++ b/ibus-541492-xkb.patch
@@ -267,7 +267,7 @@ new file mode 100644
 index 0000000..b5f1a06
 --- /dev/null
 +++ b/ibus/xkblayout.py.in
-@@ -0,0 +1,86 @@
+@@ -0,0 +1,87 @@
 +# vim:set et sts=4 sw=4:
 +#
 +# ibus - The Input Bus
@@ -340,7 +340,8 @@ index 0000000..b5f1a06
 +        if need_us_layout:
 +            layout = layout + ",us"
 +        args.append(layout)
-+        os.spawnl(os.P_NOWAIT, *args)
++        pid = os.spawnl(os.P_NOWAIT, *args)
++        os.waitpid(pid, 0)
 +
 +    def set_default_layout(self, layout="default"):
 +        if self.__command == None:
diff --git a/ibus.spec b/ibus.spec
index 484b094..ba0acad 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -11,7 +11,7 @@
 
 Name:       ibus
 Version:    1.3.7
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -269,6 +269,9 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Thu Aug 26 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.3.7-2
+- Fix #627107 and update ibus-541492-xkb.patch
+
 * Mon Aug 23 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.3.7-1
 - Update to 1.3.7
 


More information about the scm-commits mailing list