summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec5
-rw-r--r--sources2
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0b4f17d..3cdd9af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.7.tar.xz
/gtk+-3.19.8.tar.xz
/gtk+-3.19.9.tar.xz
+/gtk+-3.19.10.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index ab46a71..f829066 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.19.9
+Version: 3.19.10
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 Feb 24 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.10-1
+- Update to 3.19.10
+
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.9-1
- Update to 3.19.9
diff --git a/sources b/sources
index 77bdc2c..526c25b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f0b388b6d288566307a3b7385f15ab6 gtk+-3.19.9.tar.xz
+a8094de83d03ce2454a8b9da59ebdf1d gtk+-3.19.10.tar.xz
bgstack15