[geany-plugins] fix a dependency issue for geanygendoc

Dominic Hopf dmaphy at fedoraproject.org
Tue Oct 25 20:44:43 UTC 2011


commit 4ee88c25255c7f9b04fdccd55a6db488bb440aa1
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Tue Oct 25 22:44:40 2011 +0200

    fix a dependency issue for geanygendoc

 geany-plugins.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index 204d1da..426cef0 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -3,7 +3,7 @@
 
 Name:           geany-plugins
 Version:        0.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for Geany
 
 Group:          Development/Tools
@@ -160,7 +160,7 @@ Summary:   Automatically generate documentation source code
 Group:     Development/Tools
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  ctpl-libs >= 0.3
-Requires:  rst2html
+Requires:  python-docutils
 
 %description geanygendoc
 GeanyGenDoc is a plugin for Geany that aims to automatically generate
@@ -617,6 +617,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 25 2011  Dominic Hopf <dmaphy at fedoraproject.org> - 0.21-2
+- fix a dependency issue for geanygendoc
+
 * Mon Oct 24 2011 Dominic Hopf <dmaphy at fedoraproject.org> - 0.21-1
 - New upstream release: Geany-Plugins 0.21
 - 0.21 adds seven new plugins: debugger, geanymacro, geanynumberedbookmarks,


More information about the scm-commits mailing list