From 3bc96772fc3ee55730b11773be306d0413d524d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2024 10:57:39 +0200 Subject: refresh sources drop patch merged upstream --- php-pecl-swoole5.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-swoole5.spec') diff --git a/php-pecl-swoole5.spec b/php-pecl-swoole5.spec index 2191a6e..5ff68b4 100644 --- a/php-pecl-swoole5.spec +++ b/php-pecl-swoole5.spec @@ -62,7 +62,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 @@ -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: https://patch-diff.githubusercontent.com/raw/swoole/swoole-src/pull/5239.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ @@ -191,8 +189,6 @@ sed \ cd %{sources} -%patch -P0 -p1 -b .out - cp -p thirdparty/hiredis/COPYING hiredis-COPYING %if %{with nghttpd2} rm -r thirdparty/nghttp2 @@ -385,6 +381,10 @@ cd ../ZTS %changelog +* Mon May 13 2024 Remi Collet - 5.1.2-2 +- refresh sources +- drop patch merged upstream + * Wed Jan 24 2024 Remi Collet - 5.1.2-1 - update to 5.1.2 - fix out of sources tree build using patch from -- cgit