diff options
| -rw-r--r-- | php-pecl-redis4.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 83b1dd4..33fbbcc 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -34,7 +34,7 @@  Summary:       Extension for communicating with the Redis key-value store  Name:          %{?sub_prefix}php-pecl-redis4  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz  License:       PHP  URL:           http://pecl.php.net/package/redis @@ -270,6 +270,10 @@ port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + P      --dir       $PWD/data      \      --pidfile   $pidfile + +# https://github.com/phpredis/phpredis/issues/1472 +sed -e 's/testXClaim/skipXClaim/;s/testXAck/skipXAck/;s/testXReadGroup/skipXReadGroup/' -i RedisTest.php +  : Run the test Suite  sed -e "s/6379/$port/" -i *.php @@ -329,6 +333,10 @@ fi  %changelog +* Tue Dec  4 2018 Remi Collet <remi@remirepo.net> - 4.2.0-2 +- open https://github.com/phpredis/phpredis/issues/1472 +  tests failing with redis 5.0.2 +  * Sun Nov 18 2018 Remi Collet <remi@remirepo.net> - 4.2.0-1  - update to 4.2.0 (stable)  | 
