public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] f44: Fix typo in src/tests/ibus-compose
@ 2026-07-19 13:35 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-07-19 13:35 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-19 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-19 13:35 [rpms/ibus] f44: Fix typo in src/tests/ibus-compose Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox