diff options
| author | Remi Collet <remi@remirepo.net> | 2021-11-05 15:11:37 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-11-05 15:11:37 +0100 | 
| commit | e47a2c4eb5571dd1caa5fb95211ef8d68f6a65af (patch) | |
| tree | 5a22164a701236564a98c31e2406774a3eac59cc | |
| parent | f2e271f0d9baf65f455f0f6e09733004ba6d7634 (diff) | |
EL-9 build
| -rw-r--r-- | php-pecl-scoutapm.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 7154bc4..1808137 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -18,7 +18,7 @@  Summary:        Native Extension Component for ScoutAPM's PHP Agent  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.4.3 -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} @@ -33,6 +33,7 @@ BuildRequires:  %{?scl_prefix}php-curl  BuildRequires:  %{?scl_prefix}php-pdo  BuildRequires:  %{?scl_prefix}php-pdo_sqlite  BuildRequires:  libcurl-devel +BuildRequires:  %{_bindir}/ps  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} @@ -208,6 +209,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Fri Nov  5 2021 Remi Collet <remi@remirepo.net> - 1.4.3-2 +- EL-9 build +  * Fri Oct 29 2021 Remi Collet <remi@remirepo.net> - 1.4.3-1  - update to 1.4.3  | 
