summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r--php-pecl-xdebug3.spec15
1 files changed, 12 insertions, 3 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index 15a328c..1378906 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -23,7 +23,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
# version/release
-%global upstream_version 3.5.1
+%global upstream_version 3.5.3
#global upstream_prever alpha3
#global upstream_lower alpha3
%global sources %{pecl_name}-%{tag}
@@ -40,11 +40,11 @@
Name: %{?scl_prefix}php-pecl-xdebug3
Summary: Provides functions for function traces and profiling
+License: Xdebug-1.03
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
+Release: 1%{?dist}
%forgemeta
-Release: 2%{?dist}
-License: Xdebug-1.03
URL: %{forgeurl}
Source0: %{forgesource}
@@ -237,6 +237,10 @@ cd %{sources}
rm tests/profiler/bug02001-no-zlib-compression.phpt
rm tests/tracing/start_no_zlib_compression.phpt
%endif
+%ifarch aarch64
+rm tests/debugger/bug02424-*.phpt
+%endif
+
# parallelism issue
rm tests/tracing/bug01875-002.phpt
@@ -252,6 +256,7 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na
%files
%license %{sources}/LICENSE
+%doc %{sources}/composer.json
%doc %{sources}/CREDITS
%doc %{sources}/CONTRIBUTING.rst
%doc %{sources}/README.rst
@@ -266,6 +271,10 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na
%changelog
+* Tue Jun 9 2026 Remi Collet <remi@remirepo.net> - 3.5.3-1
+- update to 3.5.3
+- open https://bugs.xdebug.org/view.php?id=2434 test failure on aarch64
+
* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 3.5.1-2
- drop pear/pecl dependency
- use forge macros for sources