rpms/TurboGears/FC-5 .cvsignore, 1.2, 1.3 TurboGears.spec, 1.1, 1.2 sources, 1.2, 1.3 TurboGears-0.8a5-optim.patch, 1.1, NONE TurboGears-0.8a5-setuptools.patch, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Jul 6 17:47:57 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/TurboGears/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32354

Modified Files:
	.cvsignore TurboGears.spec sources 
Removed Files:
	TurboGears-0.8a5-optim.patch TurboGears-0.8a5-setuptools.patch 
Log Message:
* Thu Jul 6 2006 Luke Macken <lmacken at redhat.com> 0.8.9-1
- Bump to 0.8.9
- Remove TurboGears-0.8a5-optim.patch and TurboGears-0.8a5-setuptools.patch




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Feb 2006 07:16:42 -0000	1.2
+++ .cvsignore	6 Jul 2006 17:47:57 -0000	1.3
@@ -1 +1 @@
-TurboGears-0.8a5.tar.gz
+TurboGears-0.8.9.tar.gz


Index: TurboGears.spec
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/FC-5/TurboGears.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TurboGears.spec	21 Feb 2006 07:16:42 -0000	1.1
+++ TurboGears.spec	6 Jul 2006 17:47:57 -0000	1.2
@@ -3,7 +3,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        0.8a5
+Version:        0.8.9
 Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
@@ -11,8 +11,6 @@
 License:        MIT
 URL:            http://www.turbogears.org/
 Source0:        http://www.turbogears.org/download/eggs/%{name}-%{version}.tar.gz
-Patch:          TurboGears-0.8a5-setuptools.patch
-Patch1:         TurboGears-0.8a5-optim.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -37,12 +35,9 @@
 
 %prep
 %setup -q
-%patch -p1 -b .setuptools
-%patch1 -p1 -b .optim
 find docs -type f -exec chmod a-x {} \; -exec sed -i 's/\r//g' {} \;
 
 %build
-find \( -name \*.setuptools -o -name \*.optim \) -exec rm {} \;
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %install
@@ -60,5 +55,9 @@
 %{python_sitelib}/turbogears
 
 %changelog
+* Thu Jul 6 2006 Luke Macken <lmacken at redhat.com> 0.8.9-1
+- Bump to 0.8.9
+- Remove TurboGears-0.8a5-optim.patch and TurboGears-0.8a5-setuptools.patch
+
 * Sat Feb 18 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8a5-1
 - Initial RPM release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Feb 2006 07:16:42 -0000	1.2
+++ sources	6 Jul 2006 17:47:57 -0000	1.3
@@ -1 +1 @@
-ff1c1737fac46eb7ec931c05c461bc68  TurboGears-0.8a5.tar.gz
+65ae29ce01fd1e0bad4924b12b4c3706  TurboGears-0.8.9.tar.gz


--- TurboGears-0.8a5-optim.patch DELETED ---


--- TurboGears-0.8a5-setuptools.patch DELETED ---




More information about the fedora-extras-commits mailing list