diff options
| -rw-r--r-- | php-pecl-pcov.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index d647447..3e6d84e 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -17,7 +17,7 @@  Summary:        Code coverage driver  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        1.0.11 -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP-3.01  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -194,6 +194,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.0.11-3 +- rebuild for PHP 8.3.0RC1 +  * Tue Jul 18 2023 Remi Collet <remi@remirepo.net> - 1.0.11-2  - build out of sources tree  | 
