From 574749860cc326fdf5b935723545d853705a8625 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 May 2025 13:49:13 +0200 Subject: update to 3.4.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index d611f25..a53fbb1 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.4.2 +Version => 3.4.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 b96471f..6c61d5d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #18 xdebug version 3.4.2 ] { +Extension [ extension #18 xdebug version 3.4.3 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0810b0c..c606fbb 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -17,13 +17,15 @@ %bcond_without tests %bcond_without zlib +%global pie_vend xdebug +%global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 082c5dbafbe9cfd1b7c7cdee7935ad5c0eccf7e2 +%global gh_commit f2121978d70a21aab8c91d38484caeee66f85525 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.2 +%global upstream_version 3.4.3 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -59,8 +61,8 @@ 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} -Provides: %{?scl_prefix}php-xdebug-xdebug = %{version} +Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 3 Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} @@ -260,6 +262,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 14 2025 Remi Collet - 3.4.3-1 +- update to 3.4.3 + * Mon Mar 10 2025 Remi Collet - 3.4.2-1 - update to 3.4.2 -- cgit