summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-03-05 20:26:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-03-05 20:26:14 -0500
commit8616af4f59b74b4123ea891091916a43e6eb30ef (patch)
tree6e3df8afaeb23d8f895077be5040e8fbd7fe89c8
parentfix spec (diff)
downloadgtk3-classic-build-gtk3-8616af4f59b74b4123ea891091916a43e6eb30ef.tar.gz
gtk3-classic-build-gtk3-8616af4f59b74b4123ea891091916a43e6eb30ef.tar.bz2
gtk3-classic-build-gtk3-8616af4f59b74b4123ea891091916a43e6eb30ef.zip
3.3.18
-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