[gedit-plugins/f15/master] Add runtime deps for introspection

Matthias Clasen mclasen at fedoraproject.org
Thu Feb 24 13:36:51 UTC 2011


commit e17ba83b8c4006407102f15ba2ae18c93da552ad
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Feb 24 08:36:42 2011 -0500

    Add runtime deps for introspection

 gedit-plugins.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gedit-plugins.spec b/gedit-plugins.spec
index a1ec014..ba9defe 100644
--- a/gedit-plugins.spec
+++ b/gedit-plugins.spec
@@ -1,6 +1,6 @@
 Name:           gedit-plugins
 Version:        2.91.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for gedit
 
 Group:          Applications/Editors
@@ -27,7 +27,9 @@ Requires:       pygobject2
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
-
+# these are needed for gobject-introspection
+Requires:       vte3 >= 0.27.90-2.fc15
+Requires:       gucharmap >= 2.33.2-6.fc15
 
 %description
 A collection of plugins for gedit.
@@ -75,6 +77,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 
 
 %changelog
+* Thu Feb 24 2011 Matthias Clasen <mclasen at redhat.com> - 2.91.90-2
+- Add runtime dependencies to make introspection work
+
 * Tue Feb 22 2011 Matthias Clasen <mclasen at redhat.com> - 2.91.90-1
 - Update to 2.91.90
 


More information about the scm-commits mailing list