From af483fb459c53fb5ea1d674921da361b50625851 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Apr 2022 09:50:26 +0200 Subject: update to 1.7.0 --- php-pecl-scoutapm.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'php-pecl-scoutapm.spec') diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 5480428..fb6ae52 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-scoutapm # -# Copyright (c) 2019-2021 Remi Collet +# Copyright (c) 2019-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -17,7 +17,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.6.0 +Version: 1.7.0 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 @@ -186,18 +186,12 @@ DEPS="$DEPS -d extension=curl.so -d extension=pdo.so -d extension=pdo_sqlite.so" : Upstream test suite for NTS extension cd NTS +rm tests/*elastic*.phpt + TEST_PHP_ARGS="$DEPS -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ %{__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 \ -%{__ztsphp} -n run-tests.php -P -q --show-diff -%endif - %files %{?_licensedir:%license NTS/LICENSE} @@ -214,6 +208,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Apr 25 2022 Remi Collet - 1.7.0-1 +- update to 1.7.0 + * Mon Jan 10 2022 Remi Collet - 1.6.0-1 - update to 1.6.0 -- cgit