summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-03-25 14:25:05 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-03-25 14:25:05 -0400
commit56f66458ba1756d4b1adc1ae9d7190dd96b1af8e (patch)
treedcbc44711ef31c25d48ac5649c9a900bc633c51c /gtk3.spec
parent3.0.5 (diff)
downloadgtk3-classic-build-gtk3-56f66458ba1756d4b1adc1ae9d7190dd96b1af8e.tar.gz
gtk3-classic-build-gtk3-56f66458ba1756d4b1adc1ae9d7190dd96b1af8e.tar.bz2
gtk3-classic-build-gtk3-56f66458ba1756d4b1adc1ae9d7190dd96b1af8e.zip
3.0.6
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 6b65084..523e8d3 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -10,7 +10,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.0.5
+Version: 3.0.6
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -239,6 +239,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
+- Update to 3.0.6
+
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
- Update to 3.0.5
bgstack15