diff options
Diffstat (limited to 'php-pecl-redis.spec')
-rw-r--r-- | php-pecl-redis.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@fedoraproject.org> - 3.1.1-0.2.RC2 +- Update to 3.1.1RC2 + * Thu Dec 22 2016 Remi Collet <remi@fedoraproject.org> - 3.1.1-0.1.RC1 - test build for open upcoming 3.1.1RC1 |