Update supported architectures list

This commit is contained in:
Peter Robinson 2016-08-14 13:16:41 +01:00
parent e3c0ead0d2
commit fbbb50d6fd

View File

@ -1,6 +1,6 @@
Name: pypy
Version: 5.0.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Python implementation with a Just-In-Time compiler
Group: Development/Languages
@ -11,6 +11,9 @@ Group: Development/Languages
License: MIT and Python and UCD
URL: http://pypy.org/
# Not currently supported on these arches
ExcludeArch: aarch64 s390 s390x
# High-level configuration of the build:
# PyPy consists of an implementation of an interpreter (with JIT compilation)
@ -719,6 +722,9 @@ CheckPyPy %{name}-c-stackless
%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
- Build with gdbm support
- rhbz#1358482