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

dmalcolm dmalcolm at fedoraproject.org
Tue Aug 23 18:24:31 UTC 2011


commit 4763ff864f559286fdcf5090d30db55311119ecb
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Aug 23 14:24:14 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 b20430c..ac30460 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: 3%{?dist}
+Release: 4%{?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" \
@@ -1290,6 +1290,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Tue Aug 23 2011 David Malcolm <dmalcolm at redhat.com> - 3.2.1-4
+- don't use --with-tsc on ppc64 debug builds (rhbz#698726)
+
 * Thu Aug 18 2011 David Malcolm <dmalcolm at redhat.com> - 3.2.1-3
 - add %%python3_version to the rpm macros (rhbz#719082)
 


More information about the scm-commits mailing list