From 93a3b113564c142a04b6f263f02ce548aa1a365b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Jul 2015 11:20:16 +0200 Subject: php-pecl-yar: ignore 1 failed test in i386 --- php-pecl-yar-dev.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/php-pecl-yar-dev.spec b/php-pecl-yar-dev.spec index a77afbd..e91f8ea 100644 --- a/php-pecl-yar-dev.spec +++ b/php-pecl-yar-dev.spec @@ -39,7 +39,7 @@ Summary: Light, concurrent RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.5 %if 0%{?gh_date:1} -Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{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 @@ -219,6 +219,11 @@ fi %check +%ifnarch x86_64 +# https://github.com/laruence/yar/issues/56 +rm ?TS/tests/010.phpt +%endif + # Upstream test suite requires a web server : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -278,6 +283,9 @@ rm -rf %{buildroot} %changelog +* Fri Jul 24 2015 Remi Collet - 1.2.5-0.7.20150717git07b6772 +- ignore 1 failed test on i386 + * Wed Jul 22 2015 Remi Collet - 1.2.5-0.6.20150717git07b6772 - rebuild against php 7.0.0beta2 -- cgit