[php-pecl-xhprof] move from ExcludeArch: ppc64 to ExclusiveArch: %%{ix86} x86_64 because of cycle_timer()

Remi Collet remi at fedoraproject.org
Tue May 22 18:27:50 UTC 2012


commit 3003533307dc4b1290ba18038ca025416a92f417
Author: remi <fedora at famillecollet.com>
Date:   Tue May 22 20:27:43 2012 +0200

    move from ExcludeArch: ppc64 to ExclusiveArch: %%{ix86} x86_64 because of cycle_timer()

 php-pecl-xhprof.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index f104146..f230879 100644
--- a/php-pecl-xhprof.spec
+++ b/php-pecl-xhprof.spec
@@ -4,7 +4,7 @@
 
 Name:           php-pecl-xhprof
 Version:        0.9.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        PHP extension for XHProf, a Hierarchical Profiler
 Group:          Development/Languages
 License:        ASL 2.0
@@ -16,7 +16,7 @@ Patch0:         %{pecl_name}-arginfo.patch
 Patch1:         %{pecl_name}-php54.patch
 
 # https://bugs.php.net/61262
-ExcludeArch:    ppc64
+ExclusiveArch:  %{ix86} x86_64
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel >= 5.2.0
@@ -207,6 +207,10 @@ fi
 
 
 %changelog
+* Tue May 22 2012 Remi Collet <remi at fedoraproject.org> - 0.9.2-6
+- move from ExcludeArch: ppc64
+  to ExclusiveArch: %%{ix86} x86_64 because of cycle_timer()
+
 * Sun May 06 2012 Remi Collet <remi at fedoraproject.org> - 0.9.2-5
 - make configuration file compatible with apache 2.2 / 2.4
 


More information about the scm-commits mailing list