From 0b655b4e1616680cd882203e13e4dd59aede0b8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 08:27:59 +0200 Subject: rebuild for 7.2.0alpha2 --- 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 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 - 3.1.3~RC1-2 +- rebuild for 7.2.0alpha2 + * Thu Jun 1 2017 Remi Collet - 3.1.3~RC1-1 - update to 3.1.3RC1 (beta) -- cgit