diff options
| -rw-r--r-- | php-pecl-redis.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 6412ae9..e4d2eed 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -33,7 +33,7 @@  Summary:       Extension for communicating with the Redis key-value store  Name:          %{?sub_prefix}php-pecl-redis  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  Group:         Development/Languages @@ -306,6 +306,9 @@ fi  %changelog +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 3.1.3~RC1-2 +- rebuild for 7.2.0alpha2 +  * Thu Jun  1 2017 Remi Collet <remi@remirepo.net> - 3.1.3~RC1-1  - update to 3.1.3RC1 (beta)  | 
