summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec14
1 files changed, 5 insertions, 9 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 6202c15..d3a0c3f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,18 +17,14 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: gtk3
-Version: 3.22.1
-Release: 2%{?dist}
+Version: 3.22.2
+Release: 1%{?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
-# backport, will be in 3.22.2
-Patch1: 0001-Fix-some-EGLDisplay-abuse.patch
-Patch2: 0002-Use-eglGetPlatformDisplay-EXT-if-available.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -165,11 +161,8 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
-%patch1 -p1
-%patch2 -p1
%build
-
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--enable-xkb \
@@ -340,6 +333,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Oct 24 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
+- Update to 3.22.2
+
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
- Prefer eglGetPlatformDisplay to eglGetDisplay
bgstack15