diff options
| -rw-r--r-- | php-pecl-scoutapm.spec | 6 | 
1 files changed, 4 insertions, 2 deletions
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 <remi@remirepo.net> - 1.8.2-2 +- PHP build +  * Mon Aug 29 2022 Remi Collet <remi@remirepo.net> - 1.8.2-1  - update to 1.8.2  | 
