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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Oct 27 22:31:33 UTC 2007


Author: lmacken

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

Modified Files:
	python-ruledispatch.spec 
Log Message:
Fix broken URL and Source0


Index: python-ruledispatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-ruledispatch.spec	2 Sep 2007 04:48:45 -0000	1.7
+++ python-ruledispatch.spec	27 Oct 2007 22:30:59 -0000	1.8
@@ -5,21 +5,16 @@
 
 Name:           python-ruledispatch
 Version:        0.5a0
-Release:        0.7.svn%{svnrev}%{?dist}
+Release:        0.8.svn%{svnrev}%{?dist}
 Summary:        A generic function package for Python
 
 Group:          Development/Languages
 License:        PSF or ZPL
-URL:            http://www.turbogears.org/preview/download
-Source0:        http://www.turbogears.org/preview/download/eggs/RuleDispatch-%{version}.dev-%{svnrev}.tar.gz
+URL:            http://www.turbogears.org
+Source0:        http://files.turbogears.org/eggs/RuleDispatch-%{version}.dev-%{svnrev}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
+BuildRequires:  python-devel python-setuptools-devel
 Requires:       python-protocols >= 1.0
 
 %description
@@ -53,6 +48,9 @@
 %{python_sitearch}/dispatch/tests/*.pyo
 
 %changelog
+* Sat Oct 27 2007 Luke Macken <lmacken at redhat.com> 0.5a0-0.7.svn2305
+- Fix broken URL and Source0
+
 * Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.5a0-0.7.svn2305
 - Update for python-setuptools changes in rawhide
 




More information about the scm-commits mailing list