diff options
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -18,7 +18,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Name: gtk3 Version: 3.19.8 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -27,6 +27,10 @@ URL: http://www.gtk.org Source: http://download.gnome.org/sources/gtk+/3.19/gtk+-%{version}.tar.xz Patch0: fix-leak.patch +# https://bugzilla.gnome.org/show_bug.cgi?id=677329 +# https://bugzilla.gnome.org/show_bug.cgi?id=725342 +Patch1: 0001-x11-Avoid-setting-has_pointer_focus-if-a-EWMH-compli.patch + BuildRequires: gnome-common autoconf automake intltool gettext BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) @@ -169,6 +173,7 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} %patch0 -p1 -b .fix-leak +%patch1 -p1 -b .focus-in-out %build @@ -342,6 +347,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/installed-tests %changelog +* Mon Feb 08 2016 Debarshi Ray <rishi@fedoraproject.org> - - 3.19.8-4 +- Backport fix for missing focus-in/out events (GNOME #677329) + * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |