diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-26 08:46:11 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-26 08:46:11 +0100 |
commit | 82f4ada28bf44ea37efc0005119014b5d0c9146b (patch) | |
tree | d6a712e0f979067b423a2a3fe422b25416b2bdc6 | |
parent | 8a1555bc0cdde4cab24dc57bb0a1bb4d0023dc9e (diff) |
drop BR on pcre-devel
-rw-r--r-- | php-pecl-swoole5.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-swoole5.spec b/php-pecl-swoole5.spec index 03e2bd5..b820854 100644 --- a/php-pecl-swoole5.spec +++ b/php-pecl-swoole5.spec @@ -47,7 +47,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name}5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is Apache-2.0 # BSD-3-Clause: Hiredis # MIT: nlohmann/json, nghttp2 @@ -66,7 +66,6 @@ BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-sockets BuildRequires: %{?scl_prefix}php-mysqlnd BuildRequires: %{?scl_prefix}php-pdo -BuildRequires: pcre-devel BuildRequires: openssl-devel >= 1.0.2 BuildRequires: zlib-devel %if %{with curl} @@ -346,6 +345,9 @@ cd ../ZTS %changelog +* Tue Nov 26 2024 Remi Collet <remi@remirepo.net> - 5.1.5-2 +- drop BR on pcre-devel + * Tue Oct 22 2024 Remi Collet <remi@remirepo.net> - 5.1.5-1 - update to 5.1.5 |