Aldas Nabazas
14 years ago
2 changed files with 43 additions and 3 deletions
@ -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 #
|
Loading…
Reference in new issue