summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-redis.spec')
-rw-r--r--php-pecl-redis.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 3.1.3~RC2-1
+- update to 3.1.3RC2 (beta)
+
* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 3.1.3~RC1-2
- rebuild for 7.2.0alpha2