From d42de3409d8be30764c1ebf16fbf28458a33b1e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Dec 2023 16:58:52 +0100 Subject: update to 0.95.0 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 9 ++++----- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2a9b6a9..0297bd4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => disabled -Version => 0.94.1 +Version => 0.95.0 DATADOG TRACER CONFIGURATION => { - "date": "2023-11-29T10:41:19Z", - "os_name": "Linux builder.remirepo.net 6.5.12-300.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 22:44:24 UTC 2023 x86_64", - "os_version": "6.5.12-300.fc39.x86_64", - "version": "0.94.1", + "date": "2023-12-07T14:30:02Z", + "os_name": "Linux builder.remirepo.net 6.6.3-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 28 19:11:52 UTC 2023 x86_64", + "os_version": "6.6.3-200.fc39.x86_64", + "version": "0.95.0", "lang": "php", "lang_version": "8.2.13", "env": null, diff --git a/REFLECTION b/REFLECTION index 9496b9f..f9cf10d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 ddtrace version 0.94.1 ] { +Extension [ extension #74 ddtrace version 0.95.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -825,7 +825,7 @@ Extension [ extension #74 ddtrace version 0.94.1 ] { Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.94.1 } + Constant [ string DD_TRACE_VERSION ] { 0.95.0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 5d63d80..3979599 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -35,7 +35,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.94.1 +Version: 0.95.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # bundled rust ext are MIT AND Apache-2.0 @@ -46,8 +46,6 @@ Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz Source1: makedeps.sh Source2: %{proj_name}-deps-%{version}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/DataDog/dd-trace-php/pull/2383.patch - # ddtrace only supports 64-bit platforms ExcludeArch: %{ix86} %{arm} @@ -103,8 +101,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd %{sources} -%patch -P0 -p1 - : PEAR installer stuff sed -e 's:@php_dir@:%{pear_phpdir}:' \ -e 's:_BUILD_FROM_PECL_:1:' \ @@ -302,6 +298,9 @@ fi %changelog +* Thu Dec 7 2023 Remi Collet - 0.95.0-1 +- update to 0.95.0 + * Wed Nov 29 2023 Remi Collet - 0.94.1-1 - update to 0.94.1 -- cgit