rpms/python-paste-deploy/devel python-paste-deploy.spec,1.4,1.5

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Dec 10 03:25:07 UTC 2006


Author: lmacken

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

Modified Files:
	python-paste-deploy.spec 
Log Message:
add python-devel to BuildRequires


Index: python-paste-deploy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-paste-deploy/devel/python-paste-deploy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-paste-deploy.spec	10 Dec 2006 03:10:11 -0000	1.4
+++ python-paste-deploy.spec	10 Dec 2006 03:24:37 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name:           python-paste-deploy
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Load, configure, and compose WSGI applications and servers
 Group:          System Environment/Libraries
 License:        MIT
@@ -11,7 +11,7 @@
 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
+BuildRequires:  python-setuptools python-devel
 Requires:       python-paste
 
 %description
@@ -51,7 +51,8 @@
 
 
 %changelog
-* Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 1.0-1
+* Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 1.0-2
+- Add python-devel to BuildRequires
 - 1.0
 
 * Sun Sep 17 2006 Luke Macken <lmacken at redhat.com> - 0.9.6-1




More information about the scm-commits mailing list