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: Delete upstreamed ibus-HEAD.patch
Date: Sun, 31 May 2026 02:09:00 GMT [thread overview]
Message-ID: <178019334082.1.7022693877180939482.rpms-ibus-83714326f2ac@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 83714326f2ac3aef36a6e29d409a4166dd58e767
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2025-09-19T16:36:42+09:00
Stats : +0/-31 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/83714326f2ac3aef36a6e29d409a4166dd58e767?branch=autotool
Log:
Delete upstreamed ibus-HEAD.patch
---
diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
deleted file mode 100644
index 3dbaf44..0000000
--- a/ibus-HEAD.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 0991768f5f836c2b3f660040892fa1e60c2c1f22 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Sun, 7 Sep 2025 09:38:09 +0900
-Subject: [PATCH] util/IMdkit/i18nOffsetCache.c: Fix to realloc Xi18nAtomOffsetPair
-
-Fixes: https://github.com/ibus/ibus/commit/d039b95
-BUG=rhbz#2365138
----
- util/IMdkit/i18nOffsetCache.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/util/IMdkit/i18nOffsetCache.c b/util/IMdkit/i18nOffsetCache.c
-index cab974c7..ac4b8bb1 100644
---- a/util/IMdkit/i18nOffsetCache.c
-+++ b/util/IMdkit/i18nOffsetCache.c
-@@ -83,9 +83,10 @@ void _Xi18nSetPropertyOffset (Xi18nOffsetCache *offset_cache, Atom key,
- }
-
- if (++offset_cache->size > offset_cache->capacity) {
-- Xi18nAtomOffsetPair *pair = (Xi18nAtomOffsetPair *) realloc (data,
-- offset_cache->capacity * sizeof (Xi18nAtomOffsetPair));
-+ Xi18nAtomOffsetPair *pair;
- offset_cache->capacity *= OFFSET_CACHE_GROWTH_FACTOR;
-+ pair = (Xi18nAtomOffsetPair *) realloc (data,
-+ offset_cache->capacity * sizeof (Xi18nAtomOffsetPair));
- if (pair) {
- offset_cache->data = pair;
- } else {
---
-2.50.1
-
next reply other threads:[~2026-05-31 2:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-31 2:09 Takao Fujiwara [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-05-31 2:09 [rpms/ibus] autotool: Delete upstreamed ibus-HEAD.patch Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:07 Takao Fujiwara
2026-05-31 2:07 Takao Fujiwara
2026-05-31 2:07 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=178019334082.1.7022693877180939482.rpms-ibus-83714326f2ac@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