summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/gtk3.spec b/gtk3.spec
index a099997..7c44bda 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -3,13 +3,13 @@
%global with_broadway 1
%endif
-%global glib2_version 2.49.3
+%global glib2_version 2.49.4
%global pango_version 1.37.3
-%global gdk_pixbuf_version 2.30.0
%global atk_version 2.15.1
%global cairo_version 1.14.0
+%global gdk_pixbuf_version 2.30.0
%global wayland_version 1.9.91
-%global wayland_protocols_version 1.3
+%global wayland_protocols_version 1.6
%global epoxy_version 1.0
%global bin_version 3.0.0
@@ -18,8 +18,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.21.4
-Release: 2%{?dist}
+Version: 3.21.5
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -338,6 +338,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 3.21.5-1
+- Update to 3.21.5
+
* Wed Jul 27 2016 Kalev Lember <klember@redhat.com> - 3.21.4-2
- Install dconf gsettings backend by default (#1351236)
bgstack15