From ca001e463828b4b64869ce7829ef4e53bdc3f69c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Dec 2021 15:56:07 +0100 Subject: update to 1.5.1 drop patch merged upstream --- php-pecl-scoutapm.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-scoutapm.spec') diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index e29d041..f6cabf5 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -17,14 +17,12 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP URL: https://pecl.php.net/package/%{pecl_name} -Patch0: https://patch-diff.githubusercontent.com/raw/scoutapp/scout-apm-php-ext/pull/99.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 @@ -83,8 +81,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml pushd NTS -%patch0 -p1 -b .pr99 - : Check version extver=$(sed -n '/#define PHP_SCOUTAPM_VERSION /{s/.* "//;s/".*$//;p}' zend_scoutapm.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -218,6 +214,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Dec 25 2021 Remi Collet - 1.5.1-1 +- update to 1.5.1 +- drop patch merged upstream + * Thu Dec 23 2021 Remi Collet - 1.5.0-1 - update to 1.5.0 - add dependency on json extension -- cgit