diff options
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r-- | php-pecl-datadog-trace.spec | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 9056d41..b780076 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -20,21 +20,13 @@ # extension name %global pecl_name ddtrace -%if "%{php_version}" > "5.6" %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%else -%global with_zts 0 -%endif %global with_tests 0%{!?_without_tests:1} -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.48.0 +Version: 0.48.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # mpack is MIT @@ -267,6 +259,9 @@ fi %changelog +* Tue Sep 1 2020 Remi Collet <remi@remirepo.net> - 0.48.1-1 +- update to 0.48.1 + * Wed Aug 26 2020 Remi Collet <remi@remirepo.net> - 0.48.0-1 - update to 0.48.0 - drop patch merged upstream |