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 --- php-pecl-pcov.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-pcov.spec') 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