Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
f124c6c575
3 changed files with 15 additions and 2 deletions
  1. +12
    -0
      package/base/python/curses_panel_hotfix.patch
  2. +1
    -0
      package/base/python/python.conf
  3. +2
    -2
      package/base/python/python.desc

+ 12
- 0
package/base/python/curses_panel_hotfix.patch

@ -0,0 +1,12 @@
diff -pruN Python-2.4.3-orig/Modules/_curses_panel.c Python-2.4.3/Modules/_curses_panel.c
--- Python-2.4.3-orig/Modules/_curses_panel.c 2006-03-07 14:39:26.000000000 +0100
+++ Python-2.4.3/Modules/_curses_panel.c 2006-07-12 08:54:11.000000000 +0200
@@ -14,7 +14,7 @@ static char *PyCursesVersion = "2.1";
#include "py_curses.h"
-#include <panel.h>
+#include <ncurses/panel.h>
static PyObject *PyCursesError;

+ 1
- 0
package/base/python/python.conf

@ -47,3 +47,4 @@ confopt="$confopt --with-threads --enable-shared"
# We can savely ignore this dependencies.
var_append flistrfilter "|" ".*: /usr/lib/python.*/site-packages/.*"
versionhotfix 2.4.3

+ 2
- 2
package/base/python/python.desc

@ -36,10 +36,10 @@
[L] OpenSource
[S] Stable
[V] 2.4.2
[V] 2.4.3
[P] X -?---5---9 122.400
[D] 3924408182 Python-2.4.2.tar.bz2 http://www.python.org/ftp/python/2.4.2/
[D] 3497946814 Python-2.4.3.tar.bz2 http://www.python.org/ftp/python/2.4.3/
[CV-URL] http://www.python.org/download/

Loading…
Cancel
Save