diff options
| -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 34dbe7c..198cc05 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -40,7 +40,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.1%{?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 @@ -341,6 +341,9 @@ exit $ret  %changelog +* Tue Mar 25 2025 Remi Collet <remi@remirepo.net> - 6.2.0-1 +- update to 6.2.0 +  * Fri Mar 21 2025 Remi Collet <remi@remirepo.net> - 6.2.0-0.1  - new test build for upcoming 6.2.0  | 
