diff options
| -rw-r--r-- | php-phpiredis.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 4b463cb..c038451 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -38,9 +38,9 @@  Name:           %{?scl_prefix}php-%{pecl_name}  Version:        1.0.1  %if 0%{?gh_date} -Release:        3%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  Summary:        Client extension for Redis @@ -207,6 +207,9 @@ exit $ret  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.0.1-6 +- rebuild for PHP 8.3.0RC1 +  * Fri Jul  7 2023 Remi Collet <remi@remirepo.net> - 1.0.1-5  - build out of sources tree  | 
