From a0374180ff792eb0a2b41434d1a3a47efe340d3e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 27 2014 21:16:43 +0000 Subject: valgrind is available everywhere except 31 bit s390 --- diff --git a/pypy.spec b/pypy.spec index 096bd7d..6bdb671 100644 --- a/pypy.spec +++ b/pypy.spec @@ -1,6 +1,6 @@ Name: pypy Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python implementation with a Just-In-Time compiler Group: Development/Languages @@ -191,7 +191,7 @@ BuildRequires: bzip2-devel BuildRequires: ncurses-devel BuildRequires: expat-devel BuildRequires: openssl-devel -%ifarch %{ix86} x86_64 ppc ppc64 s390x +%ifnarch s390 BuildRequires: valgrind-devel %endif @@ -827,6 +827,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 27 2014 Dennis Gilmore - 2.3-4 +- valgrind is available everywhere except 31 bit s390 + * Wed May 21 2014 Jaroslav Škarvada - 2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86