summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 439309f..a39861f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,3 +127,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.4.tar.xz
/gtk+-3.19.5.tar.xz
/gtk+-3.19.6.tar.xz
+/gtk+-3.19.7.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 4024102..1b6f921 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -8,7 +8,7 @@
%global gdk_pixbuf_version 2.30.0
%global atk_version 2.15.1
%global cairo_version 1.14.0
-%global wayland_version 1.5.91
+%global wayland_version 1.9.91
%global epoxy_version 1.0
%global bin_version 3.0.0
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.19.6
+Version: 3.19.7
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -340,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.7-1
+- Update to 3.19.7
+
* Mon Jan 11 2016 Kalev Lember <klember@redhat.com> - 3.19.6-1
- Update to 3.19.6
diff --git a/sources b/sources
index 190533b..2d14e01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d778959f7d7e90d591e13165a363bea7 gtk+-3.19.6.tar.xz
+daf9bae2bcbb2127067c6e5bdae81f20 gtk+-3.19.7.tar.xz
bgstack15