From c8e13245f60a17aeab204fd7c6d220977a832e9f Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 21 Sep 2011 12:06:21 +0200 Subject: [PATCH] make -gui subpackage depend on PyQt4, not PyQt --- ipython.spec | 7 +++++-- 1 file 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 - 0.11-2 +- make -gui subpackage depend on PyQt4, not PyQt + * Mon Jul 4 2011 Thomas Spura - 0.11-1 - update to 0.11 - patches included upstream