diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-15 12:24:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-15 12:24:53 +0200 |
commit | 452df8f9c624b2ecbce3f70547be721e195bc8a8 (patch) | |
tree | ca624e4e7b2b52f667be6d6a6c9d38f2d63d2384 /php-pecl-redis6.spec | |
parent | c22a99058db7d1749c2bd895be0efdd343376c05 (diff) |
update to 6.3.0RC1
Diffstat (limited to 'php-pecl-redis6.spec')
-rw-r--r-- | php-pecl-redis6.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index 5061d78..1fb2cd5 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -37,7 +37,7 @@ Summary: PHP extension for interfacing with key-value stores Name: %{?scl_prefix}php-pecl-redis6 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?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 @@ -353,6 +353,9 @@ exit $ret %changelog +* Wed Oct 15 2025 Remi Collet <remi@remirepo.net> - 6.3.0~RC1-1 +- update to 6.3.0RC1 + * Fri Oct 3 2025 Remi Collet <remi@remirepo.net> - 6.3.0~RC1-0 - test build for upcoming 6.3.0RC1 |