From 524b821019e16c578609d6f367fd1949e2df9095 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jul 2023 10:52:37 +0200 Subject: update to 0.89.0 --- php-pecl-datadog-trace.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-pecl-datadog-trace.spec') 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 - 0.89.0-1 +- update to 0.89.0 + * Mon Jun 19 2023 Remi Collet - 0.88.1-1 - update to 0.88.1 - open https://github.com/DataDog/dd-trace-php/issues/2115 -- cgit