diff options
| -rw-r--r-- | php-pecl-runkit7.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec index 6d3ac4a..f957b7d 100644 --- a/php-pecl-runkit7.spec +++ b/php-pecl-runkit7.spec @@ -26,7 +26,7 @@  Name:           %{?scl_prefix}php-pecl-%{proj_name}  Summary:        For all those things you... shouldn't have been doing anyway... but surely do!  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  URL:            https://pecl.php.net/package/%{proj_name} @@ -222,6 +222,9 @@ fi  %endif  %changelog +* Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 4.0.0~a6-2 +- rebuild for PHP 8.2.0RC1 +  * Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 4.0.0~a6-1  - update to 4.0.0a6  | 
