Accepting request 27367 from devel:languages:python:Factory
Copy from devel:languages:python:Factory/python based on submit request 27367 from user coolo OBS-URL: https://build.opensuse.org/request/show/27367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=41
This commit is contained in:
parent
3d7eaf78a6
commit
8d16680d12
@ -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';
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user