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 019b4a9..d9415ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.3.8.tar.xz
/gtk+-3.3.10.tar.xz
/gtk+-3.3.14.tar.xz
+/gtk+-3.3.16.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 159c376..5a6982f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -9,7 +9,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.3.14
+Version: 3.3.16
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -236,6 +236,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
+- Update to 3.3.16
+
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
- Update to 3.3.14
diff --git a/sources b/sources
index 177c122..27c27c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7f9665d0ccf888cb657a79911b5ecae gtk+-3.3.14.tar.xz
+489706f7f15268e7ce8ec32dddc3874c gtk+-3.3.16.tar.xz
bgstack15