rpms/python-paste-deploy/devel python-paste-deploy.spec,1.7,1.8

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Sep 2 04:47:45 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-paste-deploy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15405

Modified Files:
	python-paste-deploy.spec 
Log Message:
Update for python-setuptools changes in rawhide


Index: python-paste-deploy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste-deploy/devel/python-paste-deploy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-paste-deploy.spec	8 Jul 2007 22:40:07 -0000	1.7
+++ python-paste-deploy.spec	2 Sep 2007 04:47:12 -0000	1.8
@@ -3,7 +3,7 @@
 
 Name:           python-paste-deploy
 Version:        1.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Load, configure, and compose WSGI applications and servers
 Group:          System Environment/Libraries
 License:        MIT
@@ -11,7 +11,12 @@
 Source0:        http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-setuptools python-devel
+BuildRequires: python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Requires:       python-paste
 
 %description
@@ -51,6 +56,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 1.3.1-2
+- Update for python-setuptools changes in rawhide
+
 * Sun Jul  8 2007 Luke Macken <lmacken at redhat.com> - 1.3.1-1
 - 1.3.1
 




More information about the scm-commits mailing list