summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2018-09-11 00:15:01 -0700
committerAdam Williamson <awilliam@redhat.com>2018-09-11 00:15:01 -0700
commitb39333c8dbda902c89a7e1fda5fa50b98f391d6e (patch)
tree252c133d2fc57eb0d1a22f15b611a86755bc30fa /gtk3.spec
parentRebuilt against fixed atk (diff)
downloadgtk3-classic-build-gtk3-b39333c8dbda902c89a7e1fda5fa50b98f391d6e.tar.gz
gtk3-classic-build-gtk3-b39333c8dbda902c89a7e1fda5fa50b98f391d6e.tar.bz2
gtk3-classic-build-gtk3-b39333c8dbda902c89a7e1fda5fa50b98f391d6e.zip
Revert a problematic change that breaks several things (GGO #1316)
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 8 insertions, 1 deletions
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 <awilliam@redhat.com> - 3.24.0-4
+- Revert a problematic change that breaks several things (GGO #1316)
+
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.24.0-3
- Rebuilt against fixed atk (#1626575)
bgstack15