rpms/TurboGears/devel .cvsignore, 1.4, 1.5 TurboGears.spec, 1.7, 1.8 sources, 1.4, 1.5 TurboGears-1.0b1-setuptools.patch, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Dec 2 05:25:42 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore TurboGears.spec sources 
Removed Files:
	TurboGears-1.0b1-setuptools.patch 
Log Message:
1.0b2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	17 Oct 2006 15:21:43 -0000	1.4
+++ .cvsignore	2 Dec 2006 05:25:12 -0000	1.5
@@ -1 +1 @@
-TurboGears-1.0b1.tar.gz
+TurboGears-1.0b2.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TurboGears.spec	22 Nov 2006 02:24:03 -0000	1.7
+++ TurboGears.spec	2 Dec 2006 05:25:12 -0000	1.8
@@ -2,21 +2,21 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0b1
-Release:        3%{?dist}
+Version:        1.0b2
+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}-%{version}-setuptools.patch
+Patch0:         %{name}-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-setuptools >= 0.6c2
 
-Requires:       python-kid >= 0.8  python-cherrypy >= 2.1.1
+Requires:       python-kid >= 0.8  python-cherrypy >= 2.2.1
 Requires:       python-sqlobject >= 0.7 python-formencode >= 0.5.1
 Requires:       python-json >= 3.3 python-elementtree >= 1.2.6
 Requires:       python-setuptools >= 0.6a11
@@ -76,6 +76,9 @@
 %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sat Dec  2 2006 Luke Macken <lmacken at redhat.com> 1.0b2-1
+- 1.0b2
+
 * Fri Nov 21 2006 Luke Macken <lmacken at redhat.com> 1.0b1-3
 - Add python-TestGears back to Requires
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	17 Oct 2006 15:21:43 -0000	1.4
+++ sources	2 Dec 2006 05:25:12 -0000	1.5
@@ -1 +1 @@
-667a84671d1ce3639ba11d8e73462639  TurboGears-1.0b1.tar.gz
+aff6ab4008557c21fde2ff8c07f4dc45  TurboGears-1.0b2.tar.gz


--- TurboGears-1.0b1-setuptools.patch DELETED ---




More information about the scm-commits mailing list