Accepting request 155551 from home:Andreas_Schwab:Factory
- Add ctypes-libffi-aarch64.patch: import aarch64 support for libffi in _ctypes module OBS-URL: https://build.opensuse.org/request/show/155551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=133
This commit is contained in:
parent
7c3370e837
commit
5be43c0452
3220
ctypes-libffi-aarch64.patch
Normal file
3220
ctypes-libffi-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 9 16:24:10 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- Add ctypes-libffi-aarch64.patch: import aarch64 support for libffi in
|
||||||
|
_ctypes module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 8 14:49:45 UTC 2013 - jmatejek@suse.com
|
Fri Feb 8 14:49:45 UTC 2013 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -53,6 +53,8 @@ Patch19: python-2.7.3-fix-dbm-64bit-bigendian.patch
|
|||||||
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
|
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
|
||||||
Patch20: python-bundle-lang.patch
|
Patch20: python-bundle-lang.patch
|
||||||
Patch21: python-2.7.3-multiprocessing-join.patch
|
Patch21: python-2.7.3-multiprocessing-join.patch
|
||||||
|
# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
|
||||||
|
Patch22: ctypes-libffi-aarch64.patch
|
||||||
# COMMON-PATCH-END
|
# COMMON-PATCH-END
|
||||||
%define python_version %(echo %{tarversion} | head -c 3)
|
%define python_version %(echo %{tarversion} | head -c 3)
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -144,6 +146,7 @@ other applications.
|
|||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
|
%patch22 -p1
|
||||||
# COMMON-PREP-END
|
# COMMON-PREP-END
|
||||||
|
|
||||||
# drop Autoconf version requirement
|
# drop Autoconf version requirement
|
||||||
|
@ -50,6 +50,8 @@ Patch19: python-2.7.3-fix-dbm-64bit-bigendian.patch
|
|||||||
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
|
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
|
||||||
Patch20: python-bundle-lang.patch
|
Patch20: python-bundle-lang.patch
|
||||||
Patch21: python-2.7.3-multiprocessing-join.patch
|
Patch21: python-2.7.3-multiprocessing-join.patch
|
||||||
|
# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
|
||||||
|
Patch22: ctypes-libffi-aarch64.patch
|
||||||
# COMMON-PATCH-END
|
# COMMON-PATCH-END
|
||||||
Provides: pyth_doc
|
Provides: pyth_doc
|
||||||
Provides: pyth_ps
|
Provides: pyth_ps
|
||||||
@ -100,6 +102,7 @@ Python, and Macintosh Module Reference in PDF format.
|
|||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
|
%patch22 -p1
|
||||||
# COMMON-PREP-END
|
# COMMON-PREP-END
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -58,6 +58,8 @@ Patch19: python-2.7.3-fix-dbm-64bit-bigendian.patch
|
|||||||
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
|
# PATCH-FEATURE-OPENSUSE python-bundle-lang.patch bnc#617751 dimstar@opensuse.org -- gettext: when looking in default_localedir also check in locale-bundle.
|
||||||
Patch20: python-bundle-lang.patch
|
Patch20: python-bundle-lang.patch
|
||||||
Patch21: python-2.7.3-multiprocessing-join.patch
|
Patch21: python-2.7.3-multiprocessing-join.patch
|
||||||
|
# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
|
||||||
|
Patch22: ctypes-libffi-aarch64.patch
|
||||||
# COMMON-PATCH-END
|
# COMMON-PATCH-END
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
@ -183,6 +185,7 @@ implementation of the standard Unix DBM databases.
|
|||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
|
%patch22 -p1
|
||||||
# COMMON-PREP-END
|
# COMMON-PREP-END
|
||||||
|
|
||||||
# drop Autoconf version requirement
|
# drop Autoconf version requirement
|
||||||
|
Loading…
Reference in New Issue
Block a user