From 940b1a6ea202f56e2dd23af1575ec581e9f4970b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Mar 2019 08:39:17 +0100 Subject: v1.0.1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-pcov.spec | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index e3b77b4..c68eb5b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pcov PCOV support => Disabled -PCOV version => 1.0.0 +PCOV version => 1.0.1 pcov.directory => auto pcov.exclude => none pcov.initial.memory => 65336 bytes diff --git a/REFLECTION b/REFLECTION index 9fafcdf..030a702 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 pcov version 1.0.0 ] { +Extension [ extension #128 pcov version 1.0.1 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -26,7 +26,7 @@ Extension [ extension #126 pcov version 1.0.0 ] { Constant [ integer pcov\all ] { 0 } Constant [ integer pcov\inclusive ] { 1 } Constant [ integer pcov\exclusive ] { 2 } - Constant [ string pcov\version ] { 1.0.0 } + Constant [ string pcov\version ] { 1.0.1 } } - Functions { diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index c983260..3f3d7ac 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -14,8 +14,8 @@ Summary: Code coverage driver Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.0.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -39,8 +39,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -Obsoletes: php70u-pecl-%{pecl_name} <= %{version} -Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.1" Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} @@ -225,6 +223,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Mar 25 2019 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Fri Feb 22 2019 Remi Collet - 1.0.0-2 - F29 rebuild -- cgit