rpms/python-psyco/devel python-psyco.spec,1.20,1.21

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Sun Nov 30 01:13:16 UTC 2008


Author: ivazquez

Update of /cvs/pkgs/rpms/python-psyco/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14890/python-psyco/devel

Modified Files:
	python-psyco.spec 
Log Message:
Fix locations for Python 2.6


Index: python-psyco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-psyco/devel/python-psyco.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- python-psyco.spec	29 Nov 2008 15:52:18 -0000	1.20
+++ python-psyco.spec	30 Nov 2008 01:12:45 -0000	1.21
@@ -4,7 +4,7 @@
 
 Name:           python-%{srcname}
 Version:        1.5.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 
 Summary:        The Python Specialing Compiler
 
@@ -53,11 +53,14 @@
 %dir %{python_sitearch}/psyco
 %{python_sitearch}/psyco/*.pyo
 %if 0%{?fedora} >= 9
-  %{python_sitearch}/%{srcname}-%{version}-py2.5.egg-info
+  %{python_sitearch}/%{srcname}-%{version}-py?.?.egg-info
 %endif
 
 
 %changelog
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.5.1-12
+- Fix locations for Python 2.6
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.5.1-11
 - Rebuild for Python 2.6
 




More information about the scm-commits mailing list