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: Fixed typo.
Date: Sun, 31 May 2026 02:05:14 GMT	[thread overview]
Message-ID: <178019311451.1.6745707220344126059.rpms-ibus-6cab06de39b6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 6cab06de39b624d5dcee6f1ec44a016356e2f77b
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date   : 2011-07-05T14:07:17+09:00
Stats  : +11/-10 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/6cab06de39b624d5dcee6f1ec44a016356e2f77b?branch=autotool

Log:
Fixed typo.

---
diff --git a/ibus-xx-bridge-hotkey.patch b/ibus-xx-bridge-hotkey.patch
index 1111735..7346ace 100644
--- a/ibus-xx-bridge-hotkey.patch
+++ b/ibus-xx-bridge-hotkey.patch
@@ -1,12 +1,12 @@
-From 0242d89ec9d4d3d92d335e50b8aa6c16ff950438 Mon Sep 17 00:00:00 2001
+From 2ae147c6d4b15b4aa40a915e86d04fb795d3024b Mon Sep 17 00:00:00 2001
 From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Tue, 5 Jul 2011 12:00:31 +0900
+Date: Tue, 5 Jul 2011 13:51:11 +0900
 Subject: [PATCH] Add a bridge hotkey which use prev-next engines instead
  of on-off.
 
 ---
  bus/Makefile.am            |   20 ++-
- bus/ibusimpl.c             |  356 ++++++++++++++++++++++++++++++++++++--------
+ bus/ibusimpl.c             |  357 ++++++++++++++++++++++++++++++++++++--------
  bus/registry.c             |   35 +++++
  configure.ac               |   31 ++++
  data/Makefile.am           |    6 +-
@@ -25,12 +25,12 @@ Subject: [PATCH] Add a bridge hotkey which use prev-next engines instead
  xkb/Makefile.am            |    2 +
  xkb/ibus-engine-xkb-main.c |    8 +
  xkb/xkbxml.c               |    8 +-
- 20 files changed, 938 insertions(+), 388 deletions(-)
+ 20 files changed, 939 insertions(+), 388 deletions(-)
  delete mode 100644 data/ibus.schemas.in
  create mode 100644 data/ibus.schemas.in.in
 
 diff --git a/bus/Makefile.am b/bus/Makefile.am
-index 074b456..0efaa1b 100644
+index b356b2c..f9417ad 100644
 --- a/bus/Makefile.am
 +++ b/bus/Makefile.am
 @@ -29,15 +29,17 @@ INCLUDES =                \
@@ -412,7 +412,7 @@ index b356b2c..ffea37a 100644
          /* Find out what engine we should switch to. If the current engine has
           * the same hotkey, then we should switch to the next engine with the
           * same hotkey in the list. Otherwise, we just switch to the first
-@@ -2364,8 +2597,31 @@ bus_ibus_impl_filter_keyboard_shortcuts 
+@@ -2364,8 +2597,32 @@ bus_ibus_impl_filter_keyboard_shortcuts 
                  break;
              }
          }
@@ -428,7 +428,8 @@ index b356b2c..ffea37a 100644
 +             * the current engine is the defualt bridge engine,
 +             * the current engine is also not included in engine_list.
 +             * So the engine is added here. */
-+            if (g_list_find (engine_list, current_engine_desc) == NULL &&
++            if (current_engine_desc != NULL &&
++                g_list_find (engine_list, current_engine_desc) == NULL &&
 +                g_strcmp0 (ibus_engine_desc_get_name (current_engine_desc),
 +                           DEFAULT_BRIDGE_ENGINE_NAME) == 0) {
 +                engine_list = g_list_append (engine_list, current_engine_desc);
@@ -444,7 +445,7 @@ index b356b2c..ffea37a 100644
              bus_ibus_impl_set_context_engine_from_desc (ibus, context, new_engine_desc);
          }
  
-@@ -2470,59 +2726,39 @@ static void
+@@ -2470,59 +2727,39 @@ static void
  _add_engine_hotkey (IBusEngineDesc *engine, BusIBusImpl *ibus)
  {
      const gchar *hotkeys;

diff --git a/ibus.spec b/ibus.spec
index 7a9162c..4e1bab4 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -13,7 +13,7 @@
 
 Name:       ibus
 Version:    1.3.99.20110419
-Release:    8%{?dist}
+Release:    9%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -354,7 +354,7 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
-* Mon Jun 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-8
+* Mon Jun 20 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20110419-9
 - Updated ibus-HEAD.patch for upstream.
 - Removed ibus-435880-surrounding-text.patch as upstream.
 - Added ibus-711632-fedora-fallback-icon.patch

             reply	other threads:[~2026-05-31  2:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-31  2:05 Takao Fujiwara [this message]
2026-05-31  2:05 [rpms/ibus] autotool: Fixed typo Takao Fujiwara
2026-05-31  2:05 Takao Fujiwara
2026-05-31  2:05 Takao Fujiwara
2026-05-31  2:05 Takao Fujiwara
2026-05-31  2:05 Takao Fujiwara
2026-05-31  2:05 Takao Fujiwara
2026-05-31  2:05 Takao Fujiwara

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=178019311451.1.6745707220344126059.rpms-ibus-6cab06de39b6@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