diff options
-rw-r--r-- | php-pecl-xdebug.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index bec8f6f..1523cb7 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug # -# Copyright (c) 2010-2017 Remi Collet +# Copyright (c) 2010-2019 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -35,7 +35,7 @@ Version: 2.5.5 %if 0%{?gh_date:1} Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -256,7 +256,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -292,6 +292,9 @@ fi %changelog +* Mon Jan 21 2019 Remi Collet <remi@remirepo.net> - 0.14.0-3 +- cleanup for EL-8 + * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 2.5.5-3 - fix test suite |