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 d9415ce..6453376 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.3.10.tar.xz
/gtk+-3.3.14.tar.xz
/gtk+-3.3.16.tar.xz
+/gtk+-3.3.18.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 298b2d8..4fc6794 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.16
+Version: 3.3.18
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -243,6 +243,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
+- Update to 3.3.18
+
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
- Update to 3.3.16
diff --git a/sources b/sources
index 27c27c1..ca3b666 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-489706f7f15268e7ce8ec32dddc3874c gtk+-3.3.16.tar.xz
+4e60e82c612fb49241cc748f30fcbebc gtk+-3.3.18.tar.xz
bgstack15