From bc98e6a9388eaa2f67b090295b1a5e337e380c00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Dec 2012 14:32:42 +0100 Subject: php-pecl-* rebuild for new Zend ABI --- php-pecl-igbinary.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index cff8d29..3a7e755 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -8,7 +8,7 @@ Summary: Replacement for the standard PHP serializer Name: php-pecl-igbinary Version: 1.1.2 %if 0%{?gitver:1} -Release: 0.3.git%{gitver}%{?dist} +Release: 0.4.git%{gitver}%{?dist} Source0: igbinary-igbinary-1.1.1-15-g3b8ab7e.tar.gz %else Release: 2%{?dist} @@ -157,10 +157,8 @@ cd %{extname}-%{version} # APC required for test 045 ln -s %{php_extdir}/apc.so modules/ -NO_INTERACTION=1 REPORT_EXIT_STATUS=1 \ -make test | tee rpmtests.log -# https://bugs.php.net/60298 -# grep -q "FAILED TEST" rpmtests.log && exit 1 +NO_INTERACTION=1 REPORT_EXIT_STATUS=0 \ +make test %clean -- cgit