rpms/python-turbocheetah/devel python-turbocheetah.spec,1.7,1.8

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Dec 15 19:44:17 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-turbocheetah/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6723

Modified Files:
	python-turbocheetah.spec 
Log Message:
Require python-cheetah >= 2.0.1


Index: python-turbocheetah.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-turbocheetah.spec	5 Dec 2007 03:09:44 -0000	1.7
+++ python-turbocheetah.spec	15 Dec 2007 19:43:44 -0000	1.8
@@ -5,7 +5,7 @@
 
 Name:           python-turbocheetah
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        TurboGears plugin to support use of Cheetah templates
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@
 BuildArch:      noarch
 
 BuildRequires:  python-devel python-setuptools-devel
-Requires:       python-cheetah >= 1.0.2
+Requires:       python-cheetah >= 2.0.1
 
 %description
 This package provides a template engine plugin, allowing you
@@ -50,6 +50,9 @@
 
 
 %changelog
+* Sat Dec 15 2007 Luke Macken <lmacken at redhat.com> - 1.0-2
+- Require python-cheetah >= 2.0.1
+
 * Tue Dec  4 2007 Luke Macken <lmacken at redhat.com> - 1.0-1
 - 1.0
 




More information about the fedora-extras-commits mailing list