rpms/TurboGears/F-11 .cvsignore, 1.13, 1.14 TurboGears-1.0.8-setup.patch, 1.1, 1.2 TurboGears.spec, 1.47, 1.48 sources, 1.13, 1.14 turbogears-sqlcreate.patch, 1.1, 1.2

Toshio くらとみ toshio at fedoraproject.org
Tue Dec 1 15:55:53 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/TurboGears/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25367/F-11

Modified Files:
	.cvsignore TurboGears-1.0.8-setup.patch TurboGears.spec 
	sources turbogears-sqlcreate.patch 
Log Message:
* Mon Nov 30 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.9-1
- Update to 1.0.9 bugfix release.
  + Fixes hard to reproduce errors when using SQLObject
- Paginate fix is in upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-11/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	3 Jan 2009 06:54:07 -0000	1.13
+++ .cvsignore	1 Dec 2009 15:55:53 -0000	1.14
@@ -1 +1 @@
-TurboGears-1.0.8.tar.gz
+TurboGears-1.0.9.tar.gz

TurboGears-1.0.8-setup.patch:
 setup.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: TurboGears-1.0.8-setup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-11/TurboGears-1.0.8-setup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- TurboGears-1.0.8-setup.patch	3 Jan 2009 06:36:17 -0000	1.1
+++ TurboGears-1.0.8-setup.patch	1 Dec 2009 15:55:53 -0000	1.2
@@ -1,6 +1,8 @@
---- setup.py.setup	2008-09-15 16:30:30.000000000 -0400
-+++ setup.py	2008-09-18 03:01:12.000000000 -0400
-@@ -14,7 +14,6 @@
+Index: setup.py
+===================================================================
+--- setup.py.orig
++++ setup.py
+@@ -20,7 +20,6 @@ execfile(os.path.join("turbogears", "rel
  # setup params
  install_requires = [
      "CherryPy >= 2.3.0, < 3.0.0alpha",
@@ -8,7 +10,7 @@
      "DecoratorTools >= 1.4",
      "FormEncode >= 0.7.1",
      "PasteScript >= 1.6.2",
-@@ -23,7 +22,7 @@
+@@ -29,7 +28,7 @@ install_requires = [
      "simplejson >= 1.3",
      "TurboCheetah >= 1.0",
      # TurboJson >= 1.2 uses PEAK-Rules


Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-11/TurboGears.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- TurboGears.spec	1 Dec 2009 02:10:17 -0000	1.47
+++ TurboGears.spec	1 Dec 2009 15:55:53 -0000	1.48
@@ -2,18 +2,16 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           TurboGears
-Version:        1.0.8
-Release:        8%{?dist}
+Version:        1.0.9
+Release:        1%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://www.turbogears.org
 Source0:        http://pypi.python.org/packages/source/T/%{name}/%{name}-%{version}.tar.gz
-Patch0:         %{name}-%{version}-cherrypyreq.patch
-Patch1:         %{name}-%{version}-setup.patch
-# From upstream changeset r6575
-Patch2:         %{name}-%{version}-paginate.patch
+Patch0:         %{name}-1.0.8-cherrypyreq.patch
+Patch1:         %{name}-1.0.8-setup.patch
 # From upstream bug report: http://trac.turbogears.org/ticket/2348
 # Going into TG-1.1 but not TG-1.0.x
 Patch3: feedkid.diff
@@ -76,7 +74,6 @@ TurboGears is easy to use for a wide ran
 %setup -q
 %patch0 -b .cherrypyreq
 %patch1 -b .setup
-%patch2 -p3 -b .paginate
 %patch3 -p0 -b .feedkid
 %patch4 -p1 -b .sqlcreate
 
@@ -101,6 +98,10 @@ rm -rf %{buildroot}
 %{python_sitelib}/turbogears/
 
 %changelog
+* Mon Nov 30 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.9-1
+- Update to 1.0.9 bugfix release.
+- Paginate fix is in upstream.
+
 * Mon Nov 30 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.8-8
 - Fix problem with sql create and sqlobject
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-11/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	3 Jan 2009 06:54:07 -0000	1.13
+++ sources	1 Dec 2009 15:55:53 -0000	1.14
@@ -1 +1 @@
-845b29a588ae8d4e7591c7226daa6f98  TurboGears-1.0.8.tar.gz
+aa10271f3d29c716e9d63b3264dca944  TurboGears-1.0.9.tar.gz

turbogears-sqlcreate.patch:
 base.py |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Index: turbogears-sqlcreate.patch
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/F-11/turbogears-sqlcreate.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- turbogears-sqlcreate.patch	1 Dec 2009 02:10:17 -0000	1.1
+++ turbogears-sqlcreate.patch	1 Dec 2009 15:55:53 -0000	1.2
@@ -1,8 +1,8 @@
-Index: TurboGears-1.0.8/turbogears/command/base.py
+Index: TurboGears-1.0.9/turbogears/command/base.py
 ===================================================================
---- TurboGears-1.0.8.orig/turbogears/command/base.py
-+++ TurboGears-1.0.8/turbogears/command/base.py
-@@ -128,11 +128,15 @@ class SQL(CommandWithDB):
+--- TurboGears-1.0.9.orig/turbogears/command/base.py
++++ TurboGears-1.0.9/turbogears/command/base.py
+@@ -127,11 +127,15 @@ class SQL(CommandWithDB):
                      if not eggname or not os.path.exists(
                              os.path.join(eggname[0], "sqlobject.txt")):
                          eggname = self.fix_egginfo(eggname)
@@ -18,4 +18,4 @@ Index: TurboGears-1.0.8/turbogears/comma
 +                    sys.argv.insert(2, pkgname)
                      sys.argv.insert(2, "--egg")
  
-             command.the_runner.run(sys.argv)
+             socommand.the_runner.run(sys.argv)




More information about the fedora-extras-commits mailing list