diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-10 14:32:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-10 14:32:42 +0100 |
commit | bc98e6a9388eaa2f67b090295b1a5e337e380c00 (patch) | |
tree | 6d071c0ead0e683cbe403a573a58be2b0d5a968d | |
parent | 65b6173df65b88ec81b9b53fe5896beb030ee4e4 (diff) |
php-pecl-* rebuild for new Zend ABI
-rw-r--r-- | php-pecl-igbinary.spec | 8 |
1 files changed, 3 insertions, 5 deletions
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 |