public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Fix #627107 and update ibus-541492-xkb.patch
Date: Sun, 31 May 2026 02:04:44 GMT [thread overview]
Message-ID: <178019308454.1.1281832095318779136.rpms-ibus-cca15f3f9118@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : cca15f3f9118308a90ea6f5cfc251b9f93871b37
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2010-08-26T13:27:46+09:00
Stats : +7/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/cca15f3f9118308a90ea6f5cfc251b9f93871b37?branch=autotool
Log:
Fix #627107 and update ibus-541492-xkb.patch
---
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@redhat.com> - 1.3.7-2
+- Fix #627107 and update ibus-541492-xkb.patch
+
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
- Update to 1.3.7
reply other threads:[~2026-05-31 2:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178019308454.1.1281832095318779136.rpms-ibus-cca15f3f9118@fedoraproject.org \
--to=tfujiwar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox