diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:01:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:01:08 +0200 |
commit | c55c91764697593148392baa93d9860cd4453e96 (patch) | |
tree | d5f7a3ee6352c47da35e7a7fc17aad5e8bce6737 /php-phpiredis.spec | |
parent | 92d1167d820b2794323d44a98112cb0f59216510 (diff) |
Diffstat (limited to 'php-phpiredis.spec')
-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 |