From 67766409ac29f3848c48d1efa7c3d55c648316b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jun 2022 13:29:07 +0200 Subject: update to 5.0.0 open https://github.com/SkyAPM/SkyAPM-php-sdk/issues/493 Impossible to build offline --- php-pecl-skywalking.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-skywalking.spec') diff --git a/php-pecl-skywalking.spec b/php-pecl-skywalking.spec index 60ab0b6..ae3b11e 100644 --- a/php-pecl-skywalking.spec +++ b/php-pecl-skywalking.spec @@ -20,15 +20,12 @@ Summary: The PHP instrument agent for Apache SkyWalking Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 4.2.0 +Version: 5.0.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: ASL 2.0 URL: https://pecl.php.net/package/%{pecl_name} -# Revert to old config.m4 -Patch0: %{pecl_name}-build.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -91,8 +88,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml pushd NTS -%patch0 -p1 - : Check version extver=$(sed -n '/#define PHP_SKYWALKING_VERSION /{s/.* "//;s/".*$//;p}' php_skywalking.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -248,6 +243,11 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ # TODO : missing grpc in EPEL %changelog +* Mon Jun 27 2022 Remi Collet - 5.0.0-1 +- update to 5.0.0 +- open https://github.com/SkyAPM/SkyAPM-php-sdk/issues/493 + Impossible to build offline + * Wed Nov 3 2021 Remi Collet - 4.2.0-1 - update to 4.2.0 -- cgit