diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 43ab85af293bad91b828e892aef2c237597ff2c1 (patch) | |
tree | b94ea3007b17936beebb685f9d5e1017166d5704 | |
parent | cc543d854bd5618d455ea7060c5ffd6225156b35 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r-- | php-pecl-zmq.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-zmq.spec b/php-pecl-zmq.spec index 6f7a0fd..513f07c 100644 --- a/php-pecl-zmq.spec +++ b/php-pecl-zmq.spec @@ -31,7 +31,7 @@ Summary: ZeroMQ messaging Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.3 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -213,6 +213,10 @@ fi %check +%if "%{php_version}" > "7.1" +rm ?TS/tests/019-callbackinvalidsignature.phpt +%endif + cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -264,6 +268,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-4 +- rebuild for PHP 7.1 new API version + * Wed Aug 3 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-3 - rebuild against zeromq 4.1 available in EPEL-7 |