diff options
| author | Remi Collet <remi@remirepo.net> | 2024-09-08 08:40:38 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-09-08 08:40:38 +0200 | 
| commit | 335260ec1390d468806d30b23c8b03300c77fef5 (patch) | |
| tree | a507663f6c251ab8abf98b78c0b1b270a9cca4fb | |
| parent | 787034ce69948608e83604721bef863fb247e86f (diff) | |
update to 1.3.1
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 9 | 
3 files changed, 11 insertions, 8 deletions
@@ -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 => 1.4.0+5b5ed2bc3476bca4135a0e6e007afe39b694f0ff +Version => 1.3.1  DATADOG TRACER CONFIGURATION => { -    "date": "2024-09-06T07:02:37Z", +    "date": "2024-09-08T06:40:22Z",      "os_name": "Linux builder.remirepo.net 6.10.7-100.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 00:07:39 UTC 2024 x86_64",      "os_version": "6.10.7-100.fc39.x86_64", -    "version": "1.4.0+5b5ed2bc3476bca4135a0e6e007afe39b694f0ff", +    "version": "1.3.1",      "lang": "php",      "lang_version": "8.2.23",      "env": null, @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 ddtrace version 1.4.0+5b5ed2bc3476bca4135a0e6e007afe39b694f0ff ] { +Extension [ <persistent> extension #116 ddtrace version 1.3.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -941,7 +941,7 @@ Extension [ <persistent> extension #115 ddtrace version 1.4.0+5b5ed2bc3476bca413      Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 }      Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 }      Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } -    Constant [ string DD_TRACE_VERSION ] { 1.4.0+5b5ed2bc3476bca4135a0e6e007afe39b694f0ff } +    Constant [ string DD_TRACE_VERSION ] { 1.3.1 }      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 aeb2d5a..c3721a1 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -30,7 +30,7 @@  # extension name  %global pecl_name        ddtrace -%global upstream_version 1.4.0 +%global upstream_version 1.3.1  #global upstream_prever  beta1  %global with_zts         0%{!?_without_zts:%{?__ztsphp:1}}  %global ini_name         40-%{pecl_name}.ini @@ -44,7 +44,7 @@  Summary:        APM and distributed tracing for PHP  Name:           %{?scl_prefix}php-pecl-datadog-trace  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +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  License:        (Apache-2.0 OR BSD-3-Clause) AND MIT AND Apache-2.0 @@ -276,8 +276,11 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Fri Sep  6 2024 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 +  * Fri Sep  6 2024 Remi Collet <remi@remirepo.net> - 1.4.0-0 -- test build for upcoming 1.4.0 +- test build for changes in upcoming 1.4.0  * Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 1.3.0-1  - update to 1.3.0  | 
