[ipython] make -gui subpackage depend on PyQt4, not PyQt

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 21 10:08:06 UTC 2011


commit c8e13245f60a17aeab204fd7c6d220977a832e9f
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 21 12:06:21 2011 +0200

    make -gui subpackage depend on PyQt4, not PyQt

 ipython.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 7ed75ab..640a1c0 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -6,7 +6,7 @@
 
 Name:           ipython
 Version:        0.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -85,7 +85,7 @@ This package contains the documentation of %{name}.
 Summary:        Gui applications from %{name}
 Group:          Applications/Editors
 Requires:       %{name} = %{version}-%{release}
-Requires:       PyQt
+Requires:       PyQt4
 %description gui
 This package contains the gui of %{name}, which requires PyQt.
 
@@ -211,6 +211,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "
 
 
 %changelog
+* Tue Sep 20 2011 Michel Salim <salimma at fedoraproject.org> - 0.11-2
+- make -gui subpackage depend on PyQt4, not PyQt
+
 * Mon Jul  4 2011 Thomas Spura <tomspur at fedoraproject.org> - 0.11-1
 - update to 0.11
 - patches included upstream


More information about the scm-commits mailing list