diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2017-01-10 20:58:28 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2017-01-10 20:58:28 -0600 |
commit | 0afcab3b8578f6ae7f629feb16b9dd79b0d31f13 (patch) | |
tree | 00b09ac468a3a2b00692a74545cdeed3d496bf0f /gtk3.spec | |
parent | Update to 3.22.6 (diff) | |
download | gtk3-classic-build-gtk3-0afcab3b8578f6ae7f629feb16b9dd79b0d31f13.tar.gz gtk3-classic-build-gtk3-0afcab3b8578f6ae7f629feb16b9dd79b0d31f13.tar.bz2 gtk3-classic-build-gtk3-0afcab3b8578f6ae7f629feb16b9dd79b0d31f13.zip |
Add patch for GNOME #769835
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,13 +18,16 @@ Name: gtk3 Version: 3.22.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz +# https://bugzilla.gnome.org/show_bug.cgi?id=769835 +Patch0: disable-egl-swap-interval.patch + BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -161,6 +164,7 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} +%patch0 -p1 -b .egl-swap-interval %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -333,6 +337,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/installed-tests %changelog +* Tue Jan 10 2017 Michael Catanzaro <mcatanzaro@gnome.org> - 3.22.6-2 +- Add patch for GNOME #769835 + * Thu Jan 05 2017 Kalev Lember <klember@redhat.com> - 3.22.6-1 - Update to 3.22.6 |