diff options
-rw-r--r-- | php-pecl-skywalking.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-skywalking.spec b/php-pecl-skywalking.spec index fc309ca..6f44962 100644 --- a/php-pecl-skywalking.spec +++ b/php-pecl-skywalking.spec @@ -20,7 +20,7 @@ Summary: The PHP instrument agent for Apache SkyWalking Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 4.1.2 +Version: 4.1.3 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 @@ -241,6 +241,11 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ # TODO : missing grpc in EPEL %changelog +* Thu Aug 26 2021 Remi Collet <remi@remirepo.net> - 4.1.3-1 +- update to 4.1.3 +- open https://github.com/SkyAPM/SkyAPM-php-sdk/issues/429 + impossible to build with shared grpc library + * Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 4.1.2-1 - update to 4.1.2 |