From c26184314abde894aa7b0e67031fe71f1c64cdc9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 16 Dec 2016 12:56:06 +0100 Subject: php-pecl-redis: another bug link --- php-pecl-redis.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index f61c630..a31117e 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -18,7 +18,7 @@ %global pecl_name redis %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global with_tests 0%{?_with_tests:1} +%global with_tests 1%{?_with_tests:1} %global with_igbin 1 %if "%{php_version}" < "5.6" # after igbinary @@ -320,6 +320,7 @@ rm -rf %{buildroot} %changelog * Thu Dec 15 2016 Remi Collet - 3.1.0-2 - test build +- open https://github.com/phpredis/phpredis/issues/1060 broken impl * Thu Dec 15 2016 Remi Collet - 3.1.0-1 - update to 3.1.0 -- cgit