rpms/python-psyco/devel python-psyco.spec,1.14,1.15

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Oct 24 02:55:27 UTC 2007


Author: ivazquez

Update of /cvs/pkgs/rpms/python-psyco/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16734/devel

Modified Files:
	python-psyco.spec 
Log Message:
Remove explicit python-abi requirement



Index: python-psyco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-psyco/devel/python-psyco.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-psyco.spec	25 Feb 2007 20:54:13 -0000	1.14
+++ python-psyco.spec	24 Oct 2007 02:54:53 -0000	1.15
@@ -4,7 +4,7 @@
 
 Name:           python-%{srcname}
 Version:        1.5.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 Summary:        The Python Specialing Compiler
 
@@ -16,7 +16,6 @@
 
 ExclusiveArch:  i386
 BuildRequires:  python-devel
-Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
 Psyco is a kind of just-in-time (JIT) compiler, a little bit like what exists
@@ -55,6 +54,9 @@
 %{python_sitearch}/psyco/*.pyo
 
 %changelog
+* Tue Oct 23 2007 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 1.5.1-6
+- Remove explicit python-abi requirement
+
 * Sun Feb 25 2007 Kevin Fenzi <kevin at tummy.com> - 1.5.1-5
 - Rebuild for development/new python
 




More information about the scm-commits mailing list