summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis6.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-redis6.spec')
-rw-r--r--php-pecl-redis6.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index 541c7fb..e21905d 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -23,7 +23,7 @@
%global ini_name 50-%{pecl_name}.ini
%global upstream_version 6.0.0
-%global upstream_prever RC1
+%global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -278,7 +278,7 @@ cd %{sources}/tests
: Launch redis server
mkdir -p data
pidfile=$PWD/redis.pid
-port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE + 0%{?scl:1};')
+port=$(%{__php} -r 'echo 9000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE + %{?fedora}%{?rhel} + 0%{?scl:1};')
%{_root_bindir}/redis-server \
--bind 127.0.0.1 \
--port $port \
@@ -345,6 +345,9 @@ fi
%changelog
+* Mon Aug 21 2023 Remi Collet <remi@remirepo.net> - 6.0.0~RC2-1
+- update to 6.0.0RC2
+
* Wed Aug 2 2023 Remi Collet <remi@remirepo.net> - 6.0.0~RC1-1
- update to 6.0.0RC1
- rename to php-pecl-redis6 for new API