From 8d3769e8e68cb7b2961f7f3135381175f5757dab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 May 2020 08:21:24 +0200 Subject: update to 3.3.0 --- php-pecl-skywalking.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-skywalking.spec') diff --git a/php-pecl-skywalking.spec b/php-pecl-skywalking.spec index 644ef38..cddc1f2 100644 --- a/php-pecl-skywalking.spec +++ b/php-pecl-skywalking.spec @@ -19,7 +19,7 @@ Summary: The PHP instrument agent for Apache SkyWalking Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 3.2.8 +Version: 3.3.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: ASL 2.0 @@ -109,9 +109,9 @@ extension=%{pecl_name}.so ; Configuration ;skywalking.enable = Off -;skywalking.version = 6 +;skywalking.version = 8 ;skywalking.app_code = 'hello_skywalking' -;skywalking.sock_path = '/var/run/sky-agent.sock' +;skywalking.sock_path = '/tmp/sky-agent.sock' EOF @@ -231,6 +231,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Wed May 13 2020 Remi Collet - 3.3.0-1 +- update to 3.3.0 + * Mon Mar 23 2020 Remi Collet - 3.2.8-1 - update to 3.2.8 -- cgit