From 8cc27a25cbe15875ad89a51412d005ce36a0b788 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:53:50 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-redis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 728cf87..3c86e7d 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 +* Tue Jul 18 2017 Remi Collet - 3.1.3-2 +- rebuild for PHP 7.2.0beta1 new API + * Mon Jul 17 2017 Remi Collet - 3.1.3-1 - update to 3.1.3 (stable) -- cgit