From 7aeb583b50f4e268202101082c0d7e8ad52e0f53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jan 2020 16:21:52 +0100 Subject: update to 2.9.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index c2d87c3..0f97cb8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.9.0 +Version => 2.9.1 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Debugger => enabled diff --git a/REFLECTION b/REFLECTION index c3e18ee..8c42c43 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #191 xdebug version 2.9.0 ] { +Extension [ extension #108 xdebug version 2.9.1 ] { - INI { Entry [ xdebug.coverage_enable ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 454233a..684627d 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-2019 Remi Collet +# Copyright (c) 2010-2020 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit c60dd1ad245cd8fc4ea8520416cee21f3052ed96 +%global gh_commit 02890b34d419e6d0364946ddd904a0ebfbe92bca %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.0 +%global upstream_version 2.9.1 #global upstream_prever beta2 #global upstream_lower beta2 @@ -301,6 +301,9 @@ fi %changelog +* Thu Jan 16 2020 Remi Collet - 2.9.1-1 +- update to 2.9.1 + * Mon Dec 9 2019 Remi Collet - 2.9.0-1 - update to 2.9.0 -- cgit