diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 13:50:50 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 13:50:50 +0200 | 
| commit | 6062da54be6ba6a22fb07c8e77c999e54e46ea04 (patch) | |
| tree | fb658fe96648497ceb30cc9035125489a17d588b | |
| parent | c56e5d30b31412f8e7482c905795ddf12c954c92 (diff) | |
rebuild for 7.4.0RC1
| -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 39e5657..0cdd34a 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.6 -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 @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.6-2 +- rebuild for 7.4.0RC1 +  * Thu Jun 13 2019 Remi Collet <remi@remirepo.net> - 1.0.6-1  - update to 1.0.6 | 
