2 Commits

Author SHA256 Message Date
1d3284936b Accepting request 1316103 from server:php:extensions
- Updated to 6.3.0
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0RC1
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0
  * Added hash expiration commands HGETEX, HSETEX, HGETDEL and HMGET.
  * Added GETDEL for RedisCluster.
  * Added vectorset commands.
  * Fixed a possible segfault during failover.
  * Fixed hset fields handling.
  * Fixed HSetEx expiry argument handling.
  * Fixed RedisCluster segfault.
  * Fixed Cloning our objects should not segfault.
  * Fixed return type for RedisCluster vgetattr and vsetattr.

OBS-URL: https://build.opensuse.org/request/show/1316103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=12
2025-11-07 17:22:30 +00:00
Илья Индиго
1bcbb2f376 - Updated to 6.3.0
* https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0RC1
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0
  * Added hash expiration commands HGETEX, HSETEX, HGETDEL and HMGET.
  * Added GETDEL for RedisCluster.
  * Added vectorset commands.
  * Fixed a possible segfault during failover.
  * Fixed hset fields handling.
  * Fixed HSetEx expiry argument handling.
  * Fixed RedisCluster segfault.
  * Fixed Cloning our objects should not segfault.
  * Fixed return type for RedisCluster vgetattr and vsetattr.

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=24
2025-11-06 20:36:08 +00:00
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Nov 6 20:30:35 UTC 2025 - Илья Индиго <ilya@ilya.top>
- Updated to 6.3.0
* https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0RC1
* https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0
* Added hash expiration commands HGETEX, HSETEX, HGETDEL and HMGET.
* Added GETDEL for RedisCluster.
* Added vectorset commands.
* Fixed a possible segfault during failover.
* Fixed hset fields handling.
* Fixed HSetEx expiry argument handling.
* Fixed RedisCluster segfault.
* Fixed Cloning our objects should not segfault.
* Fixed return type for RedisCluster vgetattr and vsetattr.
-------------------------------------------------------------------
Tue Mar 25 04:38:41 UTC 2025 - Илья Индиго <ilya@ilya.top>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@ ExclusiveArch: do-not-build
%define php_cfgdir %{_sysconfdir}/%{php_name}/conf.d
%endif
Name: %{php_name}-%{pkg_name}
Version: 6.2.0
Version: 6.3.0
Release: 0
Summary: API for communicating with Redis servers
License: PHP-3.01

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5069c13dd22bd9e494bb246891052cb6cc0fc9a1b45c6a572a8be61773101363
size 379865

3
redis-6.3.0.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d5141f634bd1db6c1ddcda053d25ecf2c4fc1c395430d534fd3f8d51dd7f0b5
size 399284