From 12e5ec64a2f259f5638c476ca79c40f0d82eb887 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Sep 2022 09:15:59 +0200 Subject: PHP build --- php-pecl-scoutapm.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php-pecl-scoutapm.spec') diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 1fe98c2..3e4b469 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -19,7 +19,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.8.2 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?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} @@ -27,7 +27,6 @@ URL: https://pecl.php.net/package/%{pecl_name} BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 -BuildRequires: %{?scl_prefix}php-devel < 8.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json # Only for tests @@ -194,6 +193,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 15 2022 Remi Collet - 1.8.2-2 +- PHP build + * Mon Aug 29 2022 Remi Collet - 1.8.2-1 - update to 1.8.2 -- cgit