The package rpms/php-pecl-xdebug.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/php-pecl-xdebug.git/commit/?id=70a9a....
Change: -%ifarch ppc64 s390x
Thanks.
Full change: ============
commit 70a9a3596b30498d36a26d4e551dfac27365d944 Author: Remi Collet remi@fedoraproject.org Date: Tue Jan 30 07:50:17 2018 +0100
v2.6.0
diff --git a/.gitignore b/.gitignore index e1e8d2e..962febe 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ package*.xml /xdebug-2.6.0alpha1-bb90b66.tar.gz /xdebug-2.6.0beta1-f7db5b7.tar.gz /xdebug-2.6.0RC2-e53e207.tar.gz +/xdebug-2.6.0-61690fb.tar.gz diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 1b1d5b7..1cb4e95 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -18,10 +18,10 @@ %global ini_name 15-%{pecl_name}.ini %global with_tests 0%{!?_without_tests:1}
-%global gh_commit e53e2073568dc26a74b73479bff4e3fd88fe3ab2 +%global gh_commit 61690fbc6e7991f12c6a36bc72db9e0a145406e0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20171018 -%global prever RC2 +#global prever RC2
Name: php-pecl-xdebug Summary: PECL package for debugging PHP scripts @@ -32,7 +32,7 @@ Release: 0.5.%{prever}%{?dist} %if 0%{?gh_date:1} Release: 0.2.%{gh_date}.%{gh_short}%{?dist} %else -Release: 3%{?dist} +Release: 1%{?dist} %endif %endif Source0: https://github.com/%%7Bpecl_name%7D/%%7Bpecl_name%7D/archive/%%7Bgh_commit%7... @@ -196,20 +196,6 @@ done
%if %{with_tests} cd NTS -%if "%{php_version}" > "7.2" -# Know as failed upstream (travis) -rm tests/bug01258-php7.phpt -%endif -%ifarch ppc64 s390x -# Known as failed on big endian -rm tests/bug00806.phpt -rm tests/bug01305.phpt -rm tests/bug01312.phpt -rm tests/bug01335.phpt -rm tests/bug01512.phpt -rm tests/bug01516.phpt -%endif - : Upstream test suite NTS extension # bug00886 is marked as slow as it uses a lot of disk space SKIP_SLOW_TESTS=1 \ @@ -239,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog +* Tue Jan 30 2018 Remi Collet remi@remirepo.net - 2.6.0-1 +- update to 2.6.0 (stable) + * Tue Jan 23 2018 Remi Collet remi@remirepo.net - 2.6.0-0.5.RC2 - update to 2.6.0RC2 - undefine _strict_symbol_defs_build diff --git a/sources b/sources index adcb9af..fda8396 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdebug-2.6.0RC2-e53e207.tar.gz) = 11b566f73f9eb30e1da607e34fa86f3c373c9d46f03f426e38329a533c3d1ea6f863759b68c0dab2dc191510c8be686bdc6ced2d6f02b6e77df9796a1c3e64c2 +SHA512 (xdebug-2.6.0-61690fb.tar.gz) = c301411eedb33c8ed70dc021671993b683a900d166b84abbb95f604b10f7ee2392f214b5e597ed1b98c41b1ce452ef1df1d51cf9a6236e5614e5846f5a715c70
arch-excludes@lists.fedoraproject.org