diff options
| -rw-r--r-- | php-pecl-xdiff.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec index 8626486..2d9742e 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -22,7 +22,7 @@  %global libxdiff_version 0.23  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.0.1 -Release:        6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        File differences/patches  # libxdiff is LGPLv2+, xdiff extension is PHP  License:        PHP and LGPLv2+ @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.1-7 +- rebuild for 7.4.0RC1 +  * Thu Jun  6 2019 Remi Collet <remi@remirepo.net> - 2.0.1-6  - Fix build with PHP 7.4  | 
