summaryrefslogtreecommitdiffstats
path: root/php-pecl-datadog-trace.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-02 16:37:59 +0200
committerRemi Collet <remi@php.net>2023-10-02 16:37:59 +0200
commitd2e40a4eff98261128980d8affe1e87bb5f9bfd1 (patch)
tree6ffe2ee5a3af0ce5f9c4cae02d3a1c05c5db4863 /php-pecl-datadog-trace.spec
parente09af87df3d20fe279049aa3248d19a0f6d7d740 (diff)
update to 0.92.1
disable test suite which raises too much issues
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r--php-pecl-datadog-trace.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index 604d870..d3ee9ca 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -35,11 +35,11 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.92.0
+Version: 0.92.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
-License: (Apache-2.0 OR BSD-3-Clause) AND MIT
+# bundled rust ext are MIT AND Apache-2.0
+License: (Apache-2.0 OR BSD-3-Clause) AND MIT AND Apache-2.0
URL: https://pecl.php.net/package/%{proj_name}
Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz
# awfull hack, use a bundled rust registry
@@ -297,6 +297,10 @@ fi
%changelog
+* Mon Oct 2 2023 Remi Collet <remi@remirepo.net> - 0.92.1-1
+- update to 0.92.1
+- disable test suite which raises too much issues
+
* Wed Sep 27 2023 Remi Collet <remi@remirepo.net> - 0.92.0-1
- update to 0.92.0
- open https://github.com/DataDog/dd-trace-php/issues/2285