From 88fa31f6379251baa9d6d82df9b597a3e41a7310 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 12 Dec 2012 11:39:47 +0100 Subject: [PATCH] =?UTF-8?q?obsolete=20old=20ipython=20packages=20(Jos?= =?UTF-8?q?=C3=A9=20Matos,=20#882724)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ipython.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 80f8c0f..4d04335 100644 --- a/ipython.spec +++ b/ipython.spec @@ -101,7 +101,9 @@ Requires: python-ipython-console = %{version}-%{release} Requires: python-ipython-gui = %{version}-%{release} Requires: python-ipython-notebook = %{version}-%{release} Provides: ipython = %{version}-%{release} +# obsoltetes can be deleted after f21 Obsoletes: ipython < 0.13-1 +# %description -n python-ipython %{ipython_desc_base} @@ -139,6 +141,8 @@ Group: Documentation Requires: python-nose Requires: python-zmq-tests Requires: python-ipython-console = %{version}-%{release} +Provides: ipython-tests = %{version}-%{release} +Obsoletes: ipython-tests < 0.13-1 %description -n python-ipython-tests This package contains the tests of %{name}. You can check this way, you can test, if ipython works on your platform. @@ -146,6 +150,8 @@ You can check this way, you can test, if ipython works on your platform. %package -n python-ipython-doc Summary: Documentation for %{name} Group: Documentation +Provides: ipython-doc = %{version}-%{release} +Obsoletes: ipython-doc < 0.13-1 %description -n python-ipython-doc This package contains the documentation of %{name}. @@ -156,7 +162,8 @@ Group: Applications/Editors Requires: python-ipython-console = %{version}-%{release} Requires: PyQt4 Requires: python-pygments -Provides: ipython-gui +Provides: ipython-gui = %{version}-%{release} +Obsoletes: ipython-gui < 0.13-1 %description -n python-ipython-gui This package contains the gui of %{name}, which requires PyQt. @@ -434,6 +441,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ %endif # with_python3 %changelog +* Wed Dec 12 2012 Thomas Spura - 0.13.1-2 +- obsolete old ipython packages (José Matos, #882724) + * Wed Oct 24 2012 Thomas Spura - 0.13.1-1 - update to 0.13.1 (#838031) - run tests with en_US.UTF-8