From a8276e91a478b5576049f0966a7065ee624aa48d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jan 2020 08:14:15 +0100 Subject: update to 0.38.0 fix License: (ASL 2.0 or BSD) and MIT --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 12 ++++++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1cb39a9..4103f4a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,7 +7,7 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.37.0 +Version => 0.38.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 3d5c379..095b442 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 ddtrace version 0.37.0 ] { +Extension [ extension #108 ddtrace version 0.38.0 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #108 ddtrace version 0.37.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.37.0 } + Constant [ string DD_TRACE_VERSION ] { 0.38.0 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 17e654e..f029e7b 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -34,9 +34,11 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.37.0 +Version: 0.38.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: MIT +# extension is dual-licensed under Apache 2.0 or BSD3. +# mpack is MIT +License: (ASL 2.0 or BSD) and MIT URL: https://pecl.php.net/package/%{proj_name} Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -197,8 +199,6 @@ rm ?TS/tests/ext/sandbox/errors_are_flagged_from_userland.phpt rm ?TS/tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.phpt rm ?TS/tests/ext/sandbox/dd_trace_set_trace_id.phpt %endif -# https://github.com/DataDog/dd-trace-php/issues/717 -rm ?TS/tests/ext/sandbox/memory_limit_graceful_bailout.phpt MOD="-n" @@ -268,6 +268,10 @@ fi %changelog +* Tue Jan 28 2020 Remi Collet - 0.38.0-1 +- update to 0.38.0 +- fix License: (ASL 2.0 or BSD) and MIT + * Thu Jan 9 2020 Remi Collet - 0.37.0-1 - update to 0.37.0 - open tests/ext/sandbox/memory_limit_graceful_bailout.phpt failed test -- cgit