- valgrind available only on selected architectures
This commit is contained in:
parent
00e57e74f8
commit
d39359a3af
@ -1,6 +1,6 @@
|
|||||||
Name: pypy
|
Name: pypy
|
||||||
Version: 1.4.1
|
Version: 1.4.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
|
||||||
@ -176,7 +176,9 @@ BuildRequires: bzip2-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
%ifarch %{ix86} x86_64 ppc ppc64 s390x
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
# Used by the selftests, though not by the build:
|
# Used by the selftests, though not by the build:
|
||||||
BuildRequires: gc-devel
|
BuildRequires: gc-devel
|
||||||
@ -763,6 +765,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 7 2011 Dan Horák <dan[at]danny.cz> - 1.4.1-5
|
||||||
|
- valgrind available only on selected architectures
|
||||||
|
|
||||||
* Wed Jan 5 2011 David Malcolm <dmalcolm@redhat.com> - 1.4.1-4
|
* Wed Jan 5 2011 David Malcolm <dmalcolm@redhat.com> - 1.4.1-4
|
||||||
- rebuild pypy using itself, for speed, with a boolean to break this cycle in
|
- rebuild pypy using itself, for speed, with a boolean to break this cycle in
|
||||||
the build-requirement graph (falling back to using "python-devel" aka CPython)
|
the build-requirement graph (falling back to using "python-devel" aka CPython)
|
||||||
|
Loading…
Reference in New Issue
Block a user