From 2026c92a9d7b9d461c2253f9088846e3b13cdd7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Oct 2020 09:31:50 +0200 Subject: update to 0.49.0 allow PHP 5.4 and 5.5 --- php-pecl-datadog-trace.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'php-pecl-datadog-trace.spec') diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 3118678..8c81ce1 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.48.2 +Version: 0.49.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 @@ -42,7 +42,7 @@ BuildRequires: devtoolset-6-toolchain %else BuildRequires: %{?dtsprefix}gcc %endif -BuildRequires: %{?scl_prefix}php-devel > 5.6 +BuildRequires: %{?scl_prefix}php-devel > 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: curl-devel # For tests @@ -77,6 +77,9 @@ Obsoletes: php73-pecl-%{safe_name} <= %{version} %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{safe_name} <= %{version} %endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{safe_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -189,6 +192,9 @@ done # Erratic results rm ?TS/tests/ext/segfault_backtrace_*.phpt rm ?TS/tests/ext/sandbox/memory_limit_graceful_bailout.phpt +%if "%{php_version}" > "8.0" +rm ?TS/tests/ext/sandbox/fatal_errors_are_tracked_005.phpt +%endif MOD="-n -d ddtrace.request_init_hook=" [ -f %{php_extdir}/curl.so ] && MOD="$MOD -d extension=curl.so" @@ -259,6 +265,13 @@ fi %changelog +* Thu Oct 15 2020 Remi Collet - 0.49.0-1 +- update to 0.49.0 +- allow PHP 5.4 and 5.5 + +* Tue Sep 22 2020 Remi Collet - 0.48.3-1 +- update to 0.48.3 + * Fri Sep 11 2020 Remi Collet - 0.48.2-1 - update to 0.48.2 -- cgit