From 7e140ad54f947d37c784b755afb9351108dc71eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Dec 2021 17:59:37 +0100 Subject: update to 1.0.11 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-pcov.spec | 21 +++++++-------------- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/PHPINFO b/PHPINFO index c3b955a..2980007 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pcov PCOV support => Disabled -PCOV version => 1.0.10 +PCOV version => 1.0.11 pcov.directory => auto pcov.exclude => none pcov.initial.memory => 65336 bytes diff --git a/REFLECTION b/REFLECTION index 26473e6..11e0352 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #90 pcov version 1.0.10 ] { +Extension [ extension #89 pcov version 1.0.11 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ extension #90 pcov version 1.0.10 ] { Constant [ int pcov\all ] { 0 } Constant [ int pcov\inclusive ] { 1 } Constant [ int pcov\exclusive ] { 2 } - Constant [ string pcov\version ] { 1.0.10 } + Constant [ string pcov\version ] { 1.0.11 } } - Functions { diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index a64d1ce..ff7413e 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.10 +Version: 1.0.11 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -33,19 +33,9 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} -%endif %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "7.3" -Obsoletes: php73-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} %endif @@ -59,7 +49,7 @@ Obsoletes: php81-pecl-%{pecl_name} <= %{version} %description -A self contained php-code-coverage compatible driver for PHP7. +A self contained php-code-coverage compatible driver for PHP. Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -179,7 +169,7 @@ fi cd NTS %{_bindir}/php --no-php-ini \ --define extension=modules/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' : Upstream test suite for NTS extension TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ @@ -192,7 +182,7 @@ REPORT_EXIT_STATUS=1 \ cd ../ZTS %{__ztsphp} --no-php-ini \ --define extension=modules/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' : Upstream test suite for ZTS extension TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ @@ -216,6 +206,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Dec 20 2021 Remi Collet - 1.0.11-1 +- update to 1.0.11 + * Wed Nov 24 2021 Remi Collet - 1.0.10-1 - update to 1.0.10 -- cgit