From b39333c8dbda902c89a7e1fda5fa50b98f391d6e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 11 Sep 2018 00:15:01 -0700 Subject: Revert a problematic change that breaks several things (GGO #1316) --- gtk3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gtk3.spec') diff --git a/gtk3.spec b/gtk3.spec index 5df5fc0..f392dea 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -21,7 +21,7 @@ Name: gtk3 Version: 3.24.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ @@ -31,6 +31,10 @@ Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz # Backported from upstream Patch0: 0001-GtkApplication-Fix-CRITICAL-on-shutdown-when-registe.patch Patch1: 0001-Fix-portal-path-handling.patch +# https://salsa.debian.org/gnome-team/gtk3/blob/debian/master/debian/patches/Revert-imwayland-clear-preedit-on-focus-out.patch +# revert a problematic commit to fix +# https://gitlab.gnome.org/GNOME/gtk/issues/1316#note_312942 +Patch2: Revert-imwayland-clear-preedit-on-focus-out.patch BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) @@ -324,6 +328,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests %changelog +* Mon Sep 10 2018 Adam Williamson - 3.24.0-4 +- Revert a problematic change that breaks several things (GGO #1316) + * Fri Sep 07 2018 Kalev Lember - 3.24.0-3 - Rebuilt against fixed atk (#1626575) -- cgit