diff options
| -rw-r--r-- | php-pecl-pcov.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pcov.spec b/php-pecl-pcov.spec index db59881..c983260 100644 --- a/php-pecl-pcov.spec +++ b/php-pecl-pcov.spec @@ -15,7 +15,7 @@  Summary:        Code coverage driver  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        1.0.0 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?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 @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Fri Feb 22 2019 Remi Collet <remi@remirepo.net> - 1.0.0-2 +- F29 rebuild +  * Wed Jan 30 2019 Remi Collet <remi@remirepo.net> - 1.0.0-1  - update to 1.0.0 (stable)  - raise dependency on PHP 7.1  | 
