summaryrefslogtreecommitdiffstats
path: root/php-pecl-openswoole.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-openswoole.spec')
-rw-r--r--php-pecl-openswoole.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-openswoole.spec b/php-pecl-openswoole.spec
index b6ef144..0ba2c64 100644
--- a/php-pecl-openswoole.spec
+++ b/php-pecl-openswoole.spec
@@ -28,7 +28,7 @@
%endif
%bcond_without pgsql
-%global upstream_version 4.8.0
+%global upstream_version 4.8.1
#global upstream_prever RC2
@@ -42,8 +42,6 @@ License: ASL 2.0 and BSD
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-Patch0: %{pecl_name}-pg9.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
@@ -156,8 +154,6 @@ sed \
cd NTS
-%patch0 -p1
-
cp -p thirdparty/hiredis/COPYING hiredis-COPYING
cp -p thirdparty/nghttp2/COPYING nghttp2-COPYING
@@ -330,6 +326,10 @@ cd ../ZTS
%changelog
+* Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 4.8.1-1
+- update to 4.8.1
+- drop patch merged upstream
+
* Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 4.8.0-1
- update to 4.8.0
- enable postgresql support