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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Sep 23 01:27:07 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/Pyrex/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9479

Modified Files:
	Pyrex.spec 
Log Message:

* Fri Sep 22 2006 Matthew Barnes <mbarnes at redhat.com> - 0.8.4-2.fc6
- Don't %ghost .pyo files (bug #205445).



Index: Pyrex.spec
===================================================================
RCS file: /cvs/dist/rpms/Pyrex/devel/Pyrex.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Pyrex.spec	12 Jul 2006 07:55:58 -0000	1.15
+++ Pyrex.spec	23 Sep 2006 01:27:04 -0000	1.16
@@ -3,7 +3,7 @@
 
 Name:           Pyrex
 Version:        0.9.4
-Release: 	1.1
+Release: 	2%{?dist}
 Epoch:		0
 BuildArch:	noarch
 Summary:        A compiler/language for writing Python extension modules.
@@ -66,14 +66,17 @@
 %doc USAGE.txt README.txt CHANGES.txt ToDo.txt Demos Doc
 
 %defattr(-,root,root,-)
-%ghost %{python_sitelib}/Pyrex/Plex/*.pyo
-%ghost %{python_sitelib}/Pyrex/*.pyo
-%ghost %{python_sitelib}/Pyrex/Compiler/*.pyo
-%ghost %{python_sitelib}/Pyrex/Distutils/*.pyo
+%{python_sitelib}/Pyrex/Plex/*.pyo
+%{python_sitelib}/Pyrex/*.pyo
+%{python_sitelib}/Pyrex/Compiler/*.pyo
+%{python_sitelib}/Pyrex/Distutils/*.pyo
 %exclude %{python_sitelib}/Pyrex/Mac
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Fri Sep 22 2006 Matthew Barnes <mbarnes at redhat.com> - 0.8.4-2.fc6
+- Don't %ghost .pyo files (bug #205445).
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.9.4-1.1
 - rebuild
 
 * Wed Apr 19 2006 John (J5) Palmieri <johnp at redhat.com> - 0.9.4-1




More information about the fedora-cvs-commits mailing list