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 8922066..757de2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.11.5.tar.xz
/gtk+-3.11.6.tar.xz
/gtk+-3.11.7.tar.xz
+/gtk+-3.11.8.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 92f54a8..d9fa6e6 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.11.7
+Version: 3.11.8
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -298,6 +298,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.8-1
+- Update to 3.11.8
+
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.7-1
- Update to 3.11.7
diff --git a/sources b/sources
index ba73b86..2d37351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f17677b71a7680028dfb6d9a9c0870e2 gtk+-3.11.7.tar.xz
+fe7d13fa68be325145332be611f5b3b8 gtk+-3.11.8.tar.xz
bgstack15