public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Update ibus-HEAD.patch, to fix bug 484652.
@ 2026-05-31  2:04 Peng Huang
  0 siblings, 0 replies; only message in thread
From: Peng Huang @ 2026-05-31  2:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 0de710e6449dc7c36b8540c60500afd3faaee63f
Author : Peng Huang <phuang@fedoraproject.org>
Date   : 2009-02-13T06:15:14+00:00
Stats  : +30/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/0de710e6449dc7c36b8540c60500afd3faaee63f?branch=autotool

Log:
Update ibus-HEAD.patch, to fix bug 484652.

---
diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
index fff2cce..a1677e8 100644
--- a/ibus-HEAD.patch
+++ b/ibus-HEAD.patch
@@ -347,6 +347,32 @@ index eec1df0..71c8dbe 100644
      server = bus_server_get_default ();
      bus_server_listen (server);
  
+diff --git a/src/ibusbus.c b/src/ibusbus.c
+index 9965761..a567359 100644
+--- a/src/ibusbus.c
++++ b/src/ibusbus.c
+@@ -639,15 +639,20 @@ ibus_bus_exit (IBusBus *bus,
+ {
+     g_assert (IBUS_IS_BUS (bus));
+ 
++    IBusBusPrivate *priv;
++    priv = IBUS_BUS_GET_PRIVATE (bus);
++    
+     gboolean result;
+     result = ibus_bus_call (bus,
+                             IBUS_SERVICE_IBUS,
+                             IBUS_PATH_IBUS,
+                             IBUS_INTERFACE_IBUS,
+-                            "Kill",
++                            "Exit",
+                             G_TYPE_BOOLEAN, &restart,
+                             G_TYPE_INVALID,
+                             G_TYPE_INVALID);
++    ibus_connection_flush (priv->connection);
++    
+     return result;
+ }
+ 
 diff --git a/src/ibuscomponent.c b/src/ibuscomponent.c
 index 9ca487d..59690b8 100644
 --- a/src/ibuscomponent.c

diff --git a/ibus.spec b/ibus.spec
index af698f8..cd5b94c 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -3,7 +3,7 @@
 %define mod_path ibus-1.1
 Name:       ibus
 Version:    1.1.0.20090211
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -181,6 +181,9 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Feb 13 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090211-3
+- Update ibus-HEAD.patch, to fix bug 484652.
+
 * Fri Feb 13 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090211-2
 - Add patch ibus-HEAD.patch, to update ibus to HEAD version.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31  2:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31  2:04 [rpms/ibus] autotool: Update ibus-HEAD.patch, to fix bug 484652 Peng Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox