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] f44: Fix typo in src/tests/ibus-compose
Date: Sun, 19 Jul 2026 13:35:45 GMT [thread overview]
Message-ID: <178446814544.1.2597337437543452398.rpms-ibus-be1a78087f56@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : f44
Commit : be1a78087f56fc4b25565ab76485523e265e33f0
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2026-07-19T21:06:07+09:00
Stats : +41/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/be1a78087f56fc4b25565ab76485523e265e33f0?branch=f44
Log:
Fix typo in src/tests/ibus-compose
---
diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
index afbb152..49e69aa 100644
--- a/ibus-HEAD.patch
+++ b/ibus-HEAD.patch
@@ -1550,7 +1550,7 @@ index 37fe4bad..367b07c5 100644
From 44e22e5e7602bc79040df42cbfa836ba32da01ef Mon Sep 17 00:00:00 2001
From: fujiwarat <takao.fujiwara1@gmail.com>
Date: Thu, 16 Jul 2026 12:37:28 +0900
-Subject: [PATCH] src/tests: Fix CI issues in GNOME 50
+Subject: [PATCH 1/2] src/tests: Fix CI issues in GNOME 50
- 100-ibus-ci.rules: Disable authentication dialogs in gnome-shell
- ibus-compose:
@@ -2184,3 +2184,38 @@ index 4e54420f..dee675cb 100755
--
2.54.0
+From 1a0d9a6bc3afe241838c97ca381e1bd0b376a2b5 Mon Sep 17 00:00:00 2001
+From: fujiwarat <takao.fujiwara1@gmail.com>
+Date: Sun, 19 Jul 2026 18:10:01 +0900
+Subject: [PATCH 2/2] src/tests/ibus-compose: Fix typo
+
+Fixes: 44e22e5e
+---
+ src/tests/ibus-compose.c | 4 ++--
+ 1 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/tests/ibus-compose.c b/src/tests/ibus-compose.c
+index c36b4c81..d0c573e5 100644
+--- a/src/tests/ibus-compose.c
++++ b/src/tests/ibus-compose.c
+@@ -144,7 +144,7 @@ take_screenshot (void)
+ dt = g_date_time_new_from_unix_utc (t);
+ g_return_if_fail (dt);
+
+- while (FALSE) {
++ do {
+ prgname = g_path_get_basename (g_get_prgname ());
+ casename = g_path_get_basename (g_test_get_path ());
+ ibus_break_if_fail (prgname);
+@@ -173,7 +173,7 @@ take_screenshot (void)
+ std_output ? std_output : "",
+ std_error);
+ }
+- }
++ } while (FALSE);
+
+ g_free (prgname);
+ g_free (casename);
+--
+2.54.0
+
diff --git a/ibus.spec b/ibus.spec
index c026063..3d73618 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -58,7 +58,7 @@
Name: ibus
Version: 1.5.34
# https://github.com/fedora-infra/rpmautospec/issues/101
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPL-2.1-or-later
URL: https://github.com/ibus/%name/wiki
@@ -584,7 +584,10 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
-* Thu Jul 16 2026 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.34-2
+* Sun Jul 19 2026 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.34-4
+- Fix typo in src/tests/ibus-compose
+
+* Thu Jul 16 2026 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.34-3
- Fix CI in GNOME 50
* Wed Jun 03 2026 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.34-2
reply other threads:[~2026-07-19 13:35 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=178446814544.1.2597337437543452398.rpms-ibus-be1a78087f56@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