churchyard pushed to pypy3 (f21). "- valgrind available only on selected architectures"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 19:33:40 UTC 2015


From d39359a3af6a0dee27f50e4a4fe52860f9c6b426 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan at danny.cz>
Date: Fri, 7 Jan 2011 17:56:06 +0100
Subject: - valgrind available only on selected architectures


diff --git a/pypy.spec b/pypy.spec
index 162ed5f..4d66f89 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,6 +1,6 @@
 Name:           pypy
 Version:        1.4.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python implementation with a Just-In-Time compiler
 
 Group:          Development/Languages
@@ -176,7 +176,9 @@ BuildRequires:  bzip2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  expat-devel
 BuildRequires:  openssl-devel
+%ifarch %{ix86} x86_64 ppc ppc64 s390x
 BuildRequires:  valgrind-devel
+%endif
 
 # Used by the selftests, though not by the build:
 BuildRequires:  gc-devel
@@ -763,6 +765,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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 at redhat.com> - 1.4.1-4
 - 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)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pypy3.git/commit/?h=f21&id=d39359a3af6a0dee27f50e4a4fe52860f9c6b426


More information about the scm-commits mailing list