From a39e4097cdf31519a8ab484f60b1e836793e4599 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Sep 2020 16:31:32 +0200 Subject: update to 2.9.7 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 017894a..e470a31 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.9.6 +Version => 2.9.7 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Debugger => enabled diff --git a/REFLECTION b/REFLECTION index 58485a8..964139f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 xdebug version 2.9.6 ] { +Extension [ extension #117 xdebug version 2.9.7 ] { - INI { Entry [ xdebug.coverage_enable ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 812fbef..c316178 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit b554fd406b365a0cec09e81200f16a2d30d59693 +%global gh_commit b1d8ba1fc9bcbb98eb6cf62a6643f0c6869fd86e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20190614 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.9.6 +%global upstream_version 2.9.7 #global upstream_prever beta2 #global upstream_lower beta2 @@ -88,7 +88,9 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} -Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif @@ -299,6 +301,9 @@ fi %changelog +* Wed Sep 16 2020 Remi Collet - 2.9.7-1 +- update to 2.9.7 + * Sat May 30 2020 Remi Collet - 2.9.6-1 - update to 2.9.6 -- cgit