From 9c8fb7c1b8c286e612948e84328dfcfe46f96606 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 6 Feb 2021 06:22:40 +0100 Subject: update to 1.2.1 drop patch merged upstream --- php-pecl-scoutapm.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-scoutapm.spec') diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 3212b1c..d4cc400 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.2.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.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/69.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 @@ -79,8 +77,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml pushd NTS -%patch0 -p1 - : Check version extver=$(sed -n '/#define PHP_SCOUTAPM_VERSION /{s/.* "//;s/".*$//;p}' zend_scoutapm.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -215,6 +211,10 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Sat Feb 6 2021 Remi Collet - 1.2.1-1 +- update to 1.2.1 +- drop patch merged upstream + * Fri Feb 5 2021 Remi Collet - 1.2.0-2 - add patch for PHP 8 / ZTS from https://github.com/scoutapp/scout-apm-php-ext/pull/69 -- cgit