[python3/f16] don't use --with-tsc on ppc64 debug builds (rhbz#698726)

dmalcolm dmalcolm at fedoraproject.org
Tue Aug 23 21:08:07 UTC 2011


commit 0c0fcb4642f6d6b385b95231d868d676081e6299
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Aug 23 17:07:42 2011 -0400

    don't use --with-tsc on ppc64 debug builds (rhbz#698726)

 python3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 5ff3866..1154209 100644
--- a/python3.spec
+++ b/python3.spec
@@ -118,7 +118,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.1
-Release: 2%{?dist}
+Release: 2.1%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -536,7 +536,7 @@ BuildPython() {
 BuildPython debug \
   python-debug \
   python%{pybasever}-debug \
-%ifarch %{ix86} x86_64 ppc ppc64
+%ifarch %{ix86} x86_64 ppc
   "--with-pydebug --with-tsc --with-count-allocs --with-call-profile" \
 %else
   "--with-pydebug --with-count-allocs --with-call-profile" \
@@ -1292,6 +1292,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Tue Aug 23 2011 David Malcolm <dmalcolm at redhat.com> - 3.2.1-2.1
+- don't use --with-tsc on ppc64 debug builds (rhbz#698726)
+
 * Mon Jul 11 2011 Dennis Gilmore <dennis at ausil.us> - 3.2.1-2
 - disable some tests on sparc arches 
 


More information about the scm-commits mailing list