[ipython] add more missing R (matplotlib and pygments) (#748141)

tomspur tomspur at fedoraproject.org
Sun Oct 23 00:01:32 UTC 2011


commit 19712154d931cc9e871b61e6961c8fac8bd530dd
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Sun Oct 23 02:01:07 2011 +0200

    add more missing R (matplotlib and pygments) (#748141)

 ipython.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 89a3f3f..4d2f8e3 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -6,7 +6,7 @@
 
 Name:           ipython
 Version:        0.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -42,6 +42,9 @@ BuildRequires:  python-pygments
 
 Requires:       python-zmq
 
+#IPython/lib/latextools.py and others in /lib/
+Requires:       python-matplotlib
+
 #bundled libs
 Requires:       pexpect
 Requires:       python-mglob
@@ -92,6 +95,7 @@ Summary:        Gui applications from %{name}
 Group:          Applications/Editors
 Requires:       %{name} = %{version}-%{release}
 Requires:       PyQt4
+Requires:       python-pygments
 %description gui
 This package contains the gui of %{name}, which requires PyQt.
 
@@ -218,6 +222,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "
 
 
 %changelog
+* Sun Oct 23 2011 Thomas Spura <tomspur at fedoraproject.org> - 0.11-3
+- add more missing R (matplotlib and pygments) (#748141)
+
 * Tue Sep 20 2011 Michel Salim <salimma at fedoraproject.org> - 0.11-2
 - make -gui subpackage depend on PyQt4, not PyQt
 


More information about the scm-commits mailing list