diff options
| author | Remi Collet <remi@remirepo.net> | 2023-12-15 07:31:17 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-12-15 07:31:17 +0100 | 
| commit | 32270602b7430b9d352b56fa73ba05bab2872c11 (patch) | |
| tree | 2d5767178cd5f764e51785e1f7306f8f95d95fbe /php-pecl-xdebug3.spec | |
| parent | f818d63bb1ee19cb9b7bd54dffcd84d38a108a68 (diff) | |
update to 3.3.1
use test suite parallelism
Diffstat (limited to 'php-pecl-xdebug3.spec')
| -rw-r--r-- | php-pecl-xdebug3.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
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 <remi@remirepo.net> - 3.3.1-1 +- update to 3.3.1 +- use test suite parallelism +  * Fri Dec  1 2023 Remi Collet <remi@remirepo.net> - 3.3.0-1  - update to 3.3.0  | 
