From 9f2de5649e05d096b1721d6751a036094ffe8565 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2019 15:49:34 +0100 Subject: cleanup for EL-8 --- php-pecl-xdebug.spec | 9 ++++++--- 1 file 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 - 0.14.0-3 +- cleanup for EL-8 + * Wed Oct 18 2017 Remi Collet - 2.5.5-3 - fix test suite -- cgit