summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-04 08:19:43 +0100
committerRemi Collet <remi@remirepo.net>2018-12-04 08:19:43 +0100
commit7c8abd171b2497cd8e65f076533fd976a593eab1 (patch)
treebd191acd811eae105a8c5e7381127fc09cdfc479 /php-pecl-redis4.spec
parentb8b57db08de07ea13d2f6b9c8c9b7c90379419b5 (diff)
open https://github.com/phpredis/phpredis/issues/1472 tests failing with redis 5.0.2
Diffstat (limited to 'php-pecl-redis4.spec')
-rw-r--r--php-pecl-redis4.spec10
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)