rpms/pygame/devel pygame.spec,1.10,1.11

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed Sep 6 19:21:33 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/pygame/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19995/devel

Modified Files:
	pygame.spec 
Log Message:
No longer %%ghost pyo files. Bug #205396


Index: pygame.spec
===================================================================
RCS file: /cvs/extras/rpms/pygame/devel/pygame.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pygame.spec	3 Sep 2006 00:22:43 -0000	1.10
+++ pygame.spec	6 Sep 2006 19:21:33 -0000	1.11
@@ -2,11 +2,11 @@
 
 Name:           pygame
 Version:        1.7.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Python modules for writing games
 Group:          Development/Languages
 License:        LGPL
-URL:            http://www.pygame.org/
+URL:            http://www.pygame.org
 Patch0:         %{name}-%{version}-config.patch
 Patch1:         %{name}-%{version}-64bit.patch
 Source0:        http://pygame.org/ftp/%{name}-%{version}release.tar.gz
@@ -77,7 +77,7 @@
 %{python_sitearch}/%{name}/*.so*
 %{python_sitearch}/%{name}/*.py
 %{python_sitearch}/%{name}/*.pyc
-%ghost %{python_sitearch}/%{name}/*.pyo
+%{python_sitearch}/%{name}/*.pyo
 
 %files devel
 %defattr(-,root,root,-)
@@ -86,6 +86,9 @@
 %{_includedir}/python*/%{name}/*.h
 
 %changelog
+* Wed Sep 06 2006 Christopher Stone <chris.stone at gmail.com> 1.7.1-9
+- No longer %%ghost pyo files. Bug #205396
+
 * Sat Sep 02 2006 Christopher Stone <chris.stone at gmail.com> 1.7.1-8
 - FC6 Rebuild
 




More information about the scm-commits mailing list