diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-skywalking.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #114 skywalking version 3.3.0 ] { +Extension [ <persistent> extension #114 skywalking version 3.3.1 ] { - Dependencies { Dependency [ json (Required) ] diff --git a/php-pecl-skywalking.spec b/php-pecl-skywalking.spec index cddc1f2..b46636d 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.3.0 +Version: 3.3.1 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 @@ -231,6 +231,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Wed Jun 3 2020 Remi Collet <remi@remirepo.net> - 3.3.1-1 +- update to 3.3.1 + * Wed May 13 2020 Remi Collet <remi@remirepo.net> - 3.3.0-1 - update to 3.3.0 |