diff --git a/python-2.6.2-readline.patch b/python-2.6.2-readline.patch index 4b5f85b..3e85d56 100644 --- a/python-2.6.2-readline.patch +++ b/python-2.6.2-readline.patch @@ -1,6 +1,8 @@ ---- Modules/readline.c 2008-11-04 12:43:31.000000000 -0800 -+++ Modules/readline.c 2009-04-22 15:50:49.000000000 -0700 -@@ -759,6 +759,10 @@ +Index: Modules/readline.c +=================================================================== +--- Modules/readline.c.orig 2008-11-04 21:43:31.000000000 +0100 ++++ Modules/readline.c 2009-12-02 19:40:01.000000000 +0100 +@@ -759,6 +759,10 @@ on_completion(const char *text, int stat static char ** flex_complete(char *text, int start, int end) { @@ -11,9 +13,9 @@ Py_XDECREF(begidx); Py_XDECREF(endidx); begidx = PyInt_FromLong((long) start); -@@ -799,11 +803,8 @@ +@@ -801,9 +805,6 @@ setup_readline(void) rl_completer_word_break_characters = - strdup(" \t\n`~!@#$%^&*()-=+[{]}\\|;:'\",<>/?"); + strdup(" \t\n`~!@#$%^&*()-=+[{]}\\|;:'\",<>/?"); /* All nonalphanums except '.' */ -#ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER - rl_completion_append_character ='\0'; diff --git a/python-base.changes b/python-base.changes index b6a7d70..9c27ea4 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 15 00:22:44 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as source + ------------------------------------------------------------------- Wed Oct 28 18:03:27 UTC 2009 - crrodriguez@opensuse.org diff --git a/python-base.spec b/python-base.spec index 5ab5f83..52298d1 100644 --- a/python-base.spec +++ b/python-base.spec @@ -33,10 +33,11 @@ Obsoletes: python-64bit # Summary: Python Interpreter base package Version: 2.6.2 -Release: 6 +Release: 7 %define tarname Python-%{version} Source0: %{tarname}.tar.bz2 Source1: macros.python +Source2: baselibs.conf Source6: README.SUSE Source13: distutils.cfg Source14: _local.pth diff --git a/python-doc.spec b/python-doc.spec index 9a017cf..4ec7709 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -24,7 +24,7 @@ Group: Development/Languages/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Additional Package Documentation for Python. Version: 2.6 -Release: 16 +Release: 17 %define pyver 2.6.2 BuildArch: noarch %define tarname Python-%{pyver} diff --git a/python.changes b/python.changes index e112414..f25ea23 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 2 18:40:21 UTC 2009 - coolo@novell.com + +- update patch again + ------------------------------------------------------------------- Wed Nov 4 19:04:16 CET 2009 - matejcik@suse.cz diff --git a/python.spec b/python.spec index 7e599ab..4b2b7a3 100644 --- a/python.spec +++ b/python.spec @@ -35,7 +35,7 @@ Obsoletes: python-64bit Obsoletes: python-nothreads python21 python-elementtree python-sqlite Summary: Python Interpreter Version: 2.6.2 -Release: 6 +Release: 7 Requires: python-base = %{version} %define tarname Python-%{version} Source0: %{tarname}.tar.bz2