From e6ee9d51dfe8adb60508ec7cffb96c79b2bf5b80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2023 10:03:58 +0200 Subject: update to 0.5.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-skywalking-agent.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 78e9160..d528b29 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ skywalking_agent -version => 0.4.0 +version => 0.5.0 authors => Apache Software Foundation:jmjoy :Yanlong He Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index bd63ce5..c4955e5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 skywalking_agent version 0.4.0 ] { +Extension [ extension #98 skywalking_agent version 0.5.0 ] { - INI { Entry [ skywalking_agent.enable ] diff --git a/php-pecl-skywalking-agent.spec b/php-pecl-skywalking-agent.spec index 98ef489..f68ee8a 100644 --- a/php-pecl-skywalking-agent.spec +++ b/php-pecl-skywalking-agent.spec @@ -17,7 +17,7 @@ %global with_zts 0 %global ini_name 40-%{pecl_name}.ini -## BUILD: Fedora and EL-9 using --enablerepo=stream +## BUILD: Fedora / EL-8 and EL-9 using --enablerepo=stream ## TODO: issues # bad role for documentation (role="src" instead of role="doc") @@ -30,7 +30,7 @@ Summary: Apache SkyWalking PHP Agent Name: %{?scl_prefix}php-pecl-skywalking-agent -Version: 0.4.0 +Version: 0.5.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -247,6 +247,9 @@ OPT="-n -d extension=curl.so -d extension=json.so" %changelog +* Tue May 9 2023 Remi Collet - 0.5.0-1 +- update to 0.5.0 + * Wed Mar 29 2023 Remi Collet - 0.4.0-1 - update to 0.4.0 -- cgit