summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-21 18:31:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-21 18:31:51 -0400
commite8108e009d540e39da7220bb4c71660d3fca1b20 (patch)
treef6ebfacb5dde424bd82de704c2502aaaa6c44a16 /gtk3.spec
parentre-add tooltip look (diff)
downloadgtk3-classic-build-gtk3-e8108e009d540e39da7220bb4c71660d3fca1b20.tar.gz
gtk3-classic-build-gtk3-e8108e009d540e39da7220bb4c71660d3fca1b20.tar.bz2
gtk3-classic-build-gtk3-e8108e009d540e39da7220bb4c71660d3fca1b20.zip
bump rev
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 c1803eb..cfae6de 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -11,7 +11,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 2.90.7
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -263,6 +263,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%doc tmpdocs/examples
%changelog
+* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
+- Reinstate the tooltip look
+
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
- Update to 2.90.7
bgstack15