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 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-scoutapm.spec | 17 +++++++---------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 56ff80d..d9c6719 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ scoutapm scoutapm support => enabled -Version => 1.6.0 +Version => 1.7.0 curl functions => Yes file functions => Yes pdo functions => Yes diff --git a/REFLECTION b/REFLECTION index bd6dd6a..d6ec116 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 scoutapm version 1.6.0 ] { +Extension [ extension #121 scoutapm version 1.7.0 ] { - Functions { Function [ function scoutapm_get_calls ] { 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