summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-13 08:04:20 +0100
committerRemi Collet <remi@php.net>2025-11-13 08:04:20 +0100
commite4ae47453f6d75b808e5095b14feac02d3f08e11 (patch)
tree69ef5bc8548871e85ca9fea08124aa5a4f2c6b65 /php-pecl-xdebug3.spec
parent0a19eb8fd717149395f626bffc64907924e10e16 (diff)
update to 3.5.0alpha3HEADmaster
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r--php-pecl-xdebug3.spec15
1 files changed, 9 insertions, 6 deletions
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