rpms/TurboGears/F-7 .cvsignore, 1.8, 1.9 TurboGears.spec, 1.20, 1.21 sources, 1.8, 1.9 TurboGears-1.0.3.2-paginate.patch, 1.1, NONE TurboGears-1.0.3.2-setuptools.patch, 1.2, NONE

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


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19800

Modified Files:
	.cvsignore TurboGears.spec sources 
Removed Files:
	TurboGears-1.0.3.2-paginate.patch 
	TurboGears-1.0.3.2-setuptools.patch 
Log Message:
* 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

* Tue Jan 22 2008 Luke Macken <lmacken at redhat.com> 1.0.4.2-1
- 1.0.4.2

* Sun Jan 20 2008 Luke Macken <lmacken at redhat.com> 1.0.4-1
- 1.0.4
- Remove paginate patch
- Update setuptools patch




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-7/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	7 Oct 2007 00:47:27 -0000	1.8
+++ .cvsignore	26 Jan 2008 04:04:52 -0000	1.9
@@ -1 +1 @@
-TurboGears-1.0.3.2.tar.gz
+TurboGears-1.0.4.2.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-7/TurboGears.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- TurboGears.spec	18 Dec 2007 15:19:42 -0000	1.20
+++ TurboGears.spec	26 Jan 2008 04:04:52 -0000	1.21
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.3.2
-Release:        7%{?dist}
+Version:        1.0.4.2
+Release:        2%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -11,7 +11,6 @@
 URL:            http://www.turbogears.org
 Source0:        http://files.turbogears.org/eggs/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-setuptools.patch
-Patch1:         %{name}-%{version}-paginate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -23,23 +22,21 @@
 Requires: python-elementtree >= 1.2.6
 %endif
 
-# The main packages have gone up a version.  Need to require the older versions
-%if 0%{?fedora} >= 8
-Requires:       python-sqlalchemy0.3
+%if 0%{?fedora} >= 9
+Requires:       python-cherrypy2
 %else
-Requires:       python-sqlalchemy >= 0.3
+Requires:       python-cherrypy
 %endif
 
-Requires:       python-cherrypy >= 2.2.1
-
+Requires:       python-sqlalchemy
 Requires:       python-kid >= 0.8
 Requires:       python-sqlobject >= 0.8
 Requires:       python-formencode >= 0.7.1
 Requires:       python-json >= 3.3
 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-turbocheetah >= 1.0
+Requires:       python-turbojson >= 1.1.2
+Requires:       python-turbokid >= 1.0.4
 Requires:       python-tgfastdata
 Requires:       python-simplejson >= 1.3
 Requires:       python-paste-script >= 0.9.7
@@ -66,7 +63,6 @@
 %prep
 %setup -q
 %patch0 -b .setuptools
-%patch1 -b .paginate
 
 
 %build
@@ -88,6 +84,17 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* 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
+
+* Tue Jan 22 2008 Luke Macken <lmacken at redhat.com> 1.0.4.2-1
+- 1.0.4.2
+
+* Sun Jan 20 2008 Luke Macken <lmacken at redhat.com> 1.0.4-1
+- 1.0.4
+- Remove paginate patch
+- Update setuptools patch
+
 * Sat Dec 15 2007 Luke Macken <lmacken at redhat.com> 1.0.3.2-7
 - Add TurboGears-1.0.3.2-paginate.patch backported from upstream
   http://trac.turbogears.org/ticket/1629


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-7/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	7 Oct 2007 00:47:27 -0000	1.8
+++ sources	26 Jan 2008 04:04:52 -0000	1.9
@@ -1 +1 @@
-75471c1767af970479ca2d4788a30323  TurboGears-1.0.3.2.tar.gz
+7e1c6237c608c24938c02dbf95d1ebaa  TurboGears-1.0.4.2.tar.gz


--- TurboGears-1.0.3.2-paginate.patch DELETED ---


--- TurboGears-1.0.3.2-setuptools.patch DELETED ---




More information about the fedora-extras-commits mailing list