diff options
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 <awilliam@redhat.com> - 3.24.12-2 +- Backport PR #1142 to try and fix intermittent copy/cut failures + * Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 3.24.12-1 - Update to 3.24.12 |