summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-03 07:09:52 +0100
committerRemi Collet <remi@php.net>2026-03-03 07:09:52 +0100
commit3c66f6be484daa0e822a48726c3231bfe8b094a2 (patch)
tree410f3ee281970abcdc0ccf6962cf1d57ce3cc7c2 /php-pecl-swoole6.spec
parent70e3711066e47dc025e774d4d844851c31612be1 (diff)
update to 6.2.0RC2HEADmaster
drop patch merged upstream
Diffstat (limited to 'php-pecl-swoole6.spec')
-rw-r--r--php-pecl-swoole6.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec
index f00a2f9..0350178 100644
--- a/php-pecl-swoole6.spec
+++ b/php-pecl-swoole6.spec
@@ -55,14 +55,14 @@
%bcond_with ftp
%global upstream_version 6.2.0
-%global upstream_prever RC1
+%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: 2%{?dist}
+Release: 1%{?dist}
# Extension is Apache-2.0
# BSD-3-Clause: Hiredis
# MIT: nlohmann/json, nghttp2, llhttp
@@ -70,8 +70,6 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-Patch0: 6013.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
@@ -210,8 +208,6 @@ sed \
cd %{sources}
-%patch -P0 -p1
-
cp -p thirdparty/hiredis/COPYING hiredis-COPYING
%if %{with nghttpd2}
rm -r thirdparty/nghttp2
@@ -411,6 +407,10 @@ cd ../ZTS
%changelog
+* Tue Mar 3 2026 Remi Collet <remi@remirepo.net> - 6.2.0~RC2-1
+- update to 6.2.0RC2
+- drop patch merged upstream
+
* Fri Feb 27 2026 Remi Collet <remi@remirepo.net> - 6.2.0~RC1-2
- enable firebird using patch from
https://github.com/swoole/swoole-src/pull/6013