From edb68fd26677d8cf9a9bf5a3ef65c3e0dd06c674 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jan 2025 07:47:35 +0100 Subject: update to 3.4.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 501c002..d60b270 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.4.0 +Version => 3.4.1 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 3a7f90d..9541c10 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #17 xdebug version 3.4.0 ] { +Extension [ extension #18 xdebug version 3.4.1 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 6dd3d2f..0fc81ad 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 4284879cc0e3d749f872c2b7eec49521ca4b9ad0 +%global gh_commit 5107d2d978302323f9e65002fad2aee9f4c24628 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.0 +%global upstream_version 3.4.1 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -59,6 +59,7 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug) = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug)%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pie(xdebug/xdebug) = %{version} Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 3 Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} @@ -258,6 +259,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jan 7 2025 Remi Collet - 3.4.1-1 +- update to 3.4.1 + * Thu Nov 28 2024 Remi Collet - 3.4.0-1 - update to 3.4.0 -- cgit