From 345ea47467e6fcf56ec9aa3d259f514cc7ee2726 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Nov 2020 07:09:55 +0100 Subject: update to 4.5.9 --- php-pecl-swoole4.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 8c75805..80cab16 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,22 +27,20 @@ %global with_brotli 0 %endif -%global upstream_version 4.5.8 +%global upstream_version 4.5.9 #global upstream_prever RC2 Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_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 ASL 2.0 # Hiredis is BSD 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/9ab8f1dfd8889f9e8581452c1ecde11cbb702280.patch - %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain %else @@ -167,8 +165,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 @@ -339,6 +335,9 @@ cd ../ZTS %changelog +* Fri Nov 27 2020 Remi Collet - 4.5.9-1 +- update to 4.5.9 + * Mon Nov 23 2020 Remi Collet - 4.5.8-2 - add upstream patch for PHP 8 -- cgit