diff --git a/zope/zope/python.patch b/zope/zope/python.patch new file mode 100644 index 000000000..30b18f946 --- /dev/null +++ b/zope/zope/python.patch @@ -0,0 +1,40 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../zope/python.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +diff -Nur Zope-2.11.8-final-orig/configure Zope-2.11.8-final/configure +--- Zope-2.11.8-final-orig/configure 2011-02-08 17:52:35.616067630 +0100 ++++ Zope-2.11.8-final/configure 2011-02-08 17:53:34.904068689 +0100 +@@ -12,17 +12,17 @@ + + # Place the optimal target version number for Zope (as returned by sys.version) + # below +-TARGET="2.4.6" ++TARGET="2.6.6" + + # Order a list of "acceptable" python version numbers (as returned by + # sys.version) below in "best" to "worst" order, not including the + # target version. Up to six acceptable python versions are allowed. + # Do not include the target version number in this list! +-ACCEPTABLE="2.4.5 2.4.4" ++ACCEPTABLE="2.6.6 2.4.5 2.4.4" + + # provide the executable names for all the acceptable versions + # (and the target version) below +-EXENAMES="python python2 python2.4" ++EXENAMES="python python2 python2.4 python2.5 python2.6 python2.7" + + ##################################################################### + # END EDITABLE PARAMETERS # diff --git a/zope/zope/zope.desc b/zope/zope/zope.desc index 8ad04d8cf..15e17ae97 100644 --- a/zope/zope/zope.desc +++ b/zope/zope/zope.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../zope/zope.desc -[COPY] Copyright (C) 2008 - 2010 The OpenSDE Project +[COPY] Copyright (C) 2008 - 2011 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -31,7 +31,7 @@ [L] OpenSource [S] Stable -[V] 2.11.4 +[V] 2.11.8 [P] X -----5---9 300.000 -[D] 3449459187 Zope-2.11.4-final.tgz http://www.zope.org/Products/Zope/2.11.4/ +[D] 913817015 Zope-2.11.8-final.tgz http://www.zope.org/Products/Zope/2.11.8/