[TurboGears] Update to 1.1.3

Toshio くらとみ toshio at fedoraproject.org
Sat Jul 16 07:19:42 UTC 2011


commit 656bb785db7da77aa5b0746c47fb2b6e44d88ae8
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sat Jul 16 00:19:20 2011 -0700

    Update to 1.1.3

 .gitignore                |    1 +
 TurboGears.spec           |   14 ++++-------
 sources                   |    2 +-
 turbogears-py-2.7.2.patch |   18 --------------
 turbogears-sa-0.7.1.patch |   58 ---------------------------------------------
 5 files changed, 7 insertions(+), 86 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc77f6d..3f92029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /TurboGears-1.1.1.tar.gz
 /TurboGears-1.1.2.tar.gz
+/TurboGears-1.1.3.tar.gz
diff --git a/TurboGears.spec b/TurboGears.spec
index f3a27d8..eaac1e2 100644
--- a/TurboGears.spec
+++ b/TurboGears.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           TurboGears
-Version:        1.1.2
-Release:        5%{?dist}
+Version:        1.1.3
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -16,11 +16,6 @@ Patch0:         %{name}-1.0.8-cherrypyreq.patch
 # Reported upstream http://trac.turbogears.org/ticket/2419
 Patch1: turbogears-sqlcreate.patch
 Patch2: turbogears-feed.patch
-# From upstream svn http://svn.code.sf.net/p/turbogears1/code/branches/1.1/
-# r7315 and r7317
-Patch3:  turbogears-sa-0.7.1.patch
-# Reported upstream https://sourceforge.net/p/turbogears1/tickets/32/
-Patch4: turbogears-py-2.7.2.patch
 # Patch to allow turbogears to work with old turbokid until/unless RHEL6
 # updates
 Patch100: TurboGears-old-turbokid.patch
@@ -116,8 +111,6 @@ TurboGears is easy to use for a wide range of web applications.
 %patch0 -b .cherrypyreq
 %patch1 -p1 -b .sqlcreate
 %patch2 -p1 -b .feed
-%patch3 -p0 -b .sa
-%patch4 -p1 -b py2.7
 %if 0%{?rhel} && 0%{?rhel} >= 6
 %patch100 -p1 -b .deps
 %endif
@@ -155,6 +148,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/turbogears/
 
 %changelog
+* Fri Jul 15 2011 Toshio Kuratomi <toshio at feoraproject.org> - 1.1.3-1
+- Update to 1.1.3
+
 * Tue Jul 5 2011 Toshio Kuratomi <toshio at feoraproject.org> - 1.1.2-5
 - Add patches for building with SQLalchemy-0.7.1 and python-2.7.2
   https://bugzilla.redhat.com/show_bug.cgi?id=715760
diff --git a/sources b/sources
index 47869e1..a5ed4b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f338fb58f4fba32f7d481533431527b3  TurboGears-1.1.2.tar.gz
+a2ed1c571290f7eea3330c240f15abf4  TurboGears-1.1.3.tar.gz


More information about the scm-commits mailing list