From 950149ad03709011e4a925ef80bcca0a034d7b03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Feb 2021 14:03:49 +0100 Subject: update to 3.0.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8666def..a793acc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.0.2 +Version => 3.0.3 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features
(through 'xdebug.mode' setting) diff --git a/REFLECTION b/REFLECTION index 2e07ed8..ce8a2aa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 xdebug version 3.0.2 ] { +Extension [ extension #15 xdebug version 3.0.3 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 369e064..0fb51f2 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit fd53e416f9d7565329c41a787ea1bc62a3b2949d +%global gh_commit 7b808b409f6b15b3fab6db2dd96b5be871690e73 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever RC1 #global upstream_lower rc1 @@ -48,8 +48,8 @@ License: BSD URL: https://xdebug.org/ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz -BuildRequires: %{?dtsprefix}gcc BuildRequires: make +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml @@ -292,6 +292,9 @@ fi %changelog +* Mon Feb 22 2021 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Tue Jan 5 2021 Remi Collet - 3.0.2-1 - update to 3.0.2 -- cgit