From 58ad7e6f60063a560e7a96d5acd6842b1287f07b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Jun 2017 13:09:00 +0200 Subject: 3.1.3RC2 --- php-pecl-redis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-redis.spec') diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index e4d2eed..68ff6dc 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -28,12 +28,12 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 3.1.3 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?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 Jun 27 2017 Remi Collet - 3.1.3~RC2-1 +- update to 3.1.3RC2 (beta) + * Wed Jun 21 2017 Remi Collet - 3.1.3~RC1-2 - rebuild for 7.2.0alpha2 -- cgit