From 32270602b7430b9d352b56fa73ba05bab2872c11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Dec 2023 07:31:17 +0100 Subject: update to 3.3.1 use test suite parallelism --- php-pecl-xdebug3.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 46d5397..a4c0836 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -24,12 +24,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 15d672e84caa6015d1b2b509aa13a0528d6e9a7e +%global gh_commit 1943c479139008da3f9d26a4e2a6005e75c5ab34 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.3.0 +%global upstream_version 3.3.1 #global upstream_prever alpha3 #global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -269,10 +269,12 @@ cd %{sources} rm tests/profiler/bug02001-no-zlib-compression.phpt rm tests/tracing/start_no_zlib_compression.phpt %endif +# parallelism issue +rm tests/tracing/bug01875-002.phpt : Upstream test suite NTS extension # bug00886 is marked as slow as it uses a lot of disk space -TEST_OPTS="-q -x --show-diff" +TEST_OPTS="-q -x --show-diff %{?_smp_mflags}" TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ @@ -317,6 +319,10 @@ fi %changelog +* Fri Dec 15 2023 Remi Collet - 3.3.1-1 +- update to 3.3.1 +- use test suite parallelism + * Fri Dec 1 2023 Remi Collet - 3.3.0-1 - update to 3.3.0 -- cgit