summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-03 12:11:34 +0200
committerRemi Collet <remi@php.net>2025-10-03 12:11:34 +0200
commitc22a99058db7d1749c2bd895be0efdd343376c05 (patch)
tree445ddddcf9f03a35dcb8bcc9b82a256c02df4313 /php-pecl-redis6.spec
parent033f7af78ce5cdfef98f1a323e4a7955ffaf5e27 (diff)
test build for upcoming 6.3.0RC1HEADmaster
Diffstat (limited to 'php-pecl-redis6.spec')
-rw-r--r--php-pecl-redis6.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index e68b245..5061d78 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -29,22 +29,19 @@
# after 20-json, 40-igbinary and 40-msgpack
%global ini_name 50-%{pecl_name}.ini
-%global upstream_version 6.2.0
-#global upstream_prever RC2
+%global upstream_version 6.3.0
+%global upstream_prever RC1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
Summary: PHP extension for interfacing with key-value stores
Name: %{?scl_prefix}php-pecl-redis6
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 4%{?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-3.01
URL: https://pecl.php.net/package/redis
Source0: https://pecl.php.net/get/%{sources}.tgz
-Patch0: redis-8.0.patch
-Patch1: 2677.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.4
@@ -145,9 +142,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd %{sources}
-%patch -P0 -p1
-%patch -P1 -p1
-
# Use system library
rm -r liblzf
@@ -211,6 +205,7 @@ extension = %{pecl_name}.so
;redis.session.lock_expire = 0
;redis.session.lock_retries = 100
;redis.session.lock_wait_time = 20000
+;redis.session.lock_failure_readonly = 0
;redis.session.early_refresh = 0
;redis.session.compression = none
;redis.session.compression_level = 3
@@ -358,6 +353,9 @@ exit $ret
%changelog
+* Fri Oct 3 2025 Remi Collet <remi@remirepo.net> - 6.3.0~RC1-0
+- test build for upcoming 6.3.0RC1
+
* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 6.2.0-4
- rebuild for PHP 8.5.0RC1