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 --- php-pecl-skywalking-agent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-skywalking-agent.spec') 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