diff options
author | Adam Williamson <awilliam@redhat.com> | 2019-10-21 15:55:38 -0700 |
---|---|---|
committer | Adam Williamson <awilliam@redhat.com> | 2019-10-21 15:55:38 -0700 |
commit | 9c20882d3bd71be65b8222d86455232f4e74ceb5 (patch) | |
tree | d5eaf030a0059c754eb1da9391285ee60369a3ed /gtk3.spec | |
parent | Update to 3.24.12 (diff) | |
download | gtk3-classic-build-gtk3-9c20882d3bd71be65b8222d86455232f4e74ceb5.tar.gz gtk3-classic-build-gtk3-9c20882d3bd71be65b8222d86455232f4e74ceb5.tar.bz2 gtk3-classic-build-gtk3-9c20882d3bd71be65b8222d86455232f4e74ceb5.zip |
Backport PR #1142 to try and fix intermittent copy/cut failures
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 |