rpms/TurboGears/devel TurboGears.spec,1.23,1.24

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sat Oct 6 00:11:46 UTC 2007


Author: toshio

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

Modified Files:
	TurboGears.spec 
Log Message:
* Fri Oct 5 2007 Toshio Kuratomi <a.badger at gmail.com> 1.0.3.2-4
- Require sqlalchemy 0.3.



Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- TurboGears.spec	27 Sep 2007 23:51:34 -0000	1.23
+++ TurboGears.spec	6 Oct 2007 00:11:13 -0000	1.24
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.3.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -28,14 +28,13 @@
 %endif
 
 # The main packages have gone up a version.  Need to require the older versions
-#Not reviewed yet, cannot require until then
-#%if 0%{?fedora} >= 8
-#Requires:       python-cherrypy2 >= 2.2.1
-#Requires:       python-sqlalchemy0.3
-#%else
-Requires:       python-cherrypy >= 2.2.1
+%if 0%{?fedora} >= 8
+Requires:       python-sqlalchemy0.3
+%else
 Requires:       python-sqlalchemy >= 0.3
-#%endif
+%endif
+
+Requires:       python-cherrypy >= 2.2.1
 
 Requires:       python-kid >= 0.8
 Requires:       python-sqlobject >= 0.8
@@ -93,6 +92,9 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Fri Oct 5 2007 Toshio Kuratomi <a.badger at gmail.com> 1.0.3.2-4
+- Require sqlalchemy 0.3.
+
 * Thu Sep 27 2007 Toshio Kuratomi <a.badger at gmail.com> 1.0.3.2-3
 - Update setuptools patch to modify quickstart template for compat eggs as well.
 




More information about the fedora-extras-commits mailing list