summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-08 13:47:42 +0100
committerRemi Collet <remi@php.net>2021-12-08 13:47:42 +0100
commit7e77fe6f9c0c2a4046463fc46939f2e27a18aef6 (patch)
tree2b6330eae705bef2ac43f0e91258b7f79ad3cbc1
parentad9a02c74cbea17ab00dd12aaaf78f312bf0d02d (diff)
test build for upcoming 5.3.5
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis5.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 5e6166d..1b37574 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
redis
Redis Support => enabled
-Redis Version => 5.3.5RC1
+Redis Version => 5.3.5
Redis Sentinel Version => 0.1
Available serializers => php, json, igbinary, msgpack
Available compression => lzf, zstd, lz4
diff --git a/REFLECTION b/REFLECTION
index 1566b4a..ed2f6da 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 redis version 5.3.5RC1 ] {
+Extension [ <persistent> extension #117 redis version 5.3.5 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec
index f5c3be8..9858fe7 100644
--- a/php-pecl-redis5.spec
+++ b/php-pecl-redis5.spec
@@ -26,12 +26,12 @@
%global ini_name 50-%{pecl_name}.ini
%global upstream_version 5.3.5
-%global upstream_prever RC1
+#global upstream_prever RC1
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis5
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/redis
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -354,6 +354,9 @@ fi
%changelog
+* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 5.3.5-0
+- test build for upcoming 5.3.5
+
* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 5.3.5~RC1-1
- update to 5.3.5RC1