summaryrefslogtreecommitdiffstats
path: root/php-pecl-datadog-trace.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-02 11:19:01 +0100
committerRemi Collet <remi@php.net>2021-11-02 11:19:01 +0100
commite3c444ac995a040639768036c3589c6857e2b315 (patch)
tree9c6ca215e8b4f9832445c9c81fb372d43656e0ef /php-pecl-datadog-trace.spec
parent5aee627d88726cdb0fcd7226e5250ac90765b223 (diff)
update to 0.67.0
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r--php-pecl-datadog-trace.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index ada989f..b5e5a46 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -26,7 +26,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?sub_prefix}php-pecl-datadog-trace
-Version: 0.66.0
+Version: 0.67.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.
# mpack is MIT
@@ -89,6 +89,8 @@ Obsoletes: php81-pecl-%{safe_name} <= %{version}
%description
The Datadog PHP Tracer brings APM and distributed tracing to PHP.
+Documentation: https://docs.datadoghq.com/tracing/languages/php/
+
Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
@@ -226,7 +228,6 @@ cd ../ZTS
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
-TEST_PHP_CGI_EXECUTABLE=%{__ztsphp}-cgi \
TEST_PHP_ARGS="$DEP $MOD -d extension=$PWD/modules/%{pecl_name}.so" \
REPORT_EXIT_STATUS=1 \
%{__ztsphp} -n run-tests.php -q --show-diff
@@ -270,6 +271,9 @@ fi
%changelog
+* Tue Nov 2 2021 Remi Collet <remi@remirepo.net> - 0.67.0-1
+- update to 0.67.0
+
* Tue Oct 12 2021 Remi Collet <remi@remirepo.net> - 0.66.0-1
- update to 0.66.0