summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-10 09:50:07 +0200
committerRemi Collet <remi@remirepo.net>2020-04-10 09:50:07 +0200
commit60f6b8730bb9912f8691672a94de92b7b1098814 (patch)
treed5093284bc69e6b359e6eff5ff15aab1cd5644cc
parent0d0a063eacaa28ffd5e76a70827309229e6f2118 (diff)
refresh for test suite
-rw-r--r--php-pecl-zip.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 91fd871..c1ab070 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -35,7 +35,7 @@ Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: %{?scl_prefix}php-pecl-zip
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: https://pecl.php.net/package/zip
@@ -206,7 +206,7 @@ cd NTS
: upstream test suite for NTS extension
TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \
-REPORT_EXIT_STATUS=0 \
+REPORT_EXIT_STATUS=1 \
NO_INTERACTION=1 \
TEST_PHP_EXECUTABLE=%{_bindir}/php \
%{_bindir}/php -n run-tests.php --show-diff
@@ -220,7 +220,7 @@ cd ../ZTS
: upstream test suite for ZTS extension
TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \
-REPORT_EXIT_STATUS=0 \
+REPORT_EXIT_STATUS=1 \
NO_INTERACTION=1 \
TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
%{_bindir}/zts-php -n run-tests.php --show-diff
@@ -264,6 +264,9 @@ fi
#### TODO: SCLs on EL-8 still use libzip from default stream (7.2 => 1.5.1)
%changelog
+* Fri Apr 10 2020 Remi Collet <remi@remirepo.net> - 1.19.0~DEV-2
+- refresh for test suite
+
* Thu Apr 9 2020 Remi Collet <remi@remirepo.net> - 1.19.0~DEV-1
- update to 1.19.0-dev