From 3dddbdcecd687a47451be3b96b50907eab490d14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Oct 2022 07:45:14 +0200 Subject: update to 3.2.0RC1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4a875e7..9d76220 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.2.0alpha3 +Version => 3.2.0RC1 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 39387c5..b3bf246 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #16 xdebug version 3.2.0alpha3 ] { +Extension [ extension #16 xdebug version 3.2.0RC1 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 075d3b0..25b2038 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,13 +21,13 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 89bb81c5c8fd0a229f3dd593aedbe263abdb8efd +%global gh_commit ddee051e64322c1955ccc7350a6da48af3a27ee7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release %global upstream_version 3.2.0 -%global upstream_prever alpha3 +%global upstream_prever RC1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') # XDebug should be loaded after opcache @@ -39,7 +39,7 @@ Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} %if 0%{?gh_date:1} Release: 1.%{gh_date}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -269,6 +269,9 @@ fi %changelog +* Tue Oct 11 2022 Remi Collet - 3.2.0~rc1-1 +- update to 3.2.0RC1 + * Thu Sep 1 2022 Remi Collet - 3.2.0~alpha3-2 - rebuild for PHP 8.2.0RC1 -- cgit