rpms/python-psyco/FC-4 python-psyco.spec,1.10,1.11

Shahms King (shahms) fedora-extras-commits at redhat.com
Fri Aug 11 15:16:21 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/python-psyco/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/FC-4

Modified Files:
	python-psyco.spec 
Log Message:
don't ghost .pyo files


Index: python-psyco.spec
===================================================================
RCS file: /cvs/extras/rpms/python-psyco/FC-4/python-psyco.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-psyco.spec	5 May 2006 15:03:21 -0000	1.10
+++ python-psyco.spec	11 Aug 2006 15:16:21 -0000	1.11
@@ -4,7 +4,7 @@
 
 Name:           python-%{srcname}
 Version:        1.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        The Python Specialing Compiler
 
@@ -52,9 +52,12 @@
 %{python_sitearch}/psyco/*.py
 %{python_sitearch}/psyco/*.pyc
 %dir %{python_sitearch}/psyco
-%ghost %{python_sitearch}/psyco/*.pyo
+%{python_sitearch}/psyco/*.pyo
 
 %changelog
+* Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 1.5.1-3
+- Include, don't ghost .pyo files per new guidelines
+
 * Fri May 05 2006 Shahms E. King <shahms at shahms.com> 1.5.1-2
 - Fix source line and rebuild
 




More information about the scm-commits mailing list