From 9c20882d3bd71be65b8222d86455232f4e74ceb5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 21 Oct 2019 15:55:38 -0700 Subject: Backport PR #1142 to try and fix intermittent copy/cut failures --- gtk3.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gtk3.spec') diff --git a/gtk3.spec b/gtk3.spec index e66d01f..e59538e 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,12 +25,17 @@ Name: gtk3 Version: 3.24.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz +# https://gitlab.gnome.org/GNOME/gtk/merge_requests/1142 +# Try to prevent copy/cut not working properly: +# https://gitlab.gnome.org/GNOME/mutter/issues/878 +# https://bugzilla.redhat.com/show_bug.cgi?id=1763875 +Patch0: 1142.patch BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) @@ -325,6 +330,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog +* Mon Oct 21 2019 Adam Williamson - 3.24.12-2 +- Backport PR #1142 to try and fix intermittent copy/cut failures + * Fri Oct 04 2019 Kalev Lember - 3.24.12-1 - Update to 3.24.12 -- cgit