Update supported architectures list
This commit is contained in:
parent
e3c0ead0d2
commit
fbbb50d6fd
@ -1,6 +1,6 @@
|
|||||||
Name: pypy
|
Name: pypy
|
||||||
Version: 5.0.1
|
Version: 5.0.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Python implementation with a Just-In-Time compiler
|
Summary: Python implementation with a Just-In-Time compiler
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -11,6 +11,9 @@ Group: Development/Languages
|
|||||||
License: MIT and Python and UCD
|
License: MIT and Python and UCD
|
||||||
URL: http://pypy.org/
|
URL: http://pypy.org/
|
||||||
|
|
||||||
|
# Not currently supported on these arches
|
||||||
|
ExcludeArch: aarch64 s390 s390x
|
||||||
|
|
||||||
# High-level configuration of the build:
|
# High-level configuration of the build:
|
||||||
|
|
||||||
# PyPy consists of an implementation of an interpreter (with JIT compilation)
|
# PyPy consists of an implementation of an interpreter (with JIT compilation)
|
||||||
@ -719,6 +722,9 @@ CheckPyPy %{name}-c-stackless
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 14 2016 Peter Robinson <pbrobinson@fedoraproject.org> 5.0.1-5
|
||||||
|
- Update supported architectures list
|
||||||
|
|
||||||
* Thu Jul 21 2016 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-4
|
* Thu Jul 21 2016 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-4
|
||||||
- Build with gdbm support
|
- Build with gdbm support
|
||||||
- rhbz#1358482
|
- rhbz#1358482
|
||||||
|
Loading…
Reference in New Issue
Block a user