diff options
Diffstat (limited to 'php-pecl-skywalking-agent.spec')
-rw-r--r-- | php-pecl-skywalking-agent.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 0.5.0-1 +- update to 0.5.0 + * Wed Mar 29 2023 Remi Collet <remi@remirepo.net> - 0.4.0-1 - update to 0.4.0 |