summaryrefslogtreecommitdiffstats
path: root/php-pecl-datadog-trace.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-05 09:31:45 +0100
committerRemi Collet <remi@php.net>2024-03-05 09:31:45 +0100
commit741c8a49d9864a0683dc2427b6fc9726c3a2eb7f (patch)
tree1d77206bd0d55b49c10ddf4aeeec5cd5b621d924 /php-pecl-datadog-trace.spec
parent42c27e28a2781d94a17184c704e4b91582eff27f (diff)
update to 0.98.1
install the src directory added in the archive
Diffstat (limited to 'php-pecl-datadog-trace.spec')
-rw-r--r--php-pecl-datadog-trace.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index 94eb837..9b016f6 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -35,7 +35,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?scl_prefix}php-pecl-datadog-trace
-Version: 0.98.0
+Version: 0.98.1
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
@@ -201,6 +201,7 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}
# PEAR stuff
mkdir -p %{buildroot}%{pear_phpdir}/datadog_trace/
cp -pr %{sources}/bridge %{buildroot}%{pear_phpdir}/datadog_trace/bridge
+cp -pr %{sources}/src %{buildroot}%{pear_phpdir}/datadog_trace/src
# Documentation
for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//')
@@ -286,6 +287,7 @@ fi
%{?_licensedir:%license %{sources}/LICENSE*}
%dir %{pear_phpdir}/datadog_trace
%{pear_phpdir}/datadog_trace/bridge
+ %{pear_phpdir}/datadog_trace/src
%{pecl_xmldir}/%{name}.xml
%config(noreplace) %{php_inidir}/%{ini_name}
@@ -298,6 +300,10 @@ fi
%changelog
+* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 0.98.1-1
+- update to 0.98.1
+- install the src directory added in the archive
+
* Tue Feb 20 2024 Remi Collet <remi@remirepo.net> - 0.98.0-1
- update to 0.98.0