From 828589e834fdbb5532fa00c301ce5a660320f897 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jun 2023 13:51:34 +0200 Subject: update to 0.88.1 open https://github.com/DataDog/dd-trace-php/issues/2115 test failures --- php-pecl-datadog-trace.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'php-pecl-datadog-trace.spec') diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index dba3bb7..8a55885 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -33,7 +33,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.88.0 +Version: 0.88.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 @@ -160,6 +160,9 @@ EOF %build %{?dtsenable} +%if 0%{?scl:1} +source /opt/%{scl_vendor}/%{scl}/enable +%endif cd NTS %{__phpize} @@ -216,8 +219,8 @@ rm ?TS/tests/ext/sandbox/fatal_errors_are_tracked_005.phpt %endif # XFAIL find ?TS/tests/ -type f -exec grep -q -- '--XFAIL--' {} \; -delete -print -# backtrace only -rm ?TS/tests/ext/telemetry/config.phpt +# https://github.com/DataDog/dd-trace-php/issues/2115 +rm -r ?TS/tests/ext/telemetry # DEP for ext dependencies, MOD for ext used in tests DEP="" @@ -290,6 +293,11 @@ fi %changelog +* Mon Jun 19 2023 Remi Collet - 0.88.1-1 +- update to 0.88.1 +- open https://github.com/DataDog/dd-trace-php/issues/2115 + test failures + * Thu Jun 15 2023 Remi Collet - 0.88.0-1 - update to 0.88.0 - use vendored rust dependencies -- cgit