From 1439332dcea1ef20dc339df9fef594baf44d4590 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Oct 2025 12:38:14 +0200 Subject: update to 3.4.6 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 51ee4d2..aae5b27 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.4.4 +Version => 3.4.6 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 52814cb..523e6f3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #18 xdebug version 3.4.4 ] { +Extension [ extension #18 xdebug version 3.4.6 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 389d54d..a69007f 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,11 +21,11 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 4085f1421d54aa60c40fe334f5c7a118a045200f +%global gh_commit a6fc5d7d5aaf43c09f8e44981b310b592d0c2cac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.5 +%global upstream_version 3.4.6 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -57,10 +57,13 @@ BuildRequires: pkgconfig(zlib) >= 1.2.9 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(Xdebug) = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug)%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -262,6 +265,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 6 2025 Remi Collet - 3.4.6-1 +- update to 3.4.6 + * Tue Jul 15 2025 Remi Collet - 3.4.5-1 - update to 3.4.5 -- cgit