Compare commits

..

3 Commits

Author SHA1 Message Date
Takao Fujiwara 6b90de27a7 Resolves: RHEL-1616 Checkout v2021.1 in gnome-desktop-testing 2023-10-27 02:27:37 +00:00
Takao Fujiwara d643cd7017 Resolves: RHEL-1616 Space, back-spc, enter key not working on gtk4 2023-10-25 23:51:38 +09:00
Takao Fujiwara df3f71a23d Resolves: #2008359 Fix wrong cursor location in gtk3 2021-10-07 15:29:07 +09:00
3 changed files with 3266 additions and 3 deletions

3253
ibus-1616-gtk4-sync.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
Name: ibus
Version: 1.5.25
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@ -47,11 +47,13 @@ Source1: %{name}-xinput
Source2: %{name}.conf.5
# Patch0: %%{name}-HEAD.patch
Patch0: %{name}-HEAD.patch
# RHEL-1616
Patch1: %{name}-1616-gtk4-sync.patch
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
Patch1: %{name}-1385349-segv-bus-proxy.patch
Patch2: %{name}-1385349-segv-bus-proxy.patch
%if 0%{?fedora:0}%{?rhel:1}
# Use mutter window manager in RHEL CI
Patch2: %{name}-xx-desktop-testing-mutter.patch
Patch3: %{name}-xx-desktop-testing-mutter.patch
%endif
BuildRequires: gettext-devel
@ -510,6 +512,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
* Tue Oct 24 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-3
- Resolves: RHEL-1616 Space, back-spc, enter key not working on gtk4
* Mon Oct 04 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-2
- Fix wrong cursor location in gtk3. Related: rhbz#2008359

View File

@ -38,6 +38,11 @@
dest: gnome-desktop-testing
force: yes
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
command: git checkout -b v2021.1 refs/tags/v2021.1
args:
chdir: gnome-desktop-testing
- name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args: