summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-24 15:13:34 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-24 15:13:34 +0200
commit13de7416da0ce6d4f44bfb596fd707e745604423 (patch)
tree06edd4d9d459856bf335dc3adccf516b4c1bb7bb
parent41c7f0ebba8a4f431aa6fdc2031ad3ef3c42acf5 (diff)
php-pecl-yaf: ignore 1 test (ZTS)
-rw-r--r--php-pecl-yaf-dev.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-yaf-dev.spec b/php-pecl-yaf-dev.spec
index 8883137..a2880a9 100644
--- a/php-pecl-yaf-dev.spec
+++ b/php-pecl-yaf-dev.spec
@@ -36,7 +36,7 @@ Summary: Yet Another Framework
Name: %{?sub_prefix}php-pecl-yaf
Version: 3.0.0
%if 0%{?gh_date:1}
-Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
@@ -168,6 +168,9 @@ REPORT_EXIT_STATUS=1 \
%if %{with_zts}
cd ../ZTS
+# https://github.com/laruence/php-yaf/issues/180
+rm tests/016.phpt
+
: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
@@ -220,6 +223,10 @@ rm -rf %{buildroot}
%changelog
+* Fri Jul 24 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.6.20150720git629d412
+- ignore 1 failed test on ZTS
+- open https://github.com/laruence/php-yaf/issues/180 (1 failed on ZTS)
+
* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.5.20150720git629d412
- rebuild against php 7.0.0beta2