From c308a8ed1b71ddb1c0cf0f71c7aad7b718323dc2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Nov 2019 12:30:33 +0100 Subject: v1.0.0. --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-scoutapm.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index c892552..63fb32b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ scoutapm -Version => 0.0.4 +Version => 1.0.0 diff --git a/REFLECTION b/REFLECTION index 227f17f..d6ad876 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #201 scoutapm version 0.0.4 ] { +Extension [ extension #201 scoutapm version 1.0.0 ] { - Functions { Function [ function scoutapm_get_calls ] { diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 44d3c28..fcfb039 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: 0.0.4 +Version: 1.0.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP @@ -30,6 +30,7 @@ BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-curl BuildRequires: %{?scl_prefix}php-pdo BuildRequires: %{?scl_prefix}php-pdo_sqlite +BuildRequires: libcurl-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -220,6 +221,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Mon Nov 4 2019 Remi Collet - 1.0.0-1 +- update to 1.0.0 + * Fri Sep 27 2019 Remi Collet - 0.0.4-1 - update to 0.0.4 - drop patch merged upstream -- cgit