diff options
Diffstat (limited to 'php-pecl-pcov.spec')
| -rw-r--r-- | php-pecl-pcov.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index 59d1560..c0bd544 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -19,7 +19,7 @@  Summary:        Code coverage driver  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        1.0.12 -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/%{sources}.tgz @@ -32,10 +32,13 @@ BuildRequires:  %{?scl_prefix}php-pear  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} +# Extension  Provides:       %{?scl_prefix}php-%{pecl_name}                 = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}         = %{version} +# PECL  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})           = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa}   = %{version} +# PIE  Provides:       %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} @@ -179,6 +182,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.0.12-3 +- rebuild for PHP 8.5.0RC1 +  * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.0.12-2  - rebuild for 8.5.0alpha3  | 
