summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 3a131cd..0b1837e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #175 redis version 3.1.3RC1 ] {
+Extension [ <persistent> extension #176 redis version 3.1.3RC2 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
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