rpms/TurboGears/devel .cvsignore, 1.6, 1.7 TurboGears.spec, 1.16, 1.17 sources, 1.6, 1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat May 5 07:53:32 UTC 2007


Author: lmacken

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

Modified Files:
	.cvsignore TurboGears.spec sources 
Log Message:
1.0.2.2.  Add TurboGears-1.0.2.2-etree.patch to use xml.etree instead of elementtree module


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	24 Jan 2007 17:57:48 -0000	1.6
+++ .cvsignore	5 May 2007 07:52:55 -0000	1.7
@@ -1 +1 @@
-TurboGears-1.0.1.tar.gz
+TurboGears-1.0.2.2.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- TurboGears.spec	26 Jan 2007 08:48:49 -0000	1.16
+++ TurboGears.spec	5 May 2007 07:52:55 -0000	1.17
@@ -2,15 +2,16 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.0.2.2
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://www.turbogears.org
 Source0:        http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz
-Patch0:         %{name}-setuptools.patch
+Patch0:         %{name}-%{version}-setuptools.patch
+Patch1:         %{name}-%{version}-etree.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -22,15 +23,24 @@
 Requires: python-elementtree >= 1.2.6
 %endif
 
-Requires:       python-kid >= 0.8  python-cherrypy >= 2.2.1
-Requires:       python-sqlobject >= 0.7 python-formencode >= 0.5.1
+Requires:       python-kid >= 0.8
+Requires:       python-cherrypy >= 2.2.1
+Requires:       python-sqlobject >= 0.8
+Requires:       python-formencode >= 0.7.1
 Requires:       python-json >= 3.3
-Requires:       python-setuptools >= 0.6a11
-Requires:       python-turbocheetah >= 0.9.5 python-turbojson >= 0.9.9 
-Requires:       python-turbokid >= 0.9.8 python-tgfastdata
-Requires:       python-simplejson >= 1.3 python-paste-script >= 0.9.7
-Requires:       python-configobj >= 4.3.2 python-ruledispatch
-Requires:       python-nose >= 0.9 python-psycopg2 python-TestGears
+Requires:       python-setuptools >= 0.6c2
+Requires:       python-turbocheetah >= 0.9.5
+Requires:       python-turbojson >= 0.9.9 
+Requires:       python-turbokid >= 1.0.1
+Requires:       python-tgfastdata
+Requires:       python-simplejson >= 1.3
+Requires:       python-paste-script >= 0.9.7
+Requires:       python-configobj >= 4.3.2
+Requires:       python-ruledispatch
+Requires:       python-nose >= 0.9.1
+Requires:       python-psycopg2
+Requires:       python-TestGears
+Requires:       python-decoratortools >= 1.4
 
 %description
 TurboGears brings together four major pieces to create an
@@ -48,7 +58,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0
+%patch1
 
 
 %build
@@ -71,6 +82,10 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Thu May 3 2007 Luke Macken <lmacken at redhat.com> 1.0.2.2-1
+- 1.0.2.2
+- TurboGears-1.0.2.2-etree.patch to use xml.etree instead of elementtree module
+
 * Fri Jan 26 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 1.0.1-2
 - Don't flub the patch this time.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	24 Jan 2007 17:57:48 -0000	1.6
+++ sources	5 May 2007 07:52:55 -0000	1.7
@@ -1 +1 @@
-57580dce73ab2fc5c7f72e3e3cd804b1  TurboGears-1.0.1.tar.gz
+a8d79645b4ce67409026838ca360addc  TurboGears-1.0.2.2.tar.gz




More information about the fedora-extras-commits mailing list