summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 7259691..530d5d6 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -27,14 +27,14 @@
%bcond_with brotli
%endif
-%global upstream_version 4.8.12
+%global upstream_version 4.8.13
#global upstream_prever RC2
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?scl_prefix}php-pecl-%{pecl_name}4
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is Apache-2.0
# Hiredis is BSD-3-Clause
# nlohmann/json is MIT
@@ -42,9 +42,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: %{pecl_name}-build.patch
-Patch1: %{pecl_name}-gcc13.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
@@ -140,9 +137,6 @@ sed \
cd NTS
-%patch0 -p1
-%patch1 -p1
-
cp -p thirdparty/hiredis/COPYING hiredis-COPYING
cp -p thirdparty/nghttp2/COPYING nghttp2-COPYING
@@ -312,6 +306,10 @@ cd ../ZTS
%changelog
+* Thu Feb 23 2023 Remi Collet <remi@remirepo.net> - 4.8.13-1
+- update to 4.8.13
+- drop patch merged upstream
+
* Fri Feb 17 2023 Remi Collet <remi@remirepo.net> - 4.8.12-2
- fix GCC 13 build using patch from
https://github.com/swoole/swoole-src/pull/4985