rpms/python-cherrypy/devel python-cherrypy.spec,1.11,1.12

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Dec 10 06:26:12 UTC 2006


Author: lmacken

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

Modified Files:
	python-cherrypy.spec 
Log Message:
Add python-devel to BuildRequires


Index: python-cherrypy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-cherrypy.spec	10 Dec 2006 06:10:49 -0000	1.11
+++ python-cherrypy.spec	10 Dec 2006 06:25:42 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:           python-cherrypy
 Version:        2.2.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A pythonic, object-oriented web development framework
 Group:          Development/Libraries
 License:        BSD
@@ -14,6 +14,8 @@
 
 BuildArch:      noarch
 
+BuildRequires:  python-devel
+
 %description
 CherryPy allows developers to build web applications in much the same way 
 they would build any other object-oriented Python program. This usually 
@@ -53,6 +55,9 @@
 %{python_sitelib}/cherrypy/filters/*.py*
 
 %changelog
+* Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 2.2.1-5
+- Add python-devel to BuildRequires
+
 * Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 2.2.1-4
 - Rebuild for python 2.5
 




More information about the scm-commits mailing list