From e3f7011a4524028dc0fb0a88b22ef0959c582592bb0cbf6559e3bd2ae0725dab Mon Sep 17 00:00:00 2001 From: Sascha Peilicke <null@suse.de> Date: Mon, 13 May 2013 09:28:28 +0000 Subject: [PATCH] Accepting request 175238 from home:dirkmueller:branches:devel:languages:python:Factory - add aarch64 to the list of 64-bit platforms ------------------------------------------------------------------ OBS-URL: https://build.opensuse.org/request/show/175238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=139 --- python-base.changes | 5 +++++ python-base.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-base.changes b/python-base.changes index 5cc43e3..919af03 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon May 13 09:24:29 UTC 2013 - dmueller@suse.com + +- add aarch64 to the list of 64-bit platforms + +------------------------------------------------------------------ Thu May 9 16:11:23 UTC 2013 - jmatejek@suse.com - update to 2.7.4 diff --git a/python-base.spec b/python-base.spec index 5dba97e..59c30a8 100644 --- a/python-base.spec +++ b/python-base.spec @@ -375,7 +375,7 @@ cp Makefile Makefile.pre.in Makefile.pre %{buildroot}%{_libdir}/python%{python_v %{_libdir}/python%{python_version}/lib-dynload/_multibytecodec.so %{_libdir}/python%{python_version}/lib-dynload/Python-%{tarversion}-py%{python_version}.egg-info # these modules don't support 64-bit arches (disabled by setup.py) -%ifnarch alpha ia64 x86_64 s390x ppc64 sparc64 +%ifnarch alpha ia64 x86_64 s390x ppc64 sparc64 aarch64 # requires sizeof(int) == sizeof(long) == sizeof(char*) %{_libdir}/python%{python_version}/lib-dynload/dl.so %endif