From d0363794fa2767ad15942ea592267e3b9d1845a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Jan 2022 12:31:11 +0100 Subject: update to 1.6.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-scoutapm.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index dfd9c68..56ff80d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ scoutapm scoutapm support => enabled -Version => 1.5.1 +Version => 1.6.0 curl functions => Yes file functions => Yes pdo functions => Yes diff --git a/REFLECTION b/REFLECTION index 4e85730..bd6dd6a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 scoutapm version 1.5.1 ] { +Extension [ extension #120 scoutapm version 1.6.0 ] { - Functions { Function [ function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index f6cabf5..5480428 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.5.1 +Version: 1.6.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 @@ -26,7 +26,7 @@ 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.1 +BuildRequires: %{?scl_prefix}php-devel < 8.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json # Only for tests @@ -52,15 +52,15 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.3" -Obsoletes: php73-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -214,6 +214,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jan 10 2022 Remi Collet - 1.6.0-1 +- update to 1.6.0 + * Sat Dec 25 2021 Remi Collet - 1.5.1-1 - update to 1.5.1 - drop patch merged upstream -- cgit