Compare commits

..

1 Commits

Author SHA1 Message Date
Takao Fujiwara 6ffd33f598 Resolves: #2008359 Fix wrong cursor location in gtk3 2023-05-18 13:33:34 +00:00
3 changed files with 3 additions and 3266 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -38,11 +38,6 @@
dest: gnome-desktop-testing dest: gnome-desktop-testing
force: yes 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 - name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args: args: