[ipython] - add empty python-ipython files section - obsolete ipython

tomspur tomspur at fedoraproject.org
Fri Aug 31 07:41:53 UTC 2012


commit 4fbfa3995d236d014c2e2112b74aa7c7718ff797
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Fri Aug 31 09:41:19 2012 +0200

    - add empty python-ipython files section
    - obsolete ipython

 ipython.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 5c62408..dee5ba9 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -16,7 +16,7 @@
 
 Name:           ipython
 Version:        0.13
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -101,6 +101,7 @@ Requires:       python-ipython-console = %{version}-%{release}
 Requires:       python-ipython-gui = %{version}-%{release}
 Requires:       python-ipython-notebook = %{version}-%{release}
 Provides:       ipython = %{version}-%{release}
+Obsoletes:      ipython < 0.13-1
 %description -n python-ipython
 %{ipython_desc_base}
 
@@ -283,6 +284,8 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
     %{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..."
 %endif
 
+%files -n python-ipython
+%defattr(-,root,root,-)
 
 %files -n python-ipython-console
 %defattr(-,root,root,-)
@@ -429,6 +432,10 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
 %endif # with_python3
 
 %changelog
+* Thu Aug 30 2012 Thomas Spura <tomspur at fedoraproject.org> - 0.13-5
+- add empty python-ipython files section
+- obsolete ipython
+
 * Wed Aug  8 2012 Thomas Spura <tomspur at fedoraproject.org> - 0.13-4
 - use versioned requires/provides on ipython
 


More information about the scm-commits mailing list