Accepting request 77357 from devel:languages:python:Factory

- Copy Lib/plat-linux2 to Lix/plat-linux3 so that DLFCN module
  is also available for linux3 systems  bnc#707667 (forwarded request 76776 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/77357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=72
This commit is contained in:
Sascha Peilicke 2011-07-29 07:06:18 +00:00 committed by Git OBS Bridge
commit 988e7ccbdf
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 22 13:03:49 UTC 2011 - idonmez@novell.com
- Copy Lib/plat-linux2 to Lix/plat-linux3 so that DLFCN module
is also available for linux3 systems bnc#707667
-------------------------------------------------------------------
Mon Jul 11 01:59:56 CEST 2011 - ro@suse.de

View File

@ -30,7 +30,7 @@ Obsoletes: python-64bit
#
Summary: Python Interpreter base package
Version: 2.7.1
Release: 3
Release: 5
%define tarversion %{version}
%define tarname Python-%{tarversion}
Source0: %{tarname}.tar.bz2
@ -58,7 +58,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: %{name} = %{python_version}
# explicitly, see bnc#697251
Requires: libpython2_7-1_0 = %{version}-%{release}
Requires: libpython2_7-1_0 = %{version}-%{release}
%description
Python is an interpreted, object-oriented programming language, and is
@ -162,6 +162,9 @@ autoreconf -f -i . # Modules/_ctypes/libffi
# provide a stable timestamp
touch -r %{S:0} Makefile.pre.in
# Cheat for kernel 3.0
cp -r Lib/plat-linux2 Lib/plat-linux3
# prevent make from trying to rebuild asdl stuff, which requires existing
# python installation
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h

View File

@ -24,7 +24,7 @@ Group: Development/Languages/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation for Python.
Version: 2.7
Release: 11
Release: 5
%define pyver 2.7.1
BuildArch: noarch
%define tarname Python-%{pyver}

View File

@ -32,7 +32,7 @@ Obsoletes: python-64bit
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
Summary: Python Interpreter
Version: 2.7.1
Release: 9
Release: 5
Requires: python-base = %{version}
%define tarversion %{version}
%define tarname Python-%{tarversion}