diff options
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r-- | php-pecl-datadog-trace.spec | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 8a55885..3bc57b4 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -13,12 +13,6 @@ %global _root_bindir %{_bindir} %endif -# Defined in Fedora >= 37 and RHEL >= 10, in PHP >= 7.4 for remirepo -%{!?__phpize: %global __phpize %{_bindir}/phpize} -%{!?__ztsphpize: %global __ztsphpize %{_bindir}/zts-phpize} -%{!?__phpconfig: %global __phpconfig %{_bindir}/php-config} -%{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config} - # pecl name %global proj_name datadog_trace # no underscore for package name @@ -33,7 +27,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.88.1 +Version: 0.89.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 @@ -293,6 +287,9 @@ fi %changelog +* Tue Jul 4 2023 Remi Collet <remi@remirepo.net> - 0.89.0-1 +- update to 0.89.0 + * Mon Jun 19 2023 Remi Collet <remi@remirepo.net> - 0.88.1-1 - update to 0.88.1 - open https://github.com/DataDog/dd-trace-php/issues/2115 |