From 45f65730b4a2160c3befda625a83dd43bcb99b08 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2024 07:49:40 +0200 Subject: update to 3.3.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6da708d..066f5ef 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.3.1 +Version => 3.3.2 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 8e869e9..a4b9d88 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #17 xdebug version 3.3.1 ] { +Extension [ extension #17 xdebug version 3.3.2 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a4c0836..1442824 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug3 # -# Copyright (c) 2010-2023 Remi Collet +# Copyright (c) 2010-2024 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -24,12 +24,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 1943c479139008da3f9d26a4e2a6005e75c5ab34 +%global gh_commit e978d755861a3a8d9dcef615bb6649b85f266658 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.3.1 +%global upstream_version 3.3.2 #global upstream_prever alpha3 #global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -319,6 +319,9 @@ fi %changelog +* Tue Apr 16 2024 Remi Collet - 3.3.2-1 +- update to 3.3.2 + * Fri Dec 15 2023 Remi Collet - 3.3.1-1 - update to 3.3.1 - use test suite parallelism -- cgit