summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-01-10 20:58:28 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-10 20:58:28 -0600
commit0afcab3b8578f6ae7f629feb16b9dd79b0d31f13 (patch)
tree00b09ac468a3a2b00692a74545cdeed3d496bf0f /gtk3.spec
parentUpdate to 3.22.6 (diff)
downloadgtk3-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.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 96a3dc8..63071cc 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -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
bgstack15