From 235feb810407d942a446f78fd21acee3e055a764 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2020 14:22:14 +0200 Subject: v4.5.2 --- php-pecl-swoole4.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index fab73b3..33661c6 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.5.0 +%global upstream_version 4.5.2 #global upstream_prever RC2 @@ -41,8 +41,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: https://github.com/swoole/swoole-src/commit/707a7ce38f97a782d0fc7fdbc033c16b146b9809.patch - %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain %else @@ -165,8 +163,6 @@ sed \ cd NTS -%patch0 -p1 -b .up - # Sanity check, really often broken extver=$(sed -n '/#define SWOOLE_VERSION /{s/.* "//;s/".*$//;p}' include/swoole_version.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then @@ -336,6 +332,12 @@ cd ../ZTS %changelog +* Thu May 28 2020 Remi Collet - 4.5.2-1 +- update to 4.5.2 + +* Mon May 11 2020 Remi Collet - 4.5.1-1 +- update to 4.5.1 + * Mon Apr 27 2020 Remi Collet - 4.5.0-2 - add upstream patch to fix 32-bit and old GCC builds -- cgit