summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec15
3 files changed, 11 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 044553f..bb4d16f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.5.0alpha2
+Version => 3.5.0alpha3
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 388b4e4..5e30f88 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #18 xdebug version 3.5.0alpha2 ] {
+Extension [ <persistent> extension #18 xdebug version 3.5.0alpha3 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index 0f71da8..a3df9b9 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -21,13 +21,13 @@
%global pie_proj xdebug
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 377ffc53e5dd761c02bd5c64f853de9e7b85cf04
+%global gh_commit 02e2f164bc5133e93041c6da90b465a50a784eb2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# version/release
%global upstream_version 3.5.0
-%global upstream_prever alpha2
-%global upstream_lower alpha2
+%global upstream_prever alpha3
+%global upstream_lower alpha3
%global sources src
%global _configure ../%{sources}/configure
@@ -73,12 +73,12 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea
%if 0%{?rhel} >= 10 && "%{?vendeur}" == "remi" && 0%{!?scl:1}
%if "%{php_version}" >= "8.5"
-Obsoletes: php8.4-pecl-xdebug3 < %{version}-%{release}
-Obsoletes: php8.5-pecl-xdebug3 < %{version}-%{release}
+Obsoletes: php8.4-pecl-xdebug3 <= %{version}
+Obsoletes: php8.5-pecl-xdebug3 <= %{version}
Provides: php8.5-pecl-xdebug3 = %{version}-%{release}
Provides: php8.5-pecl-xdebug3%{?_isa} = %{version}-%{release}
%elif "%{php_version}" >= "8.4"
-Obsoletes: php8.4-pecl-xdebug3 < %{version}-%{release}
+Obsoletes: php8.4-pecl-xdebug3 <= %{version}
Provides: php8.4-pecl-xdebug3 = %{version}-%{release}
Provides: php8.4-pecl-xdebug3%{?_isa} = %{version}-%{release}
%endif
@@ -276,6 +276,9 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na
%changelog
+* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha3-1
+- update to 3.5.0alpha3
+
* Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha2-1
- update to 3.5.0alpha2