summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-30 13:33:33 +0200
committerRemi Collet <remi@php.net>2025-07-30 13:33:33 +0200
commit2036374c7908c83fa33b5b13882cf65dec742850 (patch)
tree0f3d5bbb168cfe2cd3a7c571810fe8eb2e24f460 /php-pecl-redis6.spec
parent02ae0051a6fd03737e887334b47e88cff5acdbb4 (diff)
add patch for PHP 8.5.0alpha3 fromHEADmaster
https://github.com/phpredis/phpredis/pull/2677
Diffstat (limited to 'php-pecl-redis6.spec')
-rw-r--r--php-pecl-redis6.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index 5de3bc6..3945997 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -14,6 +14,7 @@
%bcond_without tests
%global _root_bindir %{_bindir}
%endif
+
%bcond_without igbinary
%bcond_without msgpack
# use redis instead of valkey for tests
@@ -36,12 +37,13 @@
Summary: PHP extension for interfacing with key-value stores
Name: %{?scl_prefix}php-pecl-redis6
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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
@@ -128,6 +130,7 @@ sed -e 's/role="test"/role="src"/' \
cd %{sources}
%patch -P0 -p1
+%patch -P1 -p1
# Use system library
rm -r liblzf
@@ -339,6 +342,10 @@ exit $ret
%changelog
+* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 6.2.0-3
+- add patch for PHP 8.5.0alpha3 from
+ https://github.com/phpredis/phpredis/pull/2677
+
* Tue Jun 24 2025 Remi Collet <remi@remirepo.net> - 6.2.0-2
- add upstream patch for redis 8
- use valkey by default for tests