churchyard pushed to pypy3 (f21). "valgrind is available everywhere except 31 bit s390"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 19:35:38 UTC 2015


From a0374180ff792eb0a2b41434d1a3a47efe340d3e Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Tue, 27 May 2014 16:16:43 -0500
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 <dennis at ausil.us> - 2.3-4
+- valgrind is available everywhere except 31 bit s390
+
 * Wed May 21 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 2.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
 
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list