[ipython] use versioned requires on ipython

tomspur tomspur at fedoraproject.org
Wed Aug 8 13:29:42 UTC 2012


commit 016d8a3b5ce499be6c1f98d7ff0646b0983c1303
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Aug 8 15:29:35 2012 +0200

    use versioned requires on ipython
    
    Signed-off-by: Thomas Spura <thomas.spura at gmail.com>

 ipython.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 5d59e57..a311288 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -16,7 +16,7 @@
 
 Name:           ipython
 Version:        0.13
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -97,9 +97,9 @@ Main features:\
 
 %package -n python-ipython
 Summary:        An enhanced interactive Python shell
-Requires:       python-ipython-console
-Requires:       python-ipython-gui
-Requires:       python-ipython-notebook
+Requires:       python-ipython-console = %{version}-%{release}
+Requires:       python-ipython-gui = %{version}-%{release}
+Requires:       python-ipython-notebook = %{version}-%{release}
 Provides:       ipython
 %description -n python-ipython
 %{ipython_desc_base}
@@ -429,6 +429,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
 %endif # with_python3
 
 %changelog
+* Wed Aug  8 2012 Thomas Spura <tomspur at fedoraproject.org> - 0.13-4
+- use versioned requires on ipython
+
 * Sat Aug  4 2012 Thomas Spura <tomspur at fedoraproject.org> - 0.13-3
 - use python-foo for python2-foo and provide ipython-foo
 


More information about the scm-commits mailing list