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
This commit is contained in:
parent
4158ddf1f3
commit
e3f7011a45
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user