rpms/python-ctypes/devel .cvsignore, 1.2, 1.3 python-ctypes.spec, 1.1, 1.2 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE

Paul Nasrat (pnasrat) fedora-extras-commits at redhat.com
Thu Sep 7 09:48:05 UTC 2006


Author: pnasrat

Update of /cvs/extras/rpms/python-ctypes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5454

Modified Files:
	.cvsignore python-ctypes.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
Update to 1.0.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-ctypes/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 May 2006 14:53:56 -0000	1.2
+++ .cvsignore	7 Sep 2006 09:48:04 -0000	1.3
@@ -1 +1,2 @@
 ctypes-0.9.9.6.tar.gz
+ctypes-1.0.0.tar.gz


Index: python-ctypes.spec
===================================================================
RCS file: /cvs/extras/rpms/python-ctypes/devel/python-ctypes.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-ctypes.spec	13 May 2006 14:53:56 -0000	1.1
+++ python-ctypes.spec	7 Sep 2006 09:48:04 -0000	1.2
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-ctypes
-Version:        0.9.9.6
+Version:        1.0.0
 Release:        1%{?dist}
 Summary:        Advanced Foreign Function Interface for Python
 
@@ -53,16 +53,20 @@
 %dir %{python_sitearch}/ctypes
 %{python_sitearch}/ctypes/*.py
 %{python_sitearch}/ctypes/*.pyc
-%ghost %{python_sitearch}/ctypes/*.pyo
+%{python_sitearch}/ctypes/*.pyo
 %dir %{python_sitearch}/ctypes/macholib
 %{python_sitearch}/ctypes/macholib/*.py
 %{python_sitearch}/ctypes/macholib/*.pyc
-%ghost %{python_sitearch}/ctypes/macholib/*.pyo
+%{python_sitearch}/ctypes/macholib/*.pyo
 #Don't package the test suite
 %exclude %{python_sitearch}/ctypes/test
 
 
 %changelog
+* Thu Sep 07 2006 Paul Nasrat <pnasrat at redhat.com> - 1.0.0-1
+- Update to 1.0.0
+- Include pyo files (#205409)
+
 * Thu Apr 27 2006 Paul Nasrat <pnasrat at redhat.com> - 0.9.9.6-1
 - Update to latest release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-ctypes/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 May 2006 14:53:56 -0000	1.2
+++ sources	7 Sep 2006 09:48:04 -0000	1.3
@@ -1 +1 @@
-6c7240608d564018ef8254721fde0012  ctypes-0.9.9.6.tar.gz
+6e42e2fb47de008aaa55a840bb080dcd  ctypes-1.0.0.tar.gz


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list