rpms/TurboGears/devel TurboGears.spec,1.29,1.30

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Jan 26 05:52:52 UTC 2008


Author: lmacken

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

Modified Files:
	TurboGears.spec 
Log Message:
Require Genshi and Elixir


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- TurboGears.spec	23 Jan 2008 17:25:45 -0000	1.29
+++ TurboGears.spec	26 Jan 2008 05:52:12 -0000	1.30
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.4.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -45,6 +45,8 @@
 Requires:       python-nose >= 0.9.1
 Requires:       python-psycopg2
 Requires:       python-decoratortools >= 1.4
+Requires:       python-elixir >= 0.4.0
+Requires:       python-genshi >= 0.4.4
 
 %description
 TurboGears brings together four major pieces to create an
@@ -84,6 +86,9 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Sat Jan 26 2008 Luke Macken <lmacken at redhat.com> 1.0.4.2-3
+- Require Genshi and Elixir
+
 * Wed Jan 23 2008 Luke Macken <lmacken at redhat.com> 1.0.4.2-2
 - Update setuptools patch to work with the CherryPy egg_info
 




More information about the fedora-extras-commits mailing list