summaryrefslogtreecommitdiffstats
path: root/php-pecl-datadog-trace.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-03 08:25:22 +0100
committerRemi Collet <remi@remirepo.net>2020-03-03 08:25:22 +0100
commit1a40a268318915ba12ec6b0483acf6a83d04dab8 (patch)
tree2072ea9c3d2c34dffbb3f2497fda958305efed7f /php-pecl-datadog-trace.spec
parent4a969338df6783eef0f975ada196440f55b95e18 (diff)
update to 0.41.0
disable ZTS build reported as https://github.com/DataDog/dd-trace-php/issues/782
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r--php-pecl-datadog-trace.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index eb8b396..18cd673 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -21,7 +21,8 @@
%global pecl_name ddtrace
%if "%{php_version}" > "5.6"
-%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
+# https://github.com/DataDog/dd-trace-php/issues/782
+%global with_zts 0
%else
%global with_zts 0
%endif
@@ -34,7 +35,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?sub_prefix}php-pecl-datadog-trace
-Version: 0.40.0
+Version: 0.41.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
@@ -268,6 +269,11 @@ fi
%changelog
+* Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 0.41.0-1
+- update to 0.41.0
+- disable ZTS build reported as
+ https://github.com/DataDog/dd-trace-php/issues/782
+
* Thu Feb 20 2020 Remi Collet <remi@remirepo.net> - 0.40.0-1
- update to 0.40.0