rpms/python-ruledispatch/devel python-ruledispatch.spec,1.8,1.9

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Feb 6 19:07:54 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-ruledispatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12907

Modified Files:
	python-ruledispatch.spec 
Log Message:
 Own our dispatch and dispatch/tests directories (Bug #431743)


Index: python-ruledispatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-ruledispatch.spec	27 Oct 2007 22:30:59 -0000	1.8
+++ python-ruledispatch.spec	6 Feb 2008 19:07:11 -0000	1.9
@@ -5,7 +5,7 @@
 
 Name:           python-ruledispatch
 Version:        0.5a0
-Release:        0.8.svn%{svnrev}%{?dist}
+Release:        0.9.svn%{svnrev}%{?dist}
 Summary:        A generic function package for Python
 
 Group:          Development/Languages
@@ -39,15 +39,20 @@
 %defattr(-,root,root,-)
 %doc combiners.txt TODO.txt 
 %{python_sitearch}/RuleDispatch-%{version}.dev_%{svnrev}-py%{pyver}.egg-info
+%dir %{python_sitearch}/dispatch
 %{python_sitearch}/dispatch/*.py
 %{python_sitearch}/dispatch/_d_speedups.so
 %{python_sitearch}/dispatch/*.pyc
+%dir %{python_sitearch}/dispatch/tests
 %{python_sitearch}/dispatch/tests/*.py
 %{python_sitearch}/dispatch/tests/*.pyc
 %{python_sitearch}/dispatch/*.pyo
 %{python_sitearch}/dispatch/tests/*.pyo
 
 %changelog
+* Wed Feb  6 2008 Luke Macken <lmacken at redhat.com> 0.5a0-0.8.svn2305
+- Own our dispatch and dispatch/tests directories (Bug #431743)
+
 * Sat Oct 27 2007 Luke Macken <lmacken at redhat.com> 0.5a0-0.7.svn2305
 - Fix broken URL and Source0
 




More information about the fedora-extras-commits mailing list