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] f45: Bump to 1.5.35-beta1
Date: Wed, 12 Aug 2026 03:34:33 GMT	[thread overview]
Message-ID: <178650567397.1.8275439014997184914.rpms-ibus-92c5259986f0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ibus
            Branch : f45
            Commit : 92c5259986f0cdc1b11c6fec8e8f6c40f2b9f98f
            Author : Takao Fujiwara <tfujiwar@redhat.com>
            Date   : 2026-08-12T12:32:32+09:00
            Stats  : +18/-5 in 6 file(s)
            URL    : https://src.fedoraproject.org/rpms/ibus/c/92c5259986f0cdc1b11c6fec8e8f6c40f2b9f98f?branch=f45

            Log:
            Bump to 1.5.35-beta1

- Resolves: #2512529 GTK 4.23.3 apps cause SIGSEGV with ibus-gtk4
- Implement forward-key-event in Wayland input-method V2
- Fix some issues in ibus-keypress

---
diff --git a/.gitignore b/.gitignore
index 8dc27ef..40e6eb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,4 @@ ibus-1.3.6.tar.gz
 /ibus-1.5.34.tar.gz
 /ibus-1.5.35-alpha1.tar.xz
 /ibus-1.5.35-alpha2.tar.xz
+/ibus-1.5.35-beta1.tar.xz

diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ibus-HEAD.patch

diff --git a/ibus.spec b/ibus.spec
index b5ac5d7..da5e53a 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -46,9 +46,9 @@
 %global dbus_python_version 0.83.0
 
 Name:           ibus
-Version:        1.5.35~alpha2
+Version:        1.5.35~beta1
 # https://github.com/fedora-infra/rpmautospec/issues/101
-Release:        5%{?dist}
+Release:        1%{?dist}
 Summary:        Intelligent Input Bus for Linux OS
 License:        LGPL-2.1-or-later
 URL:            https://github.com/ibus/%name/wiki
@@ -57,7 +57,6 @@ Source1:        https://github.com/ibus/%name/releases/download/%{source_version
 Source2:        %{name}-xinput
 Source3:        %{name}.conf.5
 # Patch:         %%{name}-HEAD.patch
-Patch:          %{name}-HEAD.patch
 # Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
 Patch:          %{name}-1385349-segv-bus-proxy.patch
 
@@ -77,13 +76,18 @@ BuildRequires:  gtk2-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  gtk4-devel
 BuildRequires:  iso-codes-devel
+# libevdev-devel for ibus-keypress
+BuildRequires:  pkgconfig(libevdev)
 BuildRequires:  libnotify-devel
 BuildRequires:  meson
 BuildRequires:  python3-devel
 BuildRequires:  systemd
+# systemd-devel is pulled by libdbusmenu-gtk3-devel
 BuildRequires:  vala
 BuildRequires:  unicode-emoji
 BuildRequires:  unicode-ucd
+# xkbconfig_base in meson.build
+BuildRequires:  pkgconfig(xkeyboard-config)
 BuildRequires:  wayland-devel
 BuildRequires:  wayland-protocols-devel
 
@@ -544,6 +548,11 @@ dconf update || :
 %{_datadir}/installed-tests/ibus
 
 %changelog
+* Wed Aug 12 2026 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.35~beta1-1
+- Resolves: #2512529 GTK 4.23.3 apps cause SIGSEGV with ibus-gtk4
+- Implement forward-key-event in Wayland input-method V2
+- Fix some issues in ibus-keypress
+
 * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 1.5.35~alpha2-5
 - Rebuilt for Python 3.15.0b4 ABI change
 

diff --git a/ibus.tar.xz.sha256sum b/ibus.tar.xz.sha256sum
index 65ad647..9a0b56c 100644
--- a/ibus.tar.xz.sha256sum
+++ b/ibus.tar.xz.sha256sum
@@ -1 +1 @@
-1b00e8c19896ed1c6b436c8dc2fb686d6a80f2d8412cd7662a990a632dd35c3b *ibus-1.5.35-alpha2.tar.xz
+867009a18ced13d97dda38cab15b67105c47154fe14a4ebd9dcf323a766529aa *ibus-1.5.35-beta1.tar.xz

diff --git a/sources b/sources
index 95b1049..49177b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ibus-1.5.35-alpha2.tar.xz) = b1eb0983d62fe2e9bf0a72be59f5f6a30d97186a7b2b41a22cb9e55218f4b8dc153101e86897ded173d063524118081a18b32a54d217a27e2dfb76fa2743bae1
+SHA512 (ibus-1.5.35-beta1.tar.xz) = 05cb3c2db666263a8adcf3d438d9903d42b3164a225aae92c05dc2bcba864c0a78d70bf8c9415c3442242db44686c87f91d11ce1bd1f7f13cda60b28552bf218

diff --git a/tests/ibus-desktop-testing/run/test.sh b/tests/ibus-desktop-testing/run/test.sh
index 2a533c6..f81d57b 100755
--- a/tests/ibus-desktop-testing/run/test.sh
+++ b/tests/ibus-desktop-testing/run/test.sh
@@ -3,6 +3,9 @@
 . /usr/share/beakerlib/beakerlib.sh || exit 1
 
 rlJournalStart
+    rlPhaseStartSetup
+        rlRun -t "rm /usr/share/installed-tests/ibus/ibus-keypress.test"
+    rlPhaseEnd
     rlPhaseStartTest
         rlRun -t "/usr/bin/ibus-desktop-testing-runner --runner gnome --no-graphics --lang ja_JP.UTF-8"
     rlPhaseEnd

                 reply	other threads:[~2026-08-12  3:34 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=178650567397.1.8275439014997184914.rpms-ibus-92c5259986f0@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