summaryrefslogtreecommitdiffstats
path: root/php-pecl-scoutapm.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-29 11:12:48 +0200
committerRemi Collet <remi@php.net>2021-10-29 11:12:48 +0200
commitf2e271f0d9baf65f455f0f6e09733004ba6d7634 (patch)
tree87b719930078541c5de613d5a0bc393ecd3aa479 /php-pecl-scoutapm.spec
parent0ce2f793e41066ce188d1fbd9fe91a349b9117b4 (diff)
update to 1.4.3
Diffstat (limited to 'php-pecl-scoutapm.spec')
-rw-r--r--php-pecl-scoutapm.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec
index 26f6282..7154bc4 100644
--- a/php-pecl-scoutapm.spec
+++ b/php-pecl-scoutapm.spec
@@ -17,7 +17,7 @@
Summary: Native Extension Component for ScoutAPM's PHP Agent
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.4.2
+Version: 1.4.3
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
License: PHP
@@ -182,18 +182,14 @@ DEPS="-n -d extension=curl.so -d extension=pdo.so -d extension=pdo_sqlite.so"
cd NTS
TEST_PHP_ARGS="$DEPS -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
-NO_INTERACTION=1 \
-TEST_PHP_EXECUTABLE=%{__php} \
-%{__php} -n run-tests.php --show-diff
+%{__php} -n run-tests.php -P -q --show-diff
%if %{with_zts}
: Upstream test suite for ZTS extension
cd ../ZTS
TEST_PHP_ARGS="$DEPS -d zend_extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
-NO_INTERACTION=1 \
-TEST_PHP_EXECUTABLE=%{__ztsphp} \
-%{__ztsphp} -n run-tests.php --show-diff
+%{__ztsphp} -n run-tests.php -P -q --show-diff
%endif
@@ -212,6 +208,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
%changelog
+* Fri Oct 29 2021 Remi Collet <remi@remirepo.net> - 1.4.3-1
+- update to 1.4.3
+
* Tue Jun 29 2021 Remi Collet <remi@remirepo.net> - 1.4.2-1
- update to 1.4.2