summaryrefslogtreecommitdiff
path: root/gtk3.spec
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 /gtk3.spec
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
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec5
1 files changed, 4 insertions, 1 deletions
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
bgstack15