diff options
Diffstat (limited to 'php-pecl-swoole6.spec')
| -rw-r--r-- | php-pecl-swoole6.spec | 14 | 
1 files changed, 10 insertions, 4 deletions
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 965faf2..707019a 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -48,15 +48,15 @@  %bcond_without     curl  %bcond_without     nghttpd2 -%global upstream_version 6.1.0 -%global upstream_prever  RC2 +%global upstream_version 6.1.1 +#global upstream_prever  RC2  %global sources          %{pecl_name}-%{upstream_version}%{?upstream_prever}  %global _configure       ../%{sources}/configure  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?scl_prefix}php-pecl-%{pecl_name}6  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        1%{?dist}  # Extension is Apache-2.0  # BSD-3-Clause: Hiredis  # MIT: nlohmann/json, nghttp2, llhttp @@ -67,7 +67,7 @@ Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst  BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc  BuildRequires:  %{?dtsprefix}gcc-c++ -BuildRequires:  %{?scl_prefix}php-devel >= 8.1 +BuildRequires: (%{?scl_prefix}php-devel >= 8.1 with %{?scl_prefix}php-devel < 8.5)  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  %{?scl_prefix}php-curl  BuildRequires:  %{?scl_prefix}php-json @@ -385,6 +385,12 @@ cd ../ZTS  %changelog +* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 6.1.1-1 +- update to 6.1.1 + +* Fri Oct 24 2025 Remi Collet <remi@remirepo.net> - 6.1.0-1 +- update to 6.1.0 +  * Tue Oct 14 2025 Remi Collet <remi@remirepo.net> - 6.1.0~RC2-1  - update to 6.1.0RC2  | 
