From 335260ec1390d468806d30b23c8b03300c77fef5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Sep 2024 08:40:38 +0200 Subject: update to 1.3.1 --- php-pecl-datadog-trace.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-datadog-trace.spec') diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index aeb2d5a..c3721a1 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -30,7 +30,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.4.0 +%global upstream_version 1.3.1 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -44,7 +44,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # bundled rust ext are MIT AND Apache-2.0 License: (Apache-2.0 OR BSD-3-Clause) AND MIT AND Apache-2.0 @@ -276,8 +276,11 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Sep 6 2024 Remi Collet - 1.3.1-1 +- update to 1.3.1 + * Fri Sep 6 2024 Remi Collet - 1.4.0-0 -- test build for upcoming 1.4.0 +- test build for changes in upcoming 1.4.0 * Fri Aug 30 2024 Remi Collet - 1.3.0-1 - update to 1.3.0 -- cgit