From d004ef62e06c73dce352a58ea74cf9256cc4801d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jan 2017 06:39:07 +0100 Subject: php-pecl-redis: 3.1.1RC2 --- 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 45f5266..20f098a 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -27,12 +27,12 @@ # after 40-igbinary %global ini_name 50-%{pecl_name}.ini %endif -%global prever RC1 +%global prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis Version: 3.1.1 -Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP Group: Development/Languages @@ -305,6 +305,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 17 2017 Remi Collet - 3.1.1-0.2.RC2 +- Update to 3.1.1RC2 + * Thu Dec 22 2016 Remi Collet - 3.1.1-0.1.RC1 - test build for open upcoming 3.1.1RC1 -- cgit