summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec13
-rw-r--r--sources2
3 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index c95a0d4..3d4d3e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,3 +140,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.21.1.tar.xz
/gtk+-3.21.3.tar.xz
/gtk+-3.21.4.tar.xz
+/gtk+-3.21.5.tar.xz
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)
diff --git a/sources b/sources
index 15c744a..e5b9603 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7207338d57e9633e7d8447f16cc48e46 gtk+-3.21.4.tar.xz
+f403b69232ed04bd4706024113f20c91 gtk+-3.21.5.tar.xz
bgstack15