[kate/f20] missing python-foo requires for pate plugins (#1028819)

Rex Dieter rdieter at fedoraproject.org
Mon Dec 2 13:19:05 UTC 2013


commit 8a545fa6cc37b2ecc945cd23f8c934d652756984
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Dec 2 07:19:01 2013 -0600

    missing python-foo requires for pate plugins (#1028819)

 kate.spec |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/kate.spec b/kate.spec
index ba4023b..eb12cb4 100644
--- a/kate.spec
+++ b/kate.spec
@@ -5,7 +5,7 @@
 Name:    kate
 Summary: Advanced Text Editor 
 Version: 4.11.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # kwrite LGPLv2+
 # kate: app LGPLv2, plugins, LGPLv2 and LGPLv2+ and GPLv2+
@@ -60,6 +60,15 @@ Summary:  Kate python plugin
 BuildRequires: pykde4-devel
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 Requires: pykde4
+## python_autocomplete: review pending, https://bugzilla.redhat.com/1028818
+#Requires: python-pyplete
+## python_console_ipython:
+Requires: python-ipython
+## python_utils:
+Requires: python-pep8
+Requires: pyflakes
+## js_utils: not packaged (yet) by policy, see https://fedorahosted.org/fpc/ticket/362
+#Requires: python-jslint
 %description pate
 %{summary}.
 %endif
@@ -220,6 +229,9 @@ fi
 
 
 %changelog
+* Mon Dec 02 2013 Rex Dieter <rdieter at fedoraproject.org> 4.11.3-3
+- missing python-foo requires for pate plugins (#1028819)
+
 * Sat Nov 02 2013 Rex Dieter <rdieter at fedoraproject.org> 4.11.3-2
 - kate: pate(python) plugins not built/packaged (#922280)
 


More information about the scm-commits mailing list