From 2455c89bab315c0b6842198f16777585029e364f Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 18 Sep 2011 18:05:23 +0200 Subject: python: bump to 2.7.2 This is mostly a mechanical bump, with a refresh of all the patches to accomodate the offsets, and some minor conflict resolution. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- .../python-2.7-013-fix-linux-3-compilation.patch | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'package/python/python-2.7-013-fix-linux-3-compilation.patch') diff --git a/package/python/python-2.7-013-fix-linux-3-compilation.patch b/package/python/python-2.7-013-fix-linux-3-compilation.patch index a43ec7ee4..e834b9f17 100644 --- a/package/python/python-2.7-013-fix-linux-3-compilation.patch +++ b/package/python/python-2.7-013-fix-linux-3-compilation.patch @@ -1,20 +1,22 @@ -diff -r 683202530137 configure ---- a/configure Fri Aug 12 11:40:39 2011 +0300 -+++ b/configure Fri Aug 12 14:02:18 2011 +0200 -@@ -3055,6 +3055,7 @@ then - cygwin*) MACHDEP="cygwin";; +Index: Python-2.7.2/configure +=================================================================== +--- Python-2.7.2.orig/configure ++++ Python-2.7.2/configure +@@ -3007,6 +3007,7 @@ darwin*) MACHDEP="darwin";; + atheos*) MACHDEP="atheos";; irix646) MACHDEP="irix6";; + linux*) MACHDEP="linux2";; '') MACHDEP="unknown";; esac fi -diff -r 683202530137 configure.in ---- a/configure.in Fri Aug 12 11:40:39 2011 +0300 -+++ b/configure.in Fri Aug 12 14:02:18 2011 +0200 -@@ -307,6 +307,7 @@ then - cygwin*) MACHDEP="cygwin";; +Index: Python-2.7.2/configure.in +=================================================================== +--- Python-2.7.2.orig/configure.in ++++ Python-2.7.2/configure.in +@@ -297,6 +297,7 @@ darwin*) MACHDEP="darwin";; + atheos*) MACHDEP="atheos";; irix646) MACHDEP="irix6";; + linux*) MACHDEP="linux2";; '') MACHDEP="unknown";; -- cgit v1.2.3