summaryrefslogtreecommitdiffstats
path: root/php-pecl-yar-dev.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-yar-dev.spec')
-rw-r--r--php-pecl-yar-dev.spec10
1 files changed, 9 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.2.5-0.7.20150717git07b6772
+- ignore 1 failed test on i386
+
* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.2.5-0.6.20150717git07b6772
- rebuild against php 7.0.0beta2