rpms/TurboGears/devel TurboGears.spec,1.12,1.13

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri Jan 19 07:10:37 UTC 2007


Author: lmacken

Update of /cvs/extras/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31323

Modified Files:
	TurboGears.spec 
Log Message:
Add python-elementtree to BuildRequires


Index: TurboGears.spec
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- TurboGears.spec	12 Dec 2006 19:17:43 -0000	1.12
+++ TurboGears.spec	19 Jan 2007 07:10:07 -0000	1.13
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0b2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -15,6 +15,7 @@
 BuildArch:      noarch
 
 BuildRequires:  python-setuptools >= 0.6c2 python-devel
+BuildRequires:  python-elementtree >= 1.2.6
 
 Requires:       python-kid >= 0.8  python-cherrypy >= 2.2.1
 Requires:       python-sqlobject >= 0.7 python-formencode >= 0.5.1
@@ -76,6 +77,9 @@
 %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Fri Jan 19 2007 Luke Macken <lmacken at redhat.com> 1.0b2-6
+- Add python-elementtree to BuildRequires
+
 * Tue Dec 12 2006 Luke Macken <lmacken at redhat.com> 1.0b2-5
 - Rebuild for new elementtree
 




More information about the scm-commits mailing list