diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-pcov.spec | 10 | 
3 files changed, 11 insertions, 5 deletions
@@ -2,7 +2,7 @@  pcov  PCOV support => Disabled -PCOV version => 1.0.8 +PCOV version => 1.0.9  pcov.directory => auto  pcov.exclude => none  pcov.initial.memory => 65336 bytes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #88 pcov version 1.0.8 ] { +Extension [ <persistent> extension #88 pcov version 1.0.9 ] {    - Dependencies {      Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ <persistent> extension #88 pcov version 1.0.8 ] {      Constant [ int pcov\all ] { 0 }      Constant [ int pcov\inclusive ] { 1 }      Constant [ int pcov\exclusive ] { 2 } -    Constant [ string pcov\version ] { 1.0.8 } +    Constant [ string pcov\version ] { 1.0.9 }    }    - Functions { diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index 94b3c99..9aef4e7 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -14,7 +14,7 @@  Summary:        Code coverage driver  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        1.0.8 +Version:        1.0.9  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            https://pecl.php.net/package/%{pecl_name} @@ -22,7 +22,7 @@ Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}.tgz  BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc -BuildRequires:  %{?scl_prefix}php-devel > 7.1 +BuildRequires:  %{?scl_prefix}php-devel >= 7.1  BuildRequires:  %{?scl_prefix}php-pear  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -52,6 +52,9 @@ Obsoletes:     php74-pecl-%{pecl_name}  <= %{version}  %if "%{php_version}" > "8.0"  Obsoletes:     php80-pecl-%{pecl_name}  <= %{version}  %endif +%if "%{php_version}" > "8.1" +Obsoletes:     php81-pecl-%{pecl_name}  <= %{version} +%endif  %endif @@ -217,6 +220,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Mon Jun  7 2021 Remi Collet <remi@remirepo.net> - 1.0.9-1 +- update to 1.0.9 +  * Mon Mar 22 2021 Remi Collet <remi@remirepo.net> - 1.0.8-1  - update to 1.0.8 (no change)  | 
