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

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


commit 76e85fb7737abc82d729292607f9e2759645e29c
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Aug 23 14:23:31 2011 -0400

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

 python.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python.spec b/python.spec
index 205f8f9..93c5c7d 100644
--- a/python.spec
+++ b/python.spec
@@ -102,7 +102,7 @@ Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.7.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: Python
 Group: Development/Languages
 Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@@ -836,7 +836,7 @@ LD_LIBRARY_PATH="$topdir/$ConfDir" PATH=$PATH:$topdir/$ConfDir make -s EXTRA_CFL
 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" \
@@ -1772,6 +1772,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Tue Aug 23 2011 David Malcolm <dmalcolm at redhat.com> - 2.7.2-6
+- don't use --with-tsc on ppc64 debug builds (rhbz#698726)
+
 * Thu Aug 18 2011 David Malcolm <dmalcolm at redhat.com> - 2.7.2-5
 - add rpm macros file (rhbz#731800)
 


More information about the scm-commits mailing list