diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-09 20:00:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-09 20:00:23 +0100 |
commit | c8524503aa7b3c390660d514caa4a327ce305139 (patch) | |
tree | 473247230de8361a097f8aeb909dac0c27545dc6 | |
parent | d77420c504f5b527fd8a9d28d89b8b94fc47d603 (diff) |
update to 1.9.0
fix License is MIT
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-scoutapm.spec | 9 |
3 files changed, 9 insertions, 4 deletions
@@ -2,7 +2,7 @@ scoutapm scoutapm support => enabled -scoutapm Version => 1.8.3 +scoutapm Version => 1.9.0 scoutapm curl HAVE_CURL => Yes scoutapm curl HAVE_SCOUT_CURL => Yes scoutapm curl enabled => Yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 scoutapm version 1.8.3 ] { +Extension [ <persistent> extension #124 scoutapm version 1.9.0 ] { - Functions { Function [ <internal:scoutapm> function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index decf5c3..42c0fb0 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -18,15 +18,16 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.8.3 +Version: 1.9.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 +License: MIT URL: https://pecl.php.net/package/%{pecl_name} BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 +BuildRequires: %{?scl_prefix}php-devel < 8.3 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json # Only for tests @@ -193,6 +194,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1 +- update to 1.9.0 +- fix License is MIT + * Tue Oct 18 2022 Remi Collet <remi@remirepo.net> - 1.8.3-1 - update to 1.8.3 |