rpms/ipython/devel ipython.spec,1.15,1.16

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sun Aug 5 22:24:55 UTC 2007


Author: jbowes

Update of /cvs/pkgs/rpms/ipython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22042

Modified Files:
	ipython.spec 
Log Message:
Remove explicit requires on python-abi


Index: ipython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipython/devel/ipython.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ipython.spec	5 Aug 2007 20:39:05 -0000	1.15
+++ ipython.spec	5 Aug 2007 22:24:23 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           ipython
 Version:        0.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -13,7 +13,7 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+
 
 %description
 
@@ -77,6 +77,9 @@
 %{python_sitelib}/IPython/external/*.pyo
 
 %changelog
+* Sun Aug 05 2007 James Bowes <jbowes at redhat.com> - 0.8.1-2
+- Remove explicit requires on python-abi.
+
 * Sun Aug 05 2007 James Bowes <jbowes at redhat.com> - 0.8.1-1
 - Update to 0.8.1
 




More information about the fedora-extras-commits mailing list