diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-22 07:46:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-22 07:46:00 +0100 | 
| commit | 20b94248a3e13c38c398587d844750393046b861 (patch) | |
| tree | c31ddd7af58d549b54cbf0e890f52dc00ae1d91a | |
| parent | 42a2434db67779c711985aec523b261d2b584c25 (diff) | |
F29 rebuild
| -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  | 
