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 --- php-pecl-datadog-trace.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-pecl-datadog-trace.spec') 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