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:
commit
988e7ccbdf
@ -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
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user