rpms/ipython/FC-4 ipython.spec,1.11,1.12

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


Author: shahms

Update of /cvs/extras/rpms/ipython/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/FC-4

Modified Files:
	ipython.spec 
Log Message:
don't ghost .pyo files


Index: ipython.spec
===================================================================
RCS file: /cvs/extras/rpms/ipython/FC-4/ipython.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ipython.spec	12 Jun 2006 17:53:09 -0000	1.11
+++ ipython.spec	11 Aug 2006 15:12:28 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:           ipython
 Version:        0.7.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -69,11 +69,14 @@
 %{python_sitelib}/IPython/Extensions/*.pyc
 %dir %{python_sitelib}/IPython/UserConfig/
 %{python_sitelib}/IPython/UserConfig/*
-%ghost %{python_sitelib}/IPython/*.pyo
-%ghost %{python_sitelib}/IPython/Extensions/*.pyo
+%{python_sitelib}/IPython/*.pyo
+%{python_sitelib}/IPython/Extensions/*.pyo
 
 %changelog
-* Mon Jun 12 2006 Shahms E. King <shahms at shahms.com> 0.7.2
+* Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 0.7.2-2
+- Include, don't ghost .pyo files per new guidelines
+
+* Mon Jun 12 2006 Shahms E. King <shahms at shahms.com> 0.7.2-1
 - Update to new upstream version
 
 * Mon Feb 13 2006 Shahms E. King <shahms at shahms.com> 0.7.1.fix1-2




More information about the fedora-extras-commits mailing list