summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-06 15:20:43 +0200
committerRemi Collet <remi@php.net>2023-09-06 15:20:43 +0200
commita151dac349d428f844cbb16097d66084cae8b5c3 (patch)
tree4098230436ef2361b58f5524950b7074e7b74173
parent8ef8187e5de253c058854fd28d2275e86be37300 (diff)
update to 3.3.0alpha2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 4732613..0d001a7 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.3.0alpha1
+Version => 3.3.0alpha2
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 1a7fdd1..6a3a996 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #16 xdebug version 3.3.0alpha1 ] {
+Extension [ <persistent> extension #16 xdebug version 3.3.0alpha2 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index f3ce70b..e9144d9 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -18,13 +18,13 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit d2557211b4fb2898bcd238bef24e18f9cc5f3445
+%global gh_commit 9b96425d0c21cdf2dc6bc658c72d0cfc65a58603
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20201011
# version/release
%global upstream_version 3.3.0
-%global upstream_prever alpha1
+%global upstream_prever alpha2
%global upstream_lower %(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
%global sources src
%global _configure ../%{sources}/configure
@@ -276,6 +276,9 @@ fi
%changelog
+* Wed Sep 6 2023 Remi Collet <remi@remirepo.net> - 3.3.0~alpha2-1
+- update to 3.3.0alpha2
+
* Wed Sep 6 2023 Remi Collet <remi@remirepo.net> - 3.3.0~alpha1-1
- update to 3.3.0alpha1