diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-08 08:40:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-08 08:40:38 +0200 |
commit | 335260ec1390d468806d30b23c8b03300c77fef5 (patch) | |
tree | a507663f6c251ab8abf98b78c0b1b270a9cca4fb /php-pecl-datadog-trace.spec | |
parent | 787034ce69948608e83604721bef863fb247e86f (diff) |
update to 1.3.1
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r-- | php-pecl-datadog-trace.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 + * Fri Sep 6 2024 Remi Collet <remi@remirepo.net> - 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 <remi@remirepo.net> - 1.3.0-1 - update to 1.3.0 |