diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-22 11:08:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-22 11:08:56 +0200 |
commit | 77d2ddb58cdb430a6dc5aadfdc68d3d456b6ebd3 (patch) | |
tree | 8ab077b17980c663c4e5e511b4c3a5ee54079944 /php-pecl-skywalking-agent.spec | |
parent | 64ea833c5569f8fb0f529ddf692cf6b8eea85930 (diff) |
Diffstat (limited to 'php-pecl-skywalking-agent.spec')
-rw-r--r-- | php-pecl-skywalking-agent.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-skywalking-agent.spec b/php-pecl-skywalking-agent.spec index 2743bbd..e7769e7 100644 --- a/php-pecl-skywalking-agent.spec +++ b/php-pecl-skywalking-agent.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-skywalking-agent # -# SPDX-FileCopyrightText: Copyright 2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2022-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -18,12 +18,12 @@ %global ini_name 40-%{pecl_name}.ini %global sources %{pecl_name}-%{version} -## BUILD: Fedora / EL-8 and EL-9 using --enablerepo=stream if needed +## BUILD: Fedora / no EL-8 (rust too old) / EL-9 and EL-10 using --enablerepo=stream if needed Summary: Apache SkyWalking PHP Agent Name: %{?scl_prefix}php-pecl-skywalking-agent -Version: 0.8.0 +Version: 1.0.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -38,7 +38,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear -BuildRequires: cargo >= 1.65 +BuildRequires: cargo >= 1.85 BuildRequires: rustfmt BuildRequires: protobuf-compiler BuildRequires: clang-devel @@ -133,6 +133,7 @@ extension=%{pecl_name}.so ;skywalking_agent.kafka_producer_config = {} ;skywalking_agent.inject_context = 0 ;skywalking_agent.standalone_socket_path = +;skywalking_agent.psr_logging_level = EOF : Required rust version @@ -195,6 +196,9 @@ done %changelog +* Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 1.0.0-1 +- update to 1.0.0 + * Mon Dec 9 2024 Remi Collet <remi@remirepo.net> - 0.8.0-1 - update to 0.8.0 - EL-10 disable kafka reporter - broken build with OPENSSL_NO_ENGINE |